Part Number: MSP432P401M
Hello!
I made my custom board using MSP432P401M.
As far as I know, MSP432P401M has 128KB flash main memory(0x0000_0000 ~ 0x0001_FFFF) and 2 BANKs.
But, I can not find out mapping information of BANK and SECTOR.
Following is what I am guessing the mapping information of it.
0x0000_0000 ~ 0x0000_FFFF, BANK 0(Sector 0 to SECTOR 15), 64KB
0x0001_0000 ~ 0x0001_FFFF, BANK 1(Sector 0 to SECTOR 15), 64KB
Am I correct?
Any comments are appreciated.
Thanks,