• Problen with init_TcpNet (); !!!!!!!
    Hello , All i want to config Ethernet peripheral "init_TcpNet " in RTX-OS. i doing add of its configuration file & its library . when i type init_TcpNet (); the compiler relate below errors: new...
  • init_TcpNet (); problem
    Hi I'm trying to run this example : C:\Keil\ARM\Boards\Keil\MCBSTM32C\RL\TCPnet\LEDClient This example compile correctly but when it's programmed on board , it stuck on this command: init_TcpNet...
  • init_TcpNet takes 2 seconds
    I find out, that the initialization function "init_TcpNet" of the RL-TCPnet stack takes about 2 seconds in my case. I use an STM32F437 running at 180MHz with a DP83848 PHY with the delivered driver from...
  • program hanging after init_TcpNet
    I am using an STM32F407 processor. The code I have monitors an ethernet PHY, and if the link goes down and then back up again, such as if someone removes and then reattaches an ethernet cable, it calls...
  • 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)...