2024-09-23 01: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 07: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 08:30 AM - last edited on 2024-09-24 08:46 AM by Andrew Neil
I do - not defining USE_FULL_ASSERT in my project preference MCUGCC compiler Preprocessor define.
Best regards