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! How to get HCLK for LL_Init1msTick?

HiI noticed on my STM32G071.. that the "LL_mDelay(1000)" function did not produce a steady 1000ms delay if I vary the HCLK frequency (code generated by CubeIDE)...I did not have this problem with other MCUs code generated, it worked out of the box (...

0693W000005AevWQAS.png
PGroe.2 by Associate III
  • 1433 Views
  • 3 replies
  • 0 kudos

Problem with stm32h747i_discovery.c

The function int32_t BSP_SD_Init(uint32_t Instance) (which I believe is the first thing to call to initialise access to the SD card on the STM32H747 Disco board) attempts to check if card detected on line 160. However the pin that is used as card det...

AStew.1 by Associate II
  • 464 Views
  • 0 replies
  • 0 kudos

STM32L152 nucleo DFU mode example NOT RUN !!!!

The eaxample of dfu mode stm32l152 not run !!!These are my step :I build and execute code via IAR on Nucle0l152 board with usb _CN1 cable .Then i dsconnected CN1 usb cable and i connected my USB cabel to PA11, PA12 , gnd and 5 v .Then I open Open...

bfran.1 by Associate II
  • 1793 Views
  • 6 replies
  • 0 kudos

Bidirectional i2s using SAI on stm32f4 and f7

I've got an audio codec chip with bidirectional i2s interface, but I can't find any examples or any other info on configuring bidirectional i2s through SAI and HAL in stm32 microcontrollers. I am able to configure single-direction i2s just fine. How ...

WJabl.1 by Associate
  • 648 Views
  • 0 replies
  • 1 kudos

Problem with Bootloader jump CDC

Hi,My software sends a CDC bootload flag that asks the MCU to do a bootloader jump. The jumps works fine and I have no problem detecting the device change, in "control printers" on my PC (CDC to DFU). But on my collegue's PC his Windows does not see ...

0693W000005AIQMQA4.png