STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL_UARTEx_ReceiveToIdle_DMA() and LIN

Hi, I am working on STM32F1 family and implementing LIN communication. I found the function HAL_UARTEx_ReceiveToIdle_DMA() that is very useful to handle variable incoming data. But I have a problem that this function only works first time, but not ca...

st forum.png lin init.png lin init 2.png

Nucleo-H563ZI PLL1 won't lock in

Hey all,i need to use the Rust Programming Language. Now i want to enable the PLL to increase the system srequency.I'm using the "stm32h5" crate (https://crates.io/crates/stm32h5).  let dp = stm32h563::Peripherals::take().unwrap(); // Setup handler f...

Matze02 by Associate II
  • 692 Views
  • 4 replies
  • 0 kudos

WWDG_IRQHandler Doesn't Seem To Be Reached

I started learning about it while playing with WWDG_Example from STM32446E_EVAL.I can enable WWDG and tie it to my EXTI button on my Discovery board.The board will reset when the button is pressed and __HAL_RCC_GET_FLAG(RCC_FLAG_WWDGRST) == RESET.Wha...

Oversampling using GPDMA on STM32U545RE

Hello, I'm using an smt32u545re in GPDMA mode. I followed the videos "STM32U5 workshop - 07 GPDMA in practice - coding and debug in STM32CubeIDE" on YouTube. I am obtaining an array of 64 values in total, 16 values for each adc channel I am reading f...

AGP by Associate II
  • 440 Views
  • 1 replies
  • 0 kudos

Format External Flash

Hello team,                  Is there any way to format the external flash of microcontroller, the reason is that that flash is acting as USB MSC Device. As soon as it connects to PC a popup will arise for disk format. Am planning to do complete mass...

Shikamaru by Associate III
  • 474 Views
  • 2 replies
  • 3 kudos