完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,大家好,
我正在使用STM8S003,我需要使用PC5的备用功能,所以我要更改选项字节AFR0的默认值。 使用程序员(例如STVP)可以轻松完成此操作,但我想在源代码中插入此过程。我已经创建了这个小例程: 如果(FLASH_ReadOptionByte(0x4803)!= 0×01) { FLASH_Unlock(FLASH_MEMTYPE_DATA); FLASH_EraseOptionByte(0x4803); FLASH_ProgramOptionByte(0x4803,0x01); FLASH_Lock(FLASH_MEMTYPE_DATA); } 它似乎工作正常,但我想对此有你的意见。 谢谢, 艾伦 以上来自于谷歌翻译 以下为原文 Hi everyone, I'm using the STM8S003 and I need to use the alternate function of PC5 so I've to change the default value of the option byte AFR0. This operation is easy using a programmer (ex. STVP) but I'd like to insert this procedure in the source code. I've created this small routine for doing it: if(FLASH_ReadOptionByte(0x4803)!=0x01) { FLASH_Unlock(FLASH_MEMTYPE_DATA); FLASH_EraseOptionByte (0x4803); FLASH_ProgramOptionByte(0x4803, 0x01); FLASH_Lock(FLASH_MEMTYPE_DATA); } It seems to work correctly but I'd like to have your opinion about it. Thanks, Alan |
|
相关推荐
2个回答
|
|
@ST社区(ST员工)来自STM8团队的任何人?
以上来自于谷歌翻译 以下为原文 @ST Community (ST Employee) anyone from team STM8? |
|
|
|
嗨,我正在使用STM8S001J。
我不使用库,但是阅读数据表我发现编写选项字节非常类似于编写Eeprom,所以我实现了几个简单的函数。您可以将它与您的产品进行比较,以验证它是否相同。这是我编写选项字节的函数: 这是从它读取(它与Eeprom相同): 最后,这是一个如何使用它的示例: 每个选项字节必须以直接和补充形式写入。在这种情况下,我想要OPT2 = 0x03,所以我在OPT2中写入0x03,在NOPT2中写入0xFC。 我使用OptionWrite作为实验,所以它没有经过全面测试,但它确实有效。 很抱歉列表中的标签/缩进很混乱,但在“代码”框中复制/粘贴后无法编辑它们。 任何STM8大师的确认都将受到高度赞赏。谢谢。 以上来自于谷歌翻译 以下为原文 Hi, I'm using the STM8S001J. I don't use libraries, but reading the datasheet I discovered that writing the option bytes is very similar to writing Eeprom, so I realized a couple of simple functions. You can compare it with yours to verify if it's the same thing. This is the function I wrote to program an option byte:
I used the OptionWrite just as an experiment, so it's NOT fully tested, but it worked. Sorry for confused tabs/indent in listings, but it's impossible to edit them after a copy/paste in the "code" box. Any confirmation by the STM8 gurus will be highly appreciated. Thanks. |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2642 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1783 浏览 1 评论
3611 浏览 6 评论
5989 浏览 21 评论
940浏览 4评论
1317浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
585浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1304浏览 3评论
1362浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 05:58 , Processed in 1.234299 second(s), Total 80, Slave 64 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号