• Debugging bootloader + application ?
    Hello, I have a question on how to debug an application that consists of two separate projects - namely a bootloader+firmware upload part and the actual application - that runs on an ADuC845. The...
  • Debugging bootloader + application ?
    Hello, I have a question on how to debug an application that consists of two separate projects - namely a bootloader+firmware upload part and the actual application - that runs on an ADuC845. The...
  • Bootloader and Application in RealView
    Hi, I am trying to create a project in RealView so that it contains both bootloader and application in same source. Everytime I recompile my project (application source code changed but bootloader...
  • Bootloader and Application in RealView
    Hi, I am trying to create a project in RealView so that it contains both bootloader and application in same source. Everytime I recompile my project (application source code changed but bootloader...
  • Bootloader, Application, Structures and deep pointer
    Bootloader: C:0x0000 - C:0x7FFF Manages CAN-Communication and in-field update. Application C:0x8000 - C:0xEFFF Applications is controlled with bootloader over CAN 2.0. Compiled both seperatly and...