STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 708 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
  • 452 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
  • 496 Views
  • 2 replies
  • 3 kudos

Resolved! Hard fault on unaligned access on STM32U5

Hello, I have a problem with unaligned access, which generates a hard fault when the software is started without bootloader.When running the same software from mcuboot bootloader, there is no hard fault on unaligned access.The MPU and TrustZone confi...

Meixner by Associate III
  • 417 Views
  • 1 replies
  • 1 kudos