Hello All,
I am using MCU Config v15 to generate "peripherals.h" for MIMXRT1176, however all the functions generated inside "peripherals.h" are static.
Is there are way to make them non-static during code generation from MCU config?
Thank you,
Regards
Hi, @Newton826
Sorry, the current version of MCUXpresso Config tool does not support the modification of no-static functions and variables.
You can manually modify the code after it is generated.
Hope this helps you.
Best regards, Alex