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
  • 178 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
  • 146 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
  • 143 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 II
  • 128 Views
  • 1 replies
  • 1 kudos

Resolved! Facing an issue with SDMMC on STM32H753

Hi i am using STM32H753z, now i am trying to access SD card  but i getting  some error in stm32h7xx_hal_sd.c file of static uint32_t SD_PowerON(SD_HandleTypeDef *hsd)  API,s  in this /* SEND CMD55 APP_CMD with RCA as 0 */ errorstate = SDMMC_CmdAppCo...

Naresh_ by Associate III
  • 487 Views
  • 10 replies
  • 2 kudos