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.
程序烧到flash中ad采样慢,程序报illegal operation
1. 你能将程序烧写到Flash之后,单步跟踪一下,是从什么位置跳入到illegal ISR的么?
2. Stack空间开的足够么? 验证方法:将Stack空间,写入0xBBFF,或者其他一些固定数据,运行程序之后,查看有多少空间被使用。
3. Flash的一些初始化配置做了么? InitFlash()
4. 如果将ADC采样的程序copy到RAM中,还有问题么?
5. 是否用到了Delay_us()函数,此函数是否已经被copy到Ram中执行?