• Long ping time with STM32H753
    I am using RTX5 & Network Component Version 7.13.1 on a STM32H753. I get ping times of 25ms. This happens with ping in either direction. I have the same board with a STM32F427 and ping time is always...
  • init_tcpnet needes a very long time
    I use the LPC1758 with the Keil MDK-Toolchain (Version 4.60). During Startup I initialize all components of my hardware (Own design). Everything is fine if I connet the board to a PC (Ethernet)...
  • how long is the delay
    greetings ,,,, how long will this delay go int delay ( int start , int end ) { int counting; counting = start; while ( counting < end ) ++ counting ; return 7 ; }
  • Realview: Long Long types
    I am trying to port some code over to a LPC2378 ARM-7 MCU that makes use of "long long" variables. I have not been getting any compiler errors over variables being declared as "long long" but when I...
  • long params
    I'm having some bizarre behavior with functions that take multiple long values as parameters. If I change them to ints, all is fine, but if they are longs the target locks up on the function call. The...