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

toolchain installation failures

Hi.  I have a newly purchased NUCLEO-U575ZI-Q.  I followed the instructions here to install the toolchain on Windows 11:https://www.st.com/en/evaluation-tools/nucleo-u575zi-q.html#documentationhttps://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step1_T...

mdeis_0-1765389725567.png mdeis_1-1765390093122.png mdeis_2-1765390153742.png
mdeis by Visitor
  • 6 Views
  • 0 replies
  • 0 kudos

STM32G031K8 consumes 100uA in Stop1 mode

Hi,I am currently working on the firmware of a PCB with an STM32G031K8T6 as the MCU, supplied by a 1.8V voltage.When I enter Stop 1 mode, the consumption of the MCU drops to 100uA, instead of the 7uA stated in the datasheet.The app_stop function is a...

levantg by Associate II
  • 735 Views
  • 17 replies
  • 0 kudos

STM32L0 cannot change PWR_CR_ VOS

Hi, I'm stuck on a problem with setting PWR_CR_VOS on NUCLEO-32 STM32L031K6- I want to select HSI16-PLL as clock source- VDD is 3.3V- FLASH latency is set to 1WSBut I can only set PWR_CR_VOS to RANGE 2 and RANGE 3.RANGE 1 cannot be selected, so I can...

RinGO by Associate II
  • 51 Views
  • 5 replies
  • 0 kudos

Fault handler, stack frame

Hi.I am trying to test out a fault handler for our STM32G (right now, the fault handler just tries to determine the location of the code that caused the fault).If I force a fault (divide by zero) in "normal" non-interrupt handler code, I can easily r...

NUCLEO-C092RC (MB2046B): UART-based bootloading

Hi, I have an STM32C092RCT6U development board and I am trying to perform UART-based bootloading. My board has a B3 button for selecting the boot mode. I am using the Flash Loader Demonstrator to flash the application, but I keep getting the followin...

Nibesh by Associate II
  • 82 Views
  • 5 replies
  • 2 kudos

STM32U073CCT6 - STOP MODE 2 Power Consumption

Hi We are using an STM32U073CCT6 on a battery-powered board. We need to put the processor in low-power mode to increase battery life. The current in STOP MODE 2 is about 20uA. To address some issue related to the power supply and our hardware, we put...