User Activity

I maked simple program with LWiP. After I got dinamyc address, I tried socket connection and call netconn_bind halted MCU.My code: for(;;) {  if(OK_D == 0)    {    IP_A = gnetif.ip_addr.addr;    if(IP_A == 0)    {      HAL_GPIO_WritePin(GPIOB, GPIO_P...
Posted on November 29, 2017 at 09:13I worked with nucleo144 board (stm32f767) and I can`t run USB in virtual comport mode. I init in cubeMX how wrote in https://community.st.com/s/question/0D50X00009XkXAJ/nucleoh743zi-problems-setting-usbfsdevice-in...