cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX places (undefined) HAL_IncTick() in pure LL API project

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)

 

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @Michal Dudka 

Actually, you have to disable the Call HAL handler of System tick under NVIC as shown in screenshot below:

SouhaibMAZHOUD_0-1747822004003.png

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.

View solution in original post

5 REPLIES 5
Souhaib MAZHOUD
ST Employee

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.

Andrew Neil
Super User

As a workaround, you could create a HAL project to see what it should do?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
Souhaib MAZHOUD
ST Employee

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.

I've upgraded to:

STM32CubeIDE Version: 1.18.1

STM32CubeMX Version: 6.14.1-RC5

with the same result. .ioc included.

Hello @Michal Dudka 

Actually, you have to disable the Call HAL handler of System tick under NVIC as shown in screenshot below:

SouhaibMAZHOUD_0-1747822004003.png

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.