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

Enter and Exit Low Power Sleep Mode?

Hi,I have configured MCU in Sleep Mode, I have Configured SPI,UART and Some GPIO. and also configured Interrupt RTC. I have Wrote entering Sleep mode like,main(){  MX_GPIO_Init(); MX_LPUART1_UART_Init(); MX_SPI1_Init(); while(1) { Disable_Pheripheral...

Using the embedded flash with Keil on STM32F730

Hi! I'm wondering if anyone knows how to use the 64k of embedded flash on an STM32F730. The Discovery kit examples and the cube are all configured for external flash and linked at start address 0x900000000 . None of the on-chip flash options make any...

mike_360 by Associate
  • 284 Views
  • 1 replies
  • 0 kudos

STM32G4 ADC clock

Hi, Most of the STM32G4 CubeMX examples configure the ADC clock as synchronous clock mode divided by two,and the AHB ADC bus clock as 150MHZ. If I understand correctly, the ADC clock would be 75 MHZ for this configuration. The problem is that STM32G...

Asantos by Senior
  • 248 Views
  • 0 replies
  • 1 kudos

STM32 I2C Multi-master problem

I'm seeing a problem which seems to be related to the one discussed here: https://community.st.com/s/question/0D50X00009XkgoYSAR/stm32-i2c-multimaster-hardware-bug In my case though I'm not using DMA, I'm just using interrupt driven I2C but the sympt...

SGars by Associate II
  • 534 Views
  • 1 replies
  • 1 kudos
Labels