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.
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...
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...
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...
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...
if not, don't wait click https://www.st.com/content/st_com/en/stm32cube-with-azure-rtos-discovery-workshops.html
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
What is the difference between HAL_FLASH_Lock and HAL_FLASH_OB_LockAndrzej
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...