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.

ms430f415的segment A是否存了校准数据?

Other Parts Discussed in Thread: MSP430G2553, MSP430F4152

#define SEGMENT_LENGTH (0x40)
#define SEGMENT_A_ADDR (0x10C0) 
#define SEGMENT_B_ADDR (0x1080)
#define SEGMENT_C_ADDR (0x1040)
#define SEGMENT_D_ADDR (0x1000)

用JTAG下载msp430g2553时看到segment A很多数据不是0xFF,应该是校准数据吧?

但是下载msp430f4152时,看到segment A都是0xFF,msp430f4152没有校准数据?整个segment A~D的256字节都能作为user存储?