2020-02-28 05:33 AM
Hi.
CubeIDE doesn't generate the HAL_EXTI for STM32L152
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.
2020-03-03 07:28 AM
I don't get any problems when I generate a NUCLEO-L152 project with STM32CubeIDE 1.3.0, have you tried with the newest release? If you do get an issue there as well please provide the exact steps you take so I can reproduce it.
2020-03-04 04:54 AM
Please explain what you did precisely.
I think you didn't follow my explanation well. You can easily reproduce this problem.