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.

MSP430F6775A: FLASH

Part Number: MSP430F6775A


Tool/software:

Hi,

I would like to ask if it is okay to use while (FCTL3 & BUSY) while erasing and writing, as well as while (!(WAIT & FCTL3)) while writing to info partitions and also when working with main memory. I have noticed that these are mostly used while code is executed from RAM memory and that the CPU should be HELD while the operation is not completed during code execution from flash memory. I have also seen example codes in the documentation, and there is no wait bit used until a long word or block write is performed. So my question is: is it okay to use the example configuration from SLAU208Q, page 357, for erasing and writing info segments from flash memory other than the main memory? Or is it better to stick with the example provided without using the BUSY and WAIT bits for code executed from flash memory, not RAM, and even for write word or byte operations using the WRT?

**Attention** This is a public forum