完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
TI的英文的e2e上有一个类似问题的回复
e2e.ti.com/.../21661.aspx 如果采用TI的例程也会出现类似的问题,按照Brad Griffis的说法,检查一下供电和时钟。 Young Hu |
|
|
|
除了楼上的建议以外,需要明确的是:
FXN_selfloop() is a trap for various things in DSP/BIOS. The most likely source is an unused interrupt vector. By default, BIOS populates all interrupt vectors with HWI_unused(), which in turn calls FXN_selfloop(). A common cause for triggering an 'unused' interrupt is an illegal op-code, which causes the ILLEGAL interrupt. Basically, this means the code has crashed, and triggered the ILLEGAL. The user then finds he has ended up at FXN_selfloop(). 所以除了对BIOS版本升级以外,还可以对自己的代码进行检查,包括程序运行及堆栈分配等。 另外,对于F28335,请确定是否有使用外扩的flash或RAM,如果有,需要在main()函数之前的_c_init00里加入对XINTF的初始化,因为F2833x的XINTF对应PIN脚是默认为GPIO。 此外,还提供以下建议确定是怎样进入到该循环的,从而可以有针对性地查找原因: Put a breakpoint on FXN_F_selfloop and reproduce your problem. When you reach it, check the value of the PIECTRL register (assuming you have PIE enabled). This register should store the address of the entry in the interrupt table that was executed. If the value is 0x0D27 (assuming your vector table is placed at the default address of 0xD00), that's interrupt 19, which is the illegal instruction interrupt. That means you've probably blown a stack or have a bug. Some other common interrupt sources and their PIECTRL values: Reset - Hwi0 - 0x0D01 Timer0 - Hwi38 - 0x0D4D Timer1 - Hwi13 - 0x0D1B Timer2 - Hwi14 - 0x0D1D NMI - Hwi18 - 0x0D25 If a post answers your question, please mark it with the "verify answer" button. |
|
|
|
只有小组成员才能发言,加入小组>>
MSP430F249TPMR出现高温存储后失效了的情况,怎么解决?
580 浏览 1 评论
对于多级放大电路板,在PCB布局中,电源摆放的位置应该注意什么?
1034 浏览 1 评论
685 浏览 0 评论
普中科技F28335开发板每次上电复位后数码管都会显示,如何熄灭它?
503 浏览 1 评论
1028 浏览 0 评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
133浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
105浏览 14评论
在使用3254进行录音的时候出现一个奇怪的现象,右声道有吱吱声,请教一下,是否是什么寄存器设置存在问题?
114浏览 13评论
TLV320芯片内部自带数字滤波功能,请问linein进来的模拟信号是否是先经过ADC的超采样?
112浏览 12评论
TPA6304-Q1: TPA6304 两片公用一组I2C的话,其中一片配置不成功怎么办
141浏览 10评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-11 05:04 , Processed in 0.793937 second(s), Total 82, Slave 64 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号