STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Re-synchronise HAL_UART_Receive_DMA best way?

Hello,Using HAL_UART_Receive_DMA() function and expecting an N length message, so have set the buffer length and transfer size to N.The communicating equipment sometimes adds an extra character / or drops a character which is taking my DMA out of syn...

###### by Senior
  • 1190 Views
  • 10 replies
  • 1 kudos

Hard fault after lwip init

i recently made a custom board using stm32h743VIT6 and i configured lwip and freertos (before this i was using stm32f407vgt6 it is perfectly working and the circuit is same for this MCUs) now when i start the program it keeps having hardfault i tried...

Reset state slave timer

Chip: STM32H747I have setup a master timer.    sMasterConfig.MasterOutputTrigger = TIM_TRGO_UPDATE; sMasterConfig.MasterSlaveMode = TIM_MASTERSLAVEMODE_ENABLE;And two slave timers each with    sSlaveConfig.SlaveMode = TIM_SLAVEMODE_COMBINED_...

Resolved! Problem writing string to emulated Eeprom

Can anyone explain to me what is wrong in my code?Microcontroller: STM32C031K6T6I'm trying to make an interface so that the user can change the name of their environment in real time, my idea and what I tried to write is something that holds the prev...