• How do I move code from FLASH to RAM?
    I'm creating a program for an Atmel AT91SAM7S. Most of my code will run from FLASH during normal operation, but I have a few interrupt service routines and a time sensitive function that need to execute...
  • How do I move code from FLASH to RAM?
    I'm creating a program for an Atmel AT91SAM7S. Most of my code will run from FLASH during normal operation, but I have a few interrupt service routines and a time sensitive function that need to execute...
  • IVT Memory mapping problem for Bootloader and Application Code
    Hi, I am working on LPC2368 microcontroller. I need to develop two codes. One for bootloader and other is the actual application code. The bootloader resides at 0x0000 and the application code...
  • IVT Memory mapping problem for Bootloader and Application Code
    Hi, I am working on LPC2368 microcontroller. I need to develop two codes. One for bootloader and other is the actual application code. The bootloader resides at 0x0000 and the application code...
  • Useless Moves Coding Style
    There were a couple of questions regarding coding style in the previous thread. 1) The problem is that I am a strong advocate for the OOP principle of data encapsulation and inheritance. Though C...