完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
28335,仿真器是100v3,做EXRAM写入外部SRAM实验提示上图错误,折磨我两天了,试过打开cl2000.exe,试过修改主函数为最简单的写入函数,试过降低写入值,都没能解决,求大神帮帮我这个新手! 下面是主函数: #include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File Uint16 *ExRamStart = (Uint16 *)0x180000; void main(void) { Uint16 i; // Step 1. Initialize System Control: // PLL, WatchDog, enable Peripheral Clocks // This example function is found in the DSP2833x_SysCtrl.c file. InitSysCtrl(); // Step 2. Initalize GPIO: // This example function is found in the DSP2833x_Gpio.c file and // illustrates how to set the GPIO to it's default state. // InitGpio(); // Skipped for this example InitXintf16Gpio(); //zq // Step 3. Clear all interrupts and initialize PIE vector table: // Disable CPU interrupts DINT; // Initialize the PIE control registers to their default state. // The default state is all PIE interrupts disabled and flags // are cleared. // This function is found in the DSP2833x_PieCtrl.c file. InitPieCtrl(); // Disable CPU interrupts and clear all CPU interrupt flags: IER = 0x0000; IFR = 0x0000; // Step 4. Write Data to SRAM: for(i = 0; i < 0xFFFF; i++) { *(ExRamStart + i) = 0x5555; if(*(ExRamStart + i) != 0x5555) { while(1); } } for(i = 0; i < 0xFFFF; i++) { *(ExRamStart + i) = 0xAAAA; if(*(ExRamStart + i) != 0xAAAA) { while(1); } } for(i = 0; i< 0xFFFF; i++) { *(ExRamStart + i) = i; if(*(ExRamStart + i) != i) { while(1); } if(*ExRamStart == 0x4000) { while(1); } } i=0; for(;;) { } } //=========================================================================== // No more. //=========================================================================== |
|
相关推荐
6个回答
|
|
来人看看啊。。
|
|
|
|
来人 看看啊。。
|
|
|
|
建议重新安装ccs
|
|
|
|
楼主问题解决了没有??我也遇到同样的问题,,解决的话联系一下我吧,我的qq2363389331
|
|
|
|
使用Project-->import Legacy CCSv3.3 Projects 导入文件即可解决
|
|
|
|
本项目存在非法路径,导致系统编译不通过,将该路径的中文路径去除,即可解决该问题
|
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
基于 DSP5509 进行数字图像处理中 Sobel 算子边缘检测的硬件连接电路图
1958 浏览 0 评论
652 浏览 0 评论
普中科技F28335开发板中,如何使用aic23播放由代码生成的正弦波
2397 浏览 0 评论
3173 浏览 1 评论
1143 浏览 1 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-9 09:23 , Processed in 0.588077 second(s), Total 86, Slave 67 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号