2023-03-13 4: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 9: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
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.
2023-03-13 5: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
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.
2023-03-13 6:07 AM
2023-03-13 9: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
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.
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?