[solved] Symbol 'SysTick_IRQn' could not be resolved
Hi everyone.
I’m making my first steps (a simple “blink” program) with SW4STM32 but I’m really struggling.
I created a project with STM32CubeMX and followed the instructions on how to import it to SW4STM32. I then wrote my main with the blink code.
But when I build all, I get the following error : ‘SysTick_IRQn’ could not be resolved on the line : HAL_NVIC_SetPriority(SysTick_IRQn, 0, 0);
I tried refreshing the index already but it didn’t do much.
Also, I tried removing the line and just resetting my LED with HAL_GPIO_WritePin but when I upload it to the board with Texane’s stlink, the LED stays on... I don’t know if the problem comes from the .bin or from my installation of Texane’s STlink.
Well I realized that I shouldn’t use command line to flash the NUCLEO, just drag-drop the .bin to the Nucleo in my file manager.
I have tried a “toggle GPIO” example of CubeMX, the one that were given with the software and it works. I don’t understand why it doesn’t on my own project, generated with Cube...
Thanks in advance for your help
PS : I’m running on ubuntu, and my platform is a Nucleo-F411RE