Hello,
I am working with the MSP430F5342:
If you take a look at page 13 of the device datasheet, it shows (on the right-most column) that the device has 128 KB of flash.
From reading other posts, I believe that the small memory model will allow you to use the lower 64 KB of main code memory. However, looking at the datasheet, it seems that the upper address of Bank B is 0143FFh. This seems to be a 20-bit address, and I would think that this would require the large memory model.
If my understanding is correct, this would mean that using the small memory model, you could only use address range 00FF7Fh-00C400h. Is this correct?
Thanks,
Mehdi