Other Parts Discussed in Thread: MSP430F5342
Hey there,
I'm about to start developing a product using MSP430F5342, first time developing with a TI MCU so
I'm sorry in advance if the question is stupid...
I want to make sure whether it's possible to use parts of the flash memory for the main program storage and execution and the rest of it for data logging.
For example, the MCU's FLASH memory size is 128kbytes and I want to use 40kbytes for the program storage and execution and the rest 88kbytes for data logging that will be stored and read by the program that runs from the same FLASH memory (not the RAM as I saw in some other questions).
1) Can I use the FLASH memory like I just described?
2) Are there any limitations or problems that I should know about in advance? (like memory blocks limitations etc)
Thank you very much for your help,
Nir