2023-03-13 04:33 AM
Setting the FX_STANDALONE_ENABLE flag should disable all ThreadX specific code when building a FileX project. However there is actually some code related to ThreadX timers that is generated within a USER CODE section, defining the FX_STM32_SD_CURRENT_TIME. Does anyone know why that may be, and more importantly what would be the correct definition of this macro without ThreadX?
Solved! Go to Solution.
2023-03-13 09:16 AM
Hello @HDøss.1
Actually I tried to reproduce the issue mentioned above using the latest version of CubeMX 6.8.0 and this is what I got please have a look
Thx
Ghofrane
2023-03-13 05:22 AM
Hello @Hermund Døssland
First let me thank you for posting.
In order to push further the investigation , could you please provide you ioc file which show the problem.
I will be waiting for your feedback.
Thanks
Ghofrane
2023-03-13 06:07 AM
2023-03-13 09:16 AM
Hello @HDøss.1
Actually I tried to reproduce the issue mentioned above using the latest version of CubeMX 6.8.0 and this is what I got please have a look
Thx
Ghofrane
2023-03-14 12:32 AM
Hi @Ghofrane GSOURI
Thank you for your reply, I will try updating to the latest version of CubeMX. Also I can not find the option FX_STANDALONE_ENABLE, is this deprecated?