Associate III
February 28, 2020
Question
CubeIDE doesn't generate HAL_EXTI for STM32L152
- February 28, 2020
- 1 reply
- 1124 views
Hi.
CubeIDE doesn't generate the HAL_EXTI for STM32L152
- CubeIDE 1.2.1
- STM32Cube FW_L1 V1.9.0
- Nucleo F152
As a result, using HAL_EXTI Type or API will cause compile error.
Attached nucleo-l152-exti.zip is demonstration code. You can see compile error.
The other nucleo-g431-exti.zip is for the comparison. You can run it on the Nucleo G431 (64). It just work.