How to make MCU config generated functions as non-static?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to make MCU config generated functions as non-static?

835 Views
Newton826
Contributor I

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

0 Kudos
Reply
1 Reply

799 Views
Alex_Wang
NXP Employee
NXP Employee

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

0 Kudos
Reply