STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32C0 bootloader UART pin assignment

Hello,I have a question regarding the bootloader of the STM32C0 (especially the TSSOP 20 version STM32C031F6Px).According to the datasheet and the reference manual, the bootloader can communicate via UART1 and I2C1.The pins it is using are PA9&PA10. ...

akurtj by Associate
  • 1852 Views
  • 2 replies
  • 2 kudos

Cannot build my project

After the cube ide and programmer updated, the debugger broke and this is the message I would get:make: *** No rule to make target 'ENGC 371\project1\file\STM32F429ZITX_FLASH.ld', needed by 'project1.elf'. Stop. what would be the best take? i am usin...

jberdkan by Associate II
  • 910 Views
  • 2 replies
  • 0 kudos

Resolved! Distinguish between 2 µC (STM32L071CZY6 and STM32L071KZU6)

Hello,we have an electronic with two possible µC as footprint on the PCB.STM32L071CZSTM32L071KZInside the layout it was necessary to route two signals to different GPIOs, thereforewe have a difference in the configuration.We want to avoid a #define t...

SJung.1 by Associate II
  • 1418 Views
  • 4 replies
  • 4 kudos

Resolved! External VREF+ and VREF- for ADC

Hello,I am using NUCLEO-F756ZG. My application is ADC related. I am measuring an analog signal at high sampling rate. Recently, I had a discussion with my team and had an interesting proposal. Our target signal is pretty much guranteed to be within 0...

rakib2023 by Associate III
  • 4978 Views
  • 3 replies
  • 3 kudos

Resolved! overwriting the data registers of the ADC and DAC in STM32G4

On STM32G474, I have a loop where I read ADC values, process them, and write the result to DAC.I am using the dual ADC mode and reading ADC12_COMMON->CDR . I do not care if I read the previous conversion result, in this case, is there a reason to che...

mete by Senior II
  • 1079 Views
  • 1 replies
  • 0 kudos

Resolved! Clock Frequency of L452RE

Hello, I am having a confusion in understanding the Clock Frequencies for STM32L452RE. In the Datasheet its mentioned that "Several prescalers permit to configure the AHB frequency, the high speed APB (APB2) andthe low speed APB (APB1) domains" It al...

Screenshot 2024-01-30 124735.png Screenshot 2024-01-30 123636.png

Resolved! Is I2C HAL library for F4 series thread safe?

In my project, my MCU (F411) uses I2C HAL API routinely to read from a sensor device.When some event happens, my interrupt handler will use I2C API to read from different register from that device; so my question is:Is HAL API thread safe? Although I...

HDaji.1 by Senior
  • 2436 Views
  • 6 replies
  • 2 kudos

SPI Issue - HAL_BUSY (STM32L4)

I've been having issues with getting an SD card working on an STM32L4R5ZI Nucleo board when using essentially the same code (with minor tweaks) without issues on the STM32WB55 Nucleo board.  I've been going through the code of both to determine where...

JayDev by Senior II
  • 5439 Views
  • 4 replies
  • 3 kudos