• Adding MDK Network Component causes Linker errors
    LPC1788 project (512K Flash) I did some testing on the KEIL MDKARM network components. Only TCP and UDP Sockets were used, no other services required. A small 40K project was tested on the embedded...
  • Adding MDK Network Component causes Linker errors
    LPC1788 project (512K Flash) I did some testing on the KEIL MDKARM network components. Only TCP and UDP Sockets were used, no other services required. A small 40K project was tested on the embedded...
  • Network Component Version 7.3
    Hi I can run the HTTP Server from Network version 6.6 and it's working fine here is the code for version 6.6 int main (void) { osKernelInitialize (); // initialize CMSIS-RTOS // initialize...
  • Network Component - 802.1x authentification
    Hi! Does the actual Network Component support 802.1x authentification? Perhaps with additional mbedTLS library? regards Marc
  • Network Middleware TCP timing
    Dear all, We've switched from the previous network middleware to version 7.0.0beta. In the new middleware two threads run (1x Core-Thread and 1x ETH-Thread) Now I want to send out TCP messages...