User Activity

I'm using stm32H7B3I-DK board.FreeRTOSSTM32_Network_LibraryES_WIFI (BSP)When I tested UDP socket, sendto() was working.But recvfrom() was not working, it was blocked for ES_WIFI_MAX_SO_TIMEOUT.The remote received an ICMP (Port unreachable).This is my...
Hi All,Board : STM32H7B3I-DKIDE : STM32CubeIDE 10.1I'm trying to download demo app from STM32CubeIDE.The demo apps are AudioPlayer and FreeRTOS from "Example Selector".The building is done, but I'm getting an error as Run. But I can load en.STM32H7B3...
Hi All,I have a B-U585I-IOT02A board and the freeRTOS is flashed- https://github.com/FreeRTOS/iot-reference-stm32u5It has 2 digital microphones, but /iot-reference-stm32u5 does not include the BSP for audio.So I merged the audio BSP from STM32CubeU5 ...
Hello, For the B-U585I-IOT02A device with FreeRTOS, I want to plug an USB audio dongle into the board, and want to get/put audio data from/to the USB audio device, but when I searched the FreeRTOS APIs, it seems that there's no standard APIs for gett...