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

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
  • 87 Views
  • 7 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...

STM32F407 Option Byte 0xFF, bricked chip

Hi fellows,I have a custom board with STM32F407VGT6. The board was able to be programmed via the JTAG (4 wire JTAG interface; Boot pin is pulled low to ground and reset is connected to the JTAG interface (Nrset pin)) with a segger programmer - multip...

SRAM3 memory block availability for STM32H742xI/G

Hi,In STM32H742xI/G datasheet (DS12110 Rev 8), the SRAM3 memory block is not specified in the "Table 7. Flash memory and SRAM memory mapping" but I can see the availability of the SRAM3 in the generated .map file.Can someone please confirm, it is typ...

palanib_0-1765419963955.png palanib_1-1765420104807.png
palanib by Visitor
  • 56 Views
  • 1 replies
  • 0 kudos

lost access to STM32G030 micro

In a recent design I needed an additional pin and I configured the PA13 / SWDIO pin as a GPIO input.All going fine, code works, but then this happened: After I program the chip in automatic mode and set the option byte rdp to 0xBB I can't connect aga...

KPN1 by Associate II
  • 24 Views
  • 1 replies
  • 0 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...