User Activity

Hello,I'm starting to port functional code from stm32f7 to stm32mp13. On the F7, I was using FreeRTOS+Lwip+mbedTLS. On stm32mp13, I switched to ThreadX+NetXDuo as it's the only supported stack. For my tests, I used the examples provided by the STM32C...
Hi,   I'm discovering the STM32MP13 Bare metal project. I'm following example given by the STM32CubeMP13 Package. Everything works fine except for the fact that I'm disappointed by the performance. Indeed, if my theory is correct, the following code ...