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

NVIC registers undocumented?

RM0365Reference manualSTM32F302xB/C/D/E and STM32F302x6/8advanced ARM®-based 32-bit MCUsSection 13 describes the NVIC but is missing the sub section describing the registers to actually manipulate it. I can see from the debugger that its registers a...

psusi by Associate II
  • 376 Views
  • 4 replies
  • 0 kudos

STM32L071, LSE crystal and Driver Level

Dear,On MCU STM32L071 we use LSE crystal (32,768 khz) with param:Cload = 12.5 pFCshunt = 1.2 pFESR = 50-70 kohmDrivel Level = 1uWand I am not sure how to set up LSEDRV bits in RCC register. I computed (according to AN2867) Gmcritical=2.06 uA/VDo I un...

JJRR by Senior
  • 270 Views
  • 1 replies
  • 0 kudos

I2C help please.

Hi everyoneI have a STM32F401RE Board and I am trying to get the I2C to work with an MPU6050. I have seen some examples but since I can not seem to find PB11 I realized I have to use PB3 as I2C2_SDA pin and PB10 as I2C2_SCL pin. The clock on this is ...

CMcC.1 by Associate II
  • 405 Views
  • 6 replies
  • 0 kudos

Resolved! A nother STM32G071 bare metal question on SPI

Hello,here is another bare metal question on STM32G071. I am trying to get the SPI to work. But it is not generating any clock signal or MOSI signal. Here is my init code trying to get it to work on GPIOB 6 to 8:void init_spi(SPI_TypeDef* SPI) { if(...

Labels