• TCP packets experience lots of retries
    Hello all, I'm using the RL TCP/IP stack in a standalone manner (without a RTOS) on an ARM 9 chip (Atmel's SAM9g20). The PHY transceiver I use is an Micrel KSZ8031RNL chip which is configured for...
  • uVision upgrade causes lots of troubles..
    Hi, We recently upgraded our uVision to a newer version, because of the newer RealView-ARM-compiler. The compiler is great, but we have a lot of trouble with debugging/flashing our devices (str710...
  • TCP packets experience lots of retries
    Hello all, I'm using the RL TCP/IP stack in a standalone manner (without a RTOS) on an ARM 9 chip (Atmel's SAM9g20). The PHY transceiver I use is an Micrel KSZ8031RNL chip which is configured for...
  • uVision upgrade causes lots of troubles..
    Hi, We recently upgraded our uVision to a newer version, because of the newer RealView-ARM-compiler. The compiler is great, but we have a lot of trouble with debugging/flashing our devices (str710...
  • osPoolAlloc in ISR consumes lots of time
    we need a queue in ISR , so we use osPoolAlloc and osPoolFree ,both taking a lot of time, which is not allowed in ISR. Can someone give us some advice ?