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...
This problem solved as follows, I ran functions netconn_new, netconn_bind, netconn_connect in separate thread. This thread maked with function sys_thread_new.And, it`s ok in my case.
Posted on November 29, 2017 at 08:53May be you know how to resolve, I worked with nucleo144 board (stm32f767) and I had some problem. Windows define board how unkown usb device. But Keil debuger stopped in irq handler 'void OTG_FS_IRQHandler(void)'....
Posted on November 29, 2017 at 08:34May be you know how to resolve, I worked with nucleo144 board (stm32f767) and I had some problem. Windows define board how unkown usb device. But Keil debuger stopped in irq handler 'void OTG_FS_IRQHandler(void)'....