User Activity

I am using the STM32L476RG with its respective NUCLEO board. I want to experiment with object detection and edge ML on this device so I am using STMCube AI package. I want to use the efficientdet/lite0/detection quantization-trained model but when I ...
I am using an STM32L475VG on the B-L475E-IOT01A discovery board. I am running into a strange problem where whenever I try to create a file within a task it throws back FR_DISK_ERR every time, but succeeds within the startup hook or within the main() ...
https://community.st.com/s/question/0D50X00009bMQGiSAO/stm32cubemx-mac-updater-does-not-workI am asking this question again because there was never any resolution in the question linked above. I am using Cube v5.1.0 and trying to update to v5.2.1. I ...
I am trying to initialize the RTC on the STM32L475VG with the current network time, so I would like to use NTP. I am also using FreeRTOS. NTP uses UDP as a protocol and I would like to use FreeRTOS+TCP to connect to this socket. However, FreeRTOS+TCP...