User Activity

I am using  STM32H735AGI with freertos + lwip + no dcacheI have an udp echo server on the device and a udp echo client in python that runs on the pcThe client sends messages with a length of 3 TCP_MSSIn the following logs the first number is the tick...
I am using STM32H735AGI6 on a custom board with an KLM8G1GETF eMMC I am reading JEDEC Standard No. 84-B451I want to start reading counter: std says "The counter read sequence is initiated by Write Multiple Block command, CMD25. Prior to CMD25, the bl...
the function MX_RNG_Init failsHAL_RNG_Init returns t.o.: while (HAL_IS_BIT_SET(hrng->Instance->CR, RNG_CR_CONDRST)) {  if ((HAL_GetTick() - tickstart) > RNG_TIMEOUT_VALUE)  {   /* New check to avoid false timeout detection in case of preemption */   ...