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

Resolved! HAL library bug in OSPI driver

Source and destination parameters are incorrectly placed in the following code:stm32h7xx_hal_ospi.cLine 1496HAL_OSPI_Transmit_DMA functionif (HAL_MDMA_Start_IT(hospi->hmdma, (uint32_t)pData, (uint32_t)&hospi->Instance->DR, hospi->XferSize, 1) == \HAL...

trs by Associate II
  • 1950 Views
  • 7 replies
  • 0 kudos

SMT32F103 Nucleo Hardfault

I'm running a GPS application based on @Tesla DeLorean application that he kindly shared here:https://github.com/cturvey/RandomNinjaChef/blob/main/f746g_disco_gps.c I'm now encountering a HardFault When I step into the function to load the register v...

Screenshot 2024-07-05 083757.jpg Screenshot 2024-07-05 083924.jpg
Jorgie by Associate III
  • 1100 Views
  • 4 replies
  • 1 kudos

Resolved! STM32G071RB RTC init bug.

Please, answer was anyone trying to use RTC with the G071RB microcontroller? I am powerless now. The code generated by cube does not initialize RTC. I checked the entire initialization procedure if it is consistent with the documentation. Everything ...

wuio by Associate II
  • 9163 Views
  • 12 replies
  • 3 kudos

FatFS on STM32U0XX and external flash

I'm a fresher as a Firmware engineer. I'm currently working on dataloggers. I'm using STM32U083C-DK board which contains STM32U083MCT6 MCU. I've written the code for the basic functionality of the device i.e sleep and wakeup logic using STM32CubeIDE....

RB4020 by Associate II
  • 757 Views
  • 1 replies
  • 0 kudos