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

Problem with UART in secure and unprivileged mode U5

Hello,I'm currently tring to do an app and I want to switch in unprivileged mode when I'm in secure and privileged mode. The switch is working but the uart is not working in unprivileged mode. It works in privileged mode. When I debug my code go in t...

ECoud.1 by Associate III
  • 587 Views
  • 2 replies
  • 0 kudos

Issues with library of G431

Hi, after spending already the half day, i finally found one problem of multiple:https://github.com/STMicroelectronics/cmsis-device-g4/blob/master/Include/stm32g431xx.hLine 1029 continues with wrong offset. Should be 18. Following are wrong too.After...

Tobe by Senior III
  • 1028 Views
  • 7 replies
  • 6 kudos

Input resistance of analog input, reset (?)

Dear community, my Nucleo H723ZG captures analog signals via channels (see attachment) :ADC12_INP15,ADC12_INP10 andADC12_INP10 The second one reads a 4-20mA pressure signal from a sensor with the help of an external shunt resistor. After a system res...

LysAn by Associate III
  • 579 Views
  • 1 replies
  • 1 kudos

BootLoader timeout

Posted on January 12, 2015 at 09:17HiI am using STM32L151 bootloader.I wanted to run the bootloader at program start, and if no usb if attached for a certain timego back to regular application.Is it possible to configure a timeout for the bootloader...

yarona by Associate II
  • 1197 Views
  • 4 replies
  • 3 kudos

stm32h7 dual core debugging

Hi all. I am using STM32H747BIT6 with cm4 & cm7 cores but I am struggling with debugging my application. I started a new STM32 project using the CubeIDE wizard and gave the ioc file to generate simple code. Then I built the two projects (m4 & m7). Af...

yonatan by Associate III
  • 1231 Views
  • 2 replies
  • 0 kudos

Resolved! stm32g0b0ce flash page erase issue

Hello folks I am using the first bank for the firmware and the second bank to save a bunch of parameters. When the fw receives a command via uart, it updates the parameters erasing first and then writing groups of 8 bytes. When I try to erase the fir...

max65 by Associate II
  • 909 Views
  • 3 replies
  • 0 kudos

Nested interrupts on the Nucleo-F411RE

 I am doing an academic activity where I was asked to execute a reading process from an external RTC via i2C, but on another MCU, I used a repeat timer, but I was unsuccessful. Something seems to interfere with the I2C communication and according to ...