This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: MSP432P4111
Dear friends,
My customer has two questions about MSP432 flash during software development:
Thanks!
This is answer I got from internal, just here to publish for sharing and follow up.
(1) Examples of the flash segmentation and modification can be found in the over the air download example. I cannot include the associated linker command file in email but here is a link to the project. In this example three distinct regions are created: OAD_BSL, MAIN, and SBL_STORAGE_BLOCK. In the oad_bootloader.c file you can find the pragmas for associating the memory with specific variables and code.
(1) The CPU will execute one task at a time. Please note in the SLA chapter on execution only one thread is running at one time.
It is possible for the DMA within the MSP432 to try to access the FLASH at the same time. Bus contentions are described in the datasheet and handled with the following priority:
**Attention** This is a public forum