你的浏览器版本过低,可能导致网站不能正常访问!
为了你能正常使用网站功能,请使用这些浏览器。

关于STM8S中FLASH块擦除和块写怎么不行呀!【悬赏问答】

[复制链接]
liuxiaoyun1210 提问时间:2012-7-19 10:55 /
在做IAP升级中,用IAR编译环境,对FLASH只能是字节编程,对块擦和块写一操作就死循环了,我们的配置如下:
  //Unlock PROG memory
  FLASH-&gtUKR = 0x56;
  FLASH-&gtUKR = 0xAE;
然后用STM8S的库来块擦和块写就不行;
IN_RAM(void FLASH_EraseBlock(uint16_t BlockNum, FLASH_MemType_TypeDef FLASH_MemType))
{
……
*pwFlash = (uint32_t)0;//调试跟踪就一直在那里循环
……
}
IN_RAM(void FLASH_ProgramBlock(uint16_t BlockNum, FLASH_MemType_TypeDef FLASH_MemType,
                        FLASH_ProgramMode_TypeDef FLASH_ProgMode, uint8_t *Buffer))
{
……
    for (Count = 0; Count < FLASH_BLOCK_SIZE; Count++)//调试跟踪就一直在那里循环,而且Count的值不变
    {
#if defined (STM8S208) || defined(STM8S207) || defined(STM8S105) || defined (STM8AF62Ax) ||\
    defined (STM8AF52Ax) || defined (STM8AF626x)
  *((PointerAttr uint8_t*) (uint16_t)startaddress + Count) = ((uint8_t)(Buffer[Count]));
#elif defined (STM8S103) || defined (STM8S903)
  *((PointerAttr uint8_t*) (uint16_t)startaddress + Count) = ((uint8_t)(Buffer[Count]));
#endif
    }
……
}
高手指点下
收藏 评论4 发布时间:2012-7-19 10:55

举报

4个回答
yjwpm 回答时间:2012-7-19 11:25:37

RE:关于STM8S中FLASH块擦除和块写怎么不行呀!

ST官方不是提供了例程和应用手册了吗,你可以好好的看一下官方的程序。。
liuxiaoyun1210 回答时间:2012-9-6 11:50:36

回复:关于STM8S中FLASH块擦除和块写怎么不行呀!【悬赏问答】

回复第 2 楼 于2012-07-19 11:25:37发表:
ST官方不是提供了例程和应用手册了吗,你可以好好的看一下官方的程序。。 

就是用官方的库来操作。
alexant 回答时间:2012-9-8 14:51:33

RE:关于STM8S中FLASH块擦除和块写怎么不行呀!【悬赏问答】

要在stm8l15x.h中使能RAM_EXECUTION宏,见stm8l15x_flash.c中的文档:
- For IAR Compiler:
    1- Use the __ramfunc keyword in the function declaration to specify that it
    can be executed from RAM.
    This is done within the stm8l15x_flash.c file, and it's conditioned by
    RAM_EXECUTION definition.
    2- Uncomment the "#define RAM_EXECUTION  (1)" line in the stm8l15x.h file, or
   define it in IAR compiler preprocessor to enable the access for the
   __ramfunc functions.
liuxiaoyun1210 回答时间:2012-9-14 13:43:58

回复:关于STM8S中FLASH块擦除和块写怎么不行呀!【悬赏问答】

回复第 4 楼 于2012-09-08 14:51:33发表:
要在stm8l15x.h中使能RAM_EXECUTION宏,见stm8l15x_flash.c中的文档:
- For IAR Compiler:
1- Use the __ramfunc keyword in the function declaration to specify that it
can be executed from RAM.
This is done within the stm8l15x_flash.c file, and it's conditioned by
RAM_EXECUTION definition.
2- Uncomment the "#define RAM_EXECUTION (1)" line in the stm8l15x.h file, or
define it in IAR compiler preprocessor to enable the access for the
__ramfunc functions. 

具体怎么操作?
 
关于
我们是谁
投资者关系
意法半导体可持续发展举措
创新与技术
意法半导体官网
联系我们
联系ST分支机构
寻找销售人员和分销渠道
社区
媒体中心
活动与培训
隐私策略
隐私策略
Cookies管理
行使您的权利
官方最新发布
STM32Cube扩展软件包
意法半导体边缘AI套件
ST - 理想汽车豪华SUV案例
ST意法半导体智能家居案例
STM32 ARM Cortex 32位微控制器
关注我们
st-img 微信公众号
st-img 手机版