完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
您好,我使用PIC32 MX220F032 B,我正在尝试使用额外的3KB(辅助闪光灯),应该是在MCU上,有人曾经用过这个吗?我如何配置它?提前感谢。
以上来自于百度翻译 以下为原文 Hello, Im using a PIC32MX220F032B and i am trying to use the additional 3KB (Auxiliary Flash) that should be available on the MCU, does anyone have ever use this? how can i configure it correclty? Thanks in advance. |
|
相关推荐
5个回答
|
|
它的一部分用于启动代码,因为处理器总是在0xBFC000上启动,这是在该闪存的开始。由于有限的大小,其余的大部分用于调试微代码调试器的执行代码。但是,请看链接器脚本,并且您可能能够压缩FE。东西到那里去。
以上来自于百度翻译 以下为原文 Part of it is used for startup code, as the processor always starts at 0xBFC00000, which is at the start of that Flash. Because of the limited size, most of the rest is used for debug executive code when using a Microchip debugger. But, look at the linker script, and you might be able to squeeze a few things into there. |
|
|
|
这个处理器的标准链接器脚本已经使用了所有的Booflash。总长度为0xC00/Ruben。
以上来自于百度翻译 以下为原文 A standard linker script for this processor already uses all of the bootflash. kseg1_boot_mem : ORIGIN = 0xBFC00000, LENGTH = 0x490 debug_exec_mem : ORIGIN = 0x9FC00490, LENGTH = 0x760 config3 : ORIGIN = 0xBFC00BF0, LENGTH = 0x4 config2 : ORIGIN = 0xBFC00BF4, LENGTH = 0x4 config1 : ORIGIN = 0xBFC00BF8, LENGTH = 0x4 config0 : ORIGIN = 0xBFC00BFC, LENGTH = 0x4 Total length is 0xC00 /Ruben |
|
|
|
YEAP,我在3K引导块中放置了一个完整的、自包含的USB引导加载程序。
以上来自于百度翻译 以下为原文 Yeap, I put a complete, self-contained USB bootloader in the 3K boot block. Smile: |
|
|
|
哇,新发现,你是怎么做到的?真是太棒了。
以上来自于百度翻译 以下为原文 Wow, newfound, how did you manage to do that? thats amazing. |
|
|
|
精心编写的MIPS16汇编程序。使用CDC ACM,我得到它在大约2K字节。可以用更少资源匮乏的USB类做得更好。
以上来自于百度翻译 以下为原文 Painstakingly hand coded in MIPS16 assembler. Using CDC ACM I got it in about 2K bytes. Could do better with a less resource hungry USB class. |
|
|
|
只有小组成员才能发言,加入小组>>
5171 浏览 9 评论
2001 浏览 8 评论
1931 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3176 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2228 浏览 5 评论
737浏览 1评论
622浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
509浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
635浏览 0评论
533浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-26 02:49 , Processed in 1.293823 second(s), Total 87, Slave 68 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号