Hello,
I have a customer who's writing a flash plugin for the ROM BSL. From our understanding we need to enable flash write protection to the region with the flash plugin code in order to prevent the mass_erase command from wiping out the flash plugin itself.
However, if the customer uses driverlib API calls as part of their flash plugin, they need to write protect that as well. Do you have any suggestions on how to define a section for driver lib object placement so that they can write protect a specific range of flash and be guaranteed that the linker places the driver lib code in that section?
Or is there a way to force the linker to inline all the function calls for the flash plugin?
Munan