• Net_initialize()
    Hello, In the HTTP server code from MDK5 there is function call net_initialize(). But it doesn't seem to have a definition. What is the purpose of this function call in the code. Thanks
  • Net_initialize()
    Hello, In the HTTP server code from MDK5 there is function call net_initialize(). But it doesn't seem to have a definition. What is the purpose of this function call in the code. Thanks
  • LPC55S69 MQTT example problems
    Hello together, I would like to use MQTT on the LPC55S69-EVK. For this purpose, I have loaded the example "Paho MQTT Example" from the website https://www2.keil.com/iot/lpc55s69-evk . But unfortunately...
  • LPC55S69 MQTT example problems
    Hello together, I would like to use MQTT on the LPC55S69-EVK. For this purpose, I have loaded the example "Paho MQTT Example" from the website https://www2.keil.com/iot/lpc55s69-evk . But unfortunately...
  • Hard Fault with net_initialize()
    Hello I send and receive data from Ethernet with cmsis library I send my data with send function each 100ms(with each timer interrupt) void send(void){ unsigned char i; unsigned long int checksum;...