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
  • Yes, that is a statement describing the current state of your project. But do you happen to have any question?

    If you want some help figuring out why the program fails, you really do have to supply some form of information. We have no ability to guess if you have enough stack space, are handling the different interrupts correctly etc. And we have zero knowledge about what type of debugging you might have tried.

Reply
  • Yes, that is a statement describing the current state of your project. But do you happen to have any question?

    If you want some help figuring out why the program fails, you really do have to supply some form of information. We have no ability to guess if you have enough stack space, are handling the different interrupts correctly etc. And we have zero knowledge about what type of debugging you might have tried.

Children