这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 综合技术 » 基础知识 » INFO,FLASH 关于INFO FLASH的使用

共2条 1/1 1 跳转至

INFO,FLASH 关于INFO FLASH的使用

院士
2006-09-17 18:14:16     打赏
INFO,FLASH 关于INFO FLASH的使用



关键词: FLASH     关于     使用    

院士
2006-12-22 22:43:00     打赏
2楼
问 版主:我用f149片子,资料上说它有256个字节的INFO FLASH,那么我是否可以拿来保存一些保存数据,当再次上电时我能读出这些数据呢?请问在IAR WORKBENCH里怎么定义呢?谢谢! 1: you CAN use a assembly lanuage, the examples is as belows:
ORG 01000H
DB "MSP430 INFORMATION FLASH TESTIN"
DB "COMPLIER"
DB __DATE__
DB __TIME__
END
adding the file to your project , after compiling and linking,and then download into information flash with application code together. 2: 那么请问C语言有什么定义的方法,还是用写FLASH功能? 3: 引用: 4: For factory parameters use that method mentioned just. Only using flash routine to handle flash area while access random data.
In C language presents as follows:
const unsigned char[] 0x1000={"1234566"};
Because it never is invoked, and will be igored by compiler. maybe this is a bug of compiler. 5: AQ430下怎么不行呢? 6: 不管是AQ430还是IAR EW430都可以对FLAHS区进行操作,包括INFO FLASH

共2条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]