看看LPC系列芯片程序脱机不能运行的解决方法:
(声明一下,关于LPC的“中断向量表中所有数据32位累加和为0”,既0x00000014的保留位是否真的与其他相加为0是疑问,不一定是这样的!!!)
// Application startup from reset | |||
|
|||
I've been developing an application using CrossWorks for ARM on an LPC and it is all working with no problem. However when I try and start th |