Hello there
I have two questions for FlashCTL driverlib for the MSPM0130x. Here they are:
- I am confused about the use case for DL_FlashCTL_eraseMemory vs DL_FlashCTL_eraseMemoryFromRAM . Does the later presume that the content/value at the address specified is an executable piece of code? If yes then why is it not mentioned anywhere even though it may be obvious?
- The multi write example in CCS selects a hard coded address which is not a good practice. It makes more sense to define a memory section as part of the linker cmd file. How do I use that in C code? Do you have a simple enough example that does that aka creates a separate section and then uses that with FlashCTL APIs?
Keen to hear