• 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...
  • Can I relocate code
    I'm designing a application downloader that can be run from the main application. The mechanism I want to employ would be to load a replacement application into a secondary "bank" of flash and then do...