User Activity

Hi All,We are using the STM32H747XI Discovery board and we need to use the onboard microphone to get voice recorded and send it over Ethernet.From https://os.mbed.com/teams/ST/wiki/DISCO_H747I-modifications-for-Ethernet, to use the Ethernet port, we ...
I am trying to configure the TIM5 to get timestamp in milliseconds for a long period (over 40 seconds).Here is the current configuration of TIM5:// This function inits and start the timers usedvoid timer_init(void) { __HAL_RCC_TIM5_CLK_ENABLE(); ...
Kudos given to