2023-12-04 07:38 AM
Hi,
When I generate code with the STN32CubeIDE 1.14.0 and CubeMX 6.10.0 RC9 then it does now the __WEAK in the cyabs_freertos_helpers.c file. My workaround is at the moment to include directly in that file the "stm32u5xx_hal.h" then it works till the next time i generate code.
How can I fix that properly or is that only fixable inside the cubeMX code generator?
Why is the /* USER CODE BEGIN Includes */ not working? Is that only working for some special files?
Thanks in advance
nobody