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! MX_USB_HOST_Init(); Issue on FreeRTOS CMSIS V1

Hi EveryoneI am starting to use FreeRTOS but faced an issue if there is someone to help. I configured USB_FS MSC. when I use MX_USB_HOST_Init(); the FreeRTOS stop and not working. but when I disable it, everything is fine.I have used the USB_FS MSC i...

AMIR-F-O by Associate II
  • 3526 Views
  • 9 replies
  • 4 kudos

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
  • 2278 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
  • 1259 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
  • 9716 Views
  • 12 replies
  • 3 kudos