STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Resolved! Right edge aligned PWM

I've edited this post to make it more useful to others.We are well into development of a board at work using an STM32F072RBT6 MCU. I just wrote a quick from scratch test using a NUCLEO-F072RB board to verify things. I'm not sure of the exact problem,...

SPetr.6 by Associate II
  • 1007 Views
  • 6 replies
  • 0 kudos

MCU starts code if I do a hardware reset!

Hello,I'm working with STM32F427VIT6 microcontroller. BOOT0 is connected to GND through 10K resistor. The NRST state is high.My problem is when I power up the board, the microcontroller code execution seems to not start. The execution only starts if ...

BS.2 by Associate
  • 919 Views
  • 3 replies
  • 0 kudos

STM32G474 dual bank feature seems not working.

My application is running in Bank1 and I program new firmware binary file to bank2 via USB and toggle the bank(set BFB2), it does not start . When I check the binary file generated by cubeIDE and the binary file written to bank2(using cubeprogrammer)...

HYe_i.1 by Associate
  • 389 Views
  • 1 replies
  • 0 kudos

Resolved! stm32h747: XIP from external SDRAM

Is it possible to run the firmware from an external SDRAM?There is an example for h750, but it does not work with h747.I go to the address I need, but I get a hardfault into bootloader for first command into external sdram

0693W000008zkr0QAA.jpg
VLesc.1 by Associate
  • 372 Views
  • 1 replies
  • 0 kudos

How to boot from external flash using quadSPI.

I want to use external flash as boot memory because the size of internal flash is not enough for my controller. what i was thinking is to write code in external NOR flash and give address as starting address for boot in flash.ld file but then i found...

Mani.V by Associate II
  • 950 Views
  • 6 replies
  • 0 kudos

Option bytes programming STM32H7

Hi, I want to program the brownout in code:void setBrownout (uint32_t level) {   FLASH_OBProgramInitTypeDef OBInit;   HAL_FLASHEx_OBGetConfig(&OBInit);   if (OBInit.BORLevel == 0) { // not programmed yet      OBInit.BORLevel = level;      OBInit.Opti...

DKlep.1 by Associate
  • 253 Views
  • 0 replies
  • 0 kudos