cancel
Showing results for 
Search instead for 
Did you mean: 

CubeIDE doesn't generate HAL_EXTI for STM32L152

Takemasa
Associate III

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.

2 REPLIES 2
Markus GIRDLAND
ST Employee

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.

Please explain what you did precisely.

I think you didn't follow my explanation well. You can easily reproduce this problem.