Skip to main content
Visitor II
May 8, 2024
Solved

ThreadX project fails to build when only LL drivers are chosen

  • May 8, 2024
  • 2 replies
  • 1063 views

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.

This topic has been closed for replies.
Best answer by STea

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.

2 replies

STeaBest answer
ST Employee
May 8, 2024

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.
ST Employee
July 8, 2024

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.