• Sharing variable (struct) in Bootloader with Application
    I am wanted to write a bootloader. If an application is already programmed, it transfers control to the bootloader with an interrupt call (_trap_0x7F). The bootloader needs several informations form the...
  • Application for bootloader
    Hello I've write a application which I will bootload with my software bootloader (on 0x80000). The code of the application starts at 0x90000 so the Keil compiler generate a hex file with this offset...
  • Sharing Volatile Global variable between ISRs
    Hi yall Could we expect problems (unexpected behavior) in 2478 if there is a variable thats being accessed by three different ISRs(specifically Timer ISRs) even after we declare that variable as...
  • information
    i a trying to make wireless ecg.can u pls suggest me where can i get its circuit diagram?
  • Bootloader in Flash and application in RAM.
    Hi All, I have a plan to put the boot-loader and load many applications less than 32 KBytes. I am wondering that is it possible that boot-loader code is on flash and I copy the application from external...