I see that the new MSP430x5xx Family Users guide indicates on page 258 (slau208d.pdf) that
"Each bank (device specific) can be erased individually while program
execution can proceed in a
different flash bank.
Note: Bank operations are not supported on all devices. See the
device-specific data sheet for
banks supported and their respective sizes."
And in MSP430F5529.pdf there are 4 banks listed on page 20.
My question is - Can you erase info memory while continuing with program execution? Is INFO memory a separate bank?
If program execution is possible during an INFO memory erase then why would it say that Bank operations are no supported on all devices (It would seem that all devices have INFO memory).
The data sheet indicates that bank operations are not supported on all devices. I can't find for any device where the datasheet says that it can support bank operations. I assume that there are some devices that have multiple banks but do not support program execution during an erase (or is the document stating the obvious, that you can't continue program execution if there is only one bank)