Forum Posts
ST32M USB interface signal integrity measurement
Hi Support Team,Anyone can provide the STM test mode code that can throw out random USB data to measure the USB interface's signal integrity.
STM32H745 ethernet - problem pinging
Hello,We are designing a system based on a STM32H745ZI. Functionality includes TCP communication.Just for start, I've implemented LWIP based design on the Nucleo144-745ZI board.It's based on example from https://community.st.com/s/article/How-to-crea...
How to send large amounts of data through USB FS asynchronously.
Context: I'm porting code from an old STM32F4 to a ST32H7 for USB FS.In the old code, Handle_USBAsynchXfer is used to transfer large amounts of data 64 bytes at a time.Now that I am using STM32CubeIDE, I don't see HandleUSBAsynchXfer, but I do see CD...
stm32h7 using eth mac
now,I using stm32h7 series, and run eth mac to trasmit and receive ethernet frame. but It can trasimit ethernet frame sucess,but It can`t receive.I had set mac filter to receive all.the program:static void MX_ETHMAC_Init(void){ ETH_MACFilterConfigTyp...
STM32F4 custom bootloader jump ends up in hard fault
MCU: STM32F429IITI've written my first custom bootloader for the STM32. It takes a .hex-file from an SD-card, flashes it and jumps to that application.The hex-parser and writing the flash works perfectly, I've double-checked that.I've written a small...
already registered to the STM32 Ecosystem Workshops ?
if not, don't wait click https://www.st.com/content/st_com/en/stm32cube-with-azure-rtos-discovery-workshops.html
Resolved! Promiscuous Mode
Hi I want to use Promiscuous Mode with LWIP+STM32H743.I want to be able to capture frames not sent over to my IP address.Is it possible?Thanks
Resolved! STM32CubeIDE
What is the difference between HAL_FLASH_Lock and HAL_FLASH_OB_LockAndrzej
Resolved! STM32H753 Ethernet stop working
we have several device with STM32H753, and they are talking to each other, over LwIP.one of the devices is the master who charges on the protocol communication between all other peripheral devices.the master send a ack message to each device in a loo...