• IAP data not being written
    I am trying to write data to the ROM using IAP. I check the return codes for both the prep for write and the copy to RAM functions and they are telling me command_success but when I copy the data back...
  • Variable over written
    Dear all, I am completely stumped. I have a piece of code in which (normally) the process will not enter in to. It concerns a uart routine where it enters into the routine if a packet size has been...
  • is it possible to modify previously written data ?
    hi, I read http://www.keil.com/forum/docs/thread14845.asp . It is clear that, there is no way to modify previously written data (SDCard) with FlashFS. e.g (as Johann wrote) fH = fopen(FILE_NAME_CLOCK...
  • stop debugging if a specific location will be written
    Hi, is it possible (working with MDK version 3.4) to tell the debugger, if a part of the code (e.g. sdram addr 0x20000100) will be written by the program code, the debugger should stop at this command...
  • Code size is increasing if not written in main file
    Hai all, Presently i am working on Cortex-M3 controller(ST make) for that i have written small code ( about 1.8k byte when compiled) and it worked well. And when i tried to write that program in...