I'm trying to provide a server connection to 2 clients on ports 1024 and 1025 using LWIP raw API. I have created two separate pcbs and can listen on both ports successfully, but writing to either pcb results in data being sent to the first pcb only;/...
Do we have any reference firmware and hardware design for stm32f439 and LAN8742A possibly using FreeRTOS in the design example.
It does not work on my eval board not even able to mount the sd card. Is their any restriction or limit wrt to clock for implementing this since stm32f0 can have max 0f 72MHz wheras stm32l0 only 32Mhz. if so how can this limitation be overcome . ...
Hello everyone,I'm trying to implement an audio acquisition system based on some demos from ST's CubeHAL libs. I'm using the STM32F413-Discovery board as a target for this project. It has most of the peripherals needed to complete the job, LCD, MEMS,...
Hello everyone !I'm starting with this h7 family but I wasn't able to get any usb example for the nucleo stm32h745. So I've been using the discovery board ones.But It didn't work , the usb state got suspended and the pc is warning a unknown device .I...
HiSo here's the thing: I've been getting familiar with flashing the STM32F407 discovery board using the in-build bootloader via USART3. Boot mode is set to System memory using Boot0 = 1 (5V)Boot1 = 0 (GND)I am using an USB to serial converter. Connec...
The X-CUBE-USB-PD is running on my custom PCB with the STM32F072CB and FUSB307B. That project is based on the sample project, EVAL_FUSB307B_DRP, which works as a DRP.When I have traces functioning at build time and the system is acting as a source, i...
Hi,I created a project using the STM32CubeIDE for a STM32F2xx. This project include USB in host mode with a mass storage class, FATFS and FreeRTOS.With freeRTOS, FATFS is put in REETRANT mode. I also put the MAX_SS to 4096 because I need the sector s...