• TCPNet / Ethernet - Preventing 'interrupt storm'
    Background information that is hopefully relevant: - We are using the RL-ARM/TCPNet stack and appropriate Keil Ethernet driver for the ST Cortex-M4 in use (STM32F417). - Using the Keil RTX. ...
  • 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...
  • Code Relocation - Revisited
    I'm looking for some ideas (or solution) to the following problem :- 1. I using an STM32F207VG and I want to operate from 2 x separate code executables. An "old" version, and the "new" uploaded version...
  • 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 Multiple Ethernet adaptors
    I need to use multiple Ethernet controllers within an enhancement to a project that currently runs TCPNet. The only way I am sure I could accommodate multiple Ethernet controllers using TCPNet is...