• Olimex STM32-P103 revisited...
    A couple of old threads about this: http://www.keil.com/forum/docs/thread11294.asp http://www.keil.com/forum/docs/thread10180.asp I now have access to an Olimex STM32-P103 board, so wondered...
  • Adding NOP at 0000h, revisited.
    I read the following document to add a NOP before the LJMP at address 0000h. ( http://www.keil.com/support/docs/1622.htm , Size 5,096 bytes, Jun 20, 2000) But, I'm still not clear on how to do it. I followed...
  • TCPNet / Ethernet - Preventing 'interrupt storm' - REVISITED
    I have an identical problem to the ETH_IRQHandler() interrupt bug described on the original thread with this title (i.e. TCPNet / Ethernet - Preventing 'interrupt storm') i.e. OS_ERR_FIFO_OVF gets...
  • Relocating
    I have my progam code in the flash memory including read multimedia card and write to flash memory. I want to copy this code with the library functions used to other memory (RAM) region to executing...
  • relocating startup code
    Hi, I have an application (let's say "myloader") running (i.e. from 0x0000-0x61FF) on mine LPC2106, the only thing that it does is to listen to the serial port and donwload a new program (let's...