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.
遇到的现象:一、使用msp430g2533芯片,将数据写入Flash的InformationB 段中,在CCS编译器中的memory插件窗口中,输入0x1080(InfoB的地址),可看到被写入的数据。
二、可是我再次上电后,(上面所说的写Flash的程序,上电后设定为先读取出InfoB中的数据进行显示,已验证数据被写入,且上电不丢失)。可是,显示的数据和“一”中的完全不一样。也就是上电数据丢失了!!!? 专家,这是为什么额?