So I fought through the growing pains of getting ethernet working on the H7 for a streaming project. So far I've had good luck on the RX side but I'm getting some strange corruption when doing TX load testing.Under a pretty high load I get a corrupte...
Posted on October 13, 2017 at 22:19Hi,I have recently purchased a number of NUCLEO-L476 boards but cannot get the USB drivers to install correctly whch are required for both ther STLINK utility and also for System Workbench for STM32.I am using a Wi...
USB OTG issue. I am working on a project port that uses an STM32F407ZGT that communicates with a PC via a USB VCP. The original implementation used an FTDI USB chip to provide a VCP. We have a simple command, response protocol to talk to the STM32. F...
After spending many hours trying to create a working project in STM32CubeIDE with "Device configuration Tool" (file *.ioc), LwIp and Free-RTOS... I am asking for help!My goal is to get a working environment with LWIP and FREE-RTOS on STM32F769NIH6U p...
Hello,I am using MCU STM32F303VC controller with USB 2.0 FS configuration as device and PC as the host.CDC interface is configured to handle the Bulk transactions, and for this only 1 endpoint (Endpoint 1) has been used for handling both IN and OUT b...
I'm using stm32cubeMX to create the project on a nucleo F767ZI boardI'm using FreeRTOS and LWIP for a simple UDP sender.I can get IP address form DHCP and ping works, and the packet can be sentout without any problem if the destination is the broadca...