This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Application Reset

Hi,
I have two peice of code for different peripherals. Stand alone both are working fine.

But when i merge both code, device reset application 2 times and third time it got stuck at some somewhere in middle of application.

I am using USB bootloader for update of application.

Device is LPC2148. Application which i am merging are 1. USBCDC code. 2. combination of i2c, uart, spi and some IO.

Rajbabu

Parents Reply Children
  • Please do not guess...

    I found that I2C interrupt is creating problem when i shifted my Code to location 0x2000 since i am using USB bootloader.

    On forum i found that i have to shift Vector table.

    I changed Startup.s and defined variable REMAP RAM_MODE and RAM_INTVEC.

    Still not working...

    Should i post my code here?

    Rajbabu