2024-05-08 07:58 AM
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.
Solved! Go to Solution.
2024-05-08 09:02 AM
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.
2024-05-08 09:02 AM
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.
2024-07-08 04:10 AM
Hello @pawelcern ,
This issue is resolved with the new release of CubeMX version 6.12.0
Regards