Part Number: MSP432P401R
Tool/software: Code Composer Studio
Hi. I did Flash programming using MSP432P401R example.
And now, I'm trying to move char array[ ] from SRAM to Flash.
1. array[ ] is in input.h file, so i included the header file in main.c where i wrote Flash programming code.
But there is an error that "array" is undefined....
Should i always define the array[ ] input data in main.c where i did Flash programming??
2. In Flash programming, Only use Flash Bank1, sector 31.
Sometimes, i want to move bigger data than Flash size....
How can i do??
Could i use another Flash sector?
thanks.