3129|2

3238

帖子

5

TA的资源

五彩晶圆(中级)

楼主
 

MSP430F149 flash操作时钟疑问 [复制链接]

最近用MSP430F149做项目,发现一个奇怪的问题,我看官方的flash时钟范围在
Write and erase operations are controlled by the flash timing generator shown
in Figure 5−3. The flash timing generator operating frequency, f (FTG) , must be

in the range from ~ 257 kHz to ~ 476 kHz (see device-specific datasheet).



但问题是选择的时钟是MCLK(8M),二分频竟然成功了,如果按照官方的文档要求,那需要配置24分频才对。希望知道原因的朋友帮忙解释下,下面是我的测试代码




for(i=0;i<10;i++)

{

        flash_erase((uint8*)0x1080);//擦除指定地址flash

        flash_write((uint8*)0x1080, &i, 1);//向某flash地址写入数据

        flash_read((uint8*)0x1080, &data2, 1,1);//从flash中特定地址读取数据

        if(i==data2)

        {

          printf("ok\n");



        }

        else

        {

         printf("error\n");

          

        }           

}





void bsp_flash_init(void)//片上flash初始化

{

        FCTL2 = FWKEY + FSSEL_1+FN3+FN4;// FN0; // MCLK/2 for Flash Timing Generator

}







最新回复

去官网看看这个文件“MSP430 Flash Memory Characteristics ”,里面有说明: Programming the flash with a flash timing generator frequency outside the data-sheet specifications may give correct results at first but can lead to reduced data-retention time and affect flash reliability. Not following the cumulative programming time parameter may also result in bit failures and generally reduced reliability of the MSP430 flash memory. 还是按照给的参数范围配置为好!个人理解!   详情 回复 发表于 2015-5-21 18:53
 
点赞 关注
个人签名淘宝:https://viiot.taobao.com/Q群243090717
多年专业物联网行业经验,个人承接各类物联网外包项目

回复
举报

951

帖子

1

TA的资源

纯净的硅(中级)

沙发
 
去官网看看这个文件“MSP430 Flash Memory Characteristics ”,里面有说明:
Programming the flash with a flash timing generator frequency outside the data-sheet specifications may give correct results at first but can lead to reduced data-retention time and affect flash reliability. Not following the cumulative programming time parameter may also result in bit failures and generally reduced reliability of the MSP430 flash memory. 还是按照给的参数范围配置为好!个人理解!

点评

多谢解答!这个问题也是困惑我挺久的。  详情 回复 发表于 2015-5-21 19:35
 
个人签名人有的时候真是奇怪,选择了会后悔,放弃了会遗憾,完美只能是一种理想,不是一种存在。
 

回复

3238

帖子

5

TA的资源

五彩晶圆(中级)

板凳
 
huixianfxt 发表于 2015-5-21 18:53
去官网看看这个文件“MSP430 Flash Memory Characteristics ”,里面有说明:
Programming the flash with a flash timing generator frequency outside the data-sheet specifications may give correct results at first but can lead to reduced data-retention time and affect flash reliability. Not following the cumulative programming time parameter may also result in bit failures and generally reduced reliability of the MSP430 flash memory. 还是按照给的参数范围配置为好!个人理解!

多谢解答!这个问题也是困惑我挺久的。
 
个人签名淘宝:https://viiot.taobao.com/Q群243090717
多年专业物联网行业经验,个人承接各类物联网外包项目
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表