• DHCP server function netIF_SetOption and netIF_GetOption
    hello everyone i'm facing problem with using function netif_Setoption and netif_Getoption to set the IP address for DHCP server. can anyone explain how to implement DHCP server using the CMSIS driver...
  • STM32F100 VLDISCOVERY Error: Flash Download failed - Target DLL has been cancelled
    Hi everyone I am trying to start with my STM32F100RBT6B in the STM32VLDiscovery and programming in Keil uVision IDE, with Cube MX. I upload the CubeMX code for the uVision and finished the code with...
  • stm32F103+ENC28j60 as TCP Cleint
    I try to make my stm32+ enc28j60 as client but the sample I found is the web server which can turn the led on/off. the one of library is ip_arp_udp_tcp.c but it doesn't say any way to send the socket...
  • RTX and network problem
    Hello, Here is my program which sends a UDP package each 100us(micro-second). int32_t socket; uint8_t *sendbuf; void Time3(void){ TIM_TimeBaseInitTypeDef TimeStruct; NVIC_InitTypeDef nvicStructure;...
  • Newbie needs help on which libs to use with a stm32f103c6 microcontroller
    Hi all, how are you?, Im very new with ARM microcontrollers and I've been doing a lite lecture of about 4 books to know how to configure this devices to start programming it, first I did a reading an...