• RL-FlashFS - File overwrite?
    Hello, I'm wondering if it's possible, and if so if someone has an example, to overwrite a portion of a file using the RL-FlashFS library. Basically I have a working setup and I have a small...
  • overwritting variables
    I have two different programs lets call A and B. I have a function in A called A1 which has local variables. this Calls a function in B named B1 which calls a different function in A called A2 which also...
  • OVERWRITE EXCEPTION HANDLER
    Hello, I use the NXP LPC 2368 and want to write a function to save the exceptions Data Abort Error, Undefined Instruction Error and Pre-fetch Abort Error in a seriel EEPROM and after reset the CPU...
  • main.c will be overwrite at the beginning
    What could be the problem if a code doesn't start the main function at the beginning? My code does start the function after the main function (if I take a look into the map-file) - the usart in the line...
  • Decompressor overwrites my variables...
    cpu: at91sam7x256 I have in my project some global objects, they are by default placed at address 0x200000. My program seems to work properly but occasionally beginning of RAM is filled with zeros...