cancel
Showing results for 
Search instead for 
Did you mean: 

ThreadX project fails to build when only LL drivers are chosen

pawelcern
Associate

Steps to reproduce are pretty simple:

1. In "Pinout & Configuration", open "Middleware and Software Packs". Select "ThreadX". Enable "Core".
2. In "Project Manager -> Advanced Settings, change all drivers from HAL to LL.
3. Click "Generate Code" from Project menu.
4. Compile generated code.

Result:

../AZURE_RTOS/App/app_azure_rtos.h:31:10: fatal error: stm32u0xx_hal.h: No such file or directory


File stm32u0xx_hal.h is expected, however it is not generated, because no HAL driver is chosen.

1 ACCEPTED SOLUTION

Accepted Solutions
STea
ST Employee

Hello @pawelcern ,

I confirm the issue indeed I'm able to reproduce this on my side. thank you for pointing this out.

I reported the issue internally for further investigation.

Internal ticket number: 180967 (This is an internal tracking number and is not accessible or usable by customers).

Thank you.

In order 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

2 REPLIES 2
STea
ST Employee

Hello @pawelcern ,

I confirm the issue indeed I'm able to reproduce this on my side. thank you for pointing this out.

I reported the issue internally for further investigation.

Internal ticket number: 180967 (This is an internal tracking number and is not accessible or usable by customers).

Thank you.

In order 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.
STea
ST Employee

Hello @pawelcern ,

This issue is resolved with the new release of CubeMX version 6.12.0 
Regards

In order 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.