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! HSE of STM32F373RC is not working

Hello.My MCU does not work. I guess it is oscillator problem.- PF1 pin of STM32F373RC is low even though 3.3V power is supplied to MCU, so 8Mhz oscillator does not work. - The oscillator has internal capacitors and part number is "CSTNE8M00G550000R0"...

Diget by Associate II
  • 592 Views
  • 8 replies
  • 0 kudos

Resolved! Flash page erase operation never completes

I'm trying to erase a single page of flash memory at 0x0800F800 (on a 64kB STM32F103C8T6) by using the following code, which runs from RAM:while(FLASH->SR & FLASH_SR_BSY); FLASH->CR = FLASH_CR_PER; FLASH->AR = 0x0800F800; FLASH->CR |= FLASH_CR_STRT; ...

SAnuf by Associate
  • 528 Views
  • 2 replies
  • 0 kudos

Flashing problem in STM32F207

I try to flash using st-link v2 but it show the error message. In my design I cant able to access the Boot 0 and Boot1 pins so no possibility to go for DFU mode.Please give any solution to flash using st-linkV2 kmani@kmani:~$ st-flash erase2018-09-25...

Labels