STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f439 freertos lwip stuck

Hi, i have build up a basic freertos and lwip setup. I just have one user task running. I start a sntp to get the time and wanted to print the time in that task. But it does not reach there.I get stuck. I'm using the cmsis v2 i recently upgraded the ...

MOtto.2 by Associate II
  • 1123 Views
  • 2 replies
  • 0 kudos

Problem with "HAL_UARTEx_ReceiveToIdle_DMA"

Hi,I am using the HAL function "HAL_UARTEx_ReceiveToIdle_DMA" as follows:void HAL_UARTEx_ReceiveToIdle_DMA(UART_HandleTypeDef *huart, uint16_t Size) {//my actionsHAL_UARTEx_ReceiveToIdle_DMA(peripheral, buffer, COMMAND_MAXIMUM_LENGTH);__HAL_DMA_DISAB...

areyzummo by Associate II
  • 3199 Views
  • 7 replies
  • 2 kudos

Resolved! STM32H743ZI2 TIMER calculation

Im using stm32h743zi2 microcontroller and , cortext M7 processor , so i need prescalar value and period values of TIM5 for 80milli sec . here im using main clock is 400Mhz and timer bus clock is 200Mhz . please can anyone suggest me a flexible soluti...