.sect".vectors"
.space 38*32
.field Timer0ISR.32
我用汇编写的 上面是个简单的向量表,下面是cmd文件
在线调试时都对 下载到flash后在线运行也对
就是上电重启后不对,感觉就像在一直复位一样
请教大神我可能是哪个地方不对
.vectors :>pie_vect,page=1
pie_vect: origin=0x000D00,length=0x000D00
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
.sect".vectors"
.space 38*32
.field Timer0ISR.32
我用汇编写的 上面是个简单的向量表,下面是cmd文件
在线调试时都对 下载到flash后在线运行也对
就是上电重启后不对,感觉就像在一直复位一样
请教大神我可能是哪个地方不对
.vectors :>pie_vect,page=1
pie_vect: origin=0x000D00,length=0x000D00
您好!请问是哪颗C2000芯片?建议参考一下controlSUITE里相关的样例程序。
您好!我用的28335,问题已经解决,中断向量表我弄错了,ram里能用下到falsh中没有初始化。