谢谢,
我需要C语言编程来读取读取RAM(绝对地址如:0x200-0x240)中的数据的,不知该如何编程访问啊?!
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.
这个直接通过读该地址的flash内容就可以
flash的操作默认就是读
给你个例程
//*********************************************************