• Data not being written at proper location at flash using IAP
    Dear Developers, I am facing problems with IAP, on LPC2138 with Keil compiler. I have two problems with my system. 1)Problem of displacement: [Top priority problem] I am having 4k Array (say...
  • 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...
  • ISR how it is written
    Hi all How ISR interrupt service routine is written in C ? In an ARM based micro micro, all is said in the app note is the phisical address that the PC will jump to in case of interrupt So how...
  • 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...
  • 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...