2009-04-01 01:20 AM
Problem with Remapping interrupt Vector Table
2008-12-10 04:30 AM
Hi All,
i am using Keil MDK and using ST731 controller. I am using IAP for loading my aplication program. Problem is that whenever i enable the interrupt in application program my code crashed but if interrupt is not enable application works fine. Does anyone have idea of what is cause of this problem. Thanks in advance AP2009-01-22 08:17 PM
Thanks for your valuable time you spent on this query. I solved the problem and now my system is working
2009-04-01 01:20 AM
Quote:
On 10-12-2008 at 18:00, Anonymous wrote: Hi All, i am using Keil MDK and using ST731 controller. I am using IAP for loading my aplication program. Problem is that whenever i enable the interrupt in application program my code crashed but if interrupt is not enable application works fine. Does anyone have idea of what is cause of this problem. Thanks in advance AP Hi, I'm working on STR730-KS ev-board with IAR Embeddede Workbench IDE and Jlink. I've got the same problem: using IAP when I upload my application with no interrupts, all works fine. If my application uses interrupts, I cant' use it after uploading (nothing happens neither system crash nor any other operation). It seems to be a problem related to vector table remapping, but I'm not so skilled and I'm not sure about it. I read you solved this problem: could you write me how? Thanks Rgds