2024-09-23 1:51 AM
Hello,
When I builed the project, I had seen the Hal drivers files links in the end file *.HEX.
How can I change the project configuration not to put this links in file because it use flash memory unnecessarily ?
Thanks
Solved! Go to Solution.
2024-09-24 7:46 AM
@Fredolive wrote:Thanks for your help.
Now, it is Ok, and I haven't the roots names in my Hex File.
You're welcome.
Which one did you go for - not defining USE_FULL_ASSERT, or editing the assert_param definition to not use __FILE__ ?
2024-09-24 8:30 AM - last edited on 2024-09-24 8:46 AM by Andrew Neil
I do - not defining USE_FULL_ASSERT in my project preference MCUGCC compiler Preprocessor define.
Best regards