2025-05-17 12:02 AM - last edited on 2025-05-21 3:46 AM by Andrew Neil
I've generated simple project for STM32C011F6U6, in project manager i've selected all drivers in LL API. Generated project contains HAL_IncTick() call in SysTick_Handler which is not defined.
STM32CubeIDE Version: 1.18.0
STM32CubeMX Version: 6.14.0-RC8 Build: 20250227-1554 (UTC)
Solved! Go to Solution.
2025-05-21 3:08 AM
Hello @Michal Dudka
Actually, you have to disable the Call HAL handler of System tick under NVIC as shown in screenshot below:
KR,
Souhaib
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-05-19 1:56 AM
Hello @Michal Dudka
Thank you for your contribution.
This issue is currently under investigation. I will get back to you as soon as possible.
BR,
Souhaib
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-05-19 1:59 AM
As a workaround, you could create a HAL project to see what it should do?
2025-05-19 2:46 AM
Hello @Michal Dudka
The issue is not reproduced when using CubeMX 6.14.1, could you check with this version,
Otherwise, could you provide your IOC please.
KR,
Souhaib
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-05-19 8:54 AM
2025-05-21 3:08 AM
Hello @Michal Dudka
Actually, you have to disable the Call HAL handler of System tick under NVIC as shown in screenshot below:
KR,
Souhaib
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.