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

About OTG connector

We are building a board using STM32H750VB and I need to connect a USB connector. I thought of using OTG_HS. In this type many signals related to ULPI and OTG_HS_SOF are available, which I don't need. So I need to know whether these signal are mandato...

PY.1 by Associate II
  • 354 Views
  • 1 replies
  • 0 kudos

HAL_FLASH_Program() returns Write protection error

Hi all,I'm using STM32f405 and i want to program FLASH using STM32CubeIDE.My testing code is the following: uint32_t base = 0x080E0000; //FLASH SECTOR 11 uint64_t data= 0x55; FLASH_EraseInitTypeDef EraseInitStruct; uint32_t Error;   EraseInitStr...

RPalm.1 by Associate
  • 270 Views
  • 0 replies
  • 0 kudos