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! STM32U575 LPUART: what am I missing?

I have LL-API based UART/USART code which runs on an STM32U575 (tested on a NUCLEO-U575ZI-Q board), no problem (@ 115200).I would like to move this code to the LPUART (pins D0/D1, PG8/PG7, of the board).  However, I have failed; not even TX works (a ...

STM32L151VE optionbytes "nBFB2" bit question

Hi sir,I ask a question about optionbytes nBFB2 of STM32L151VE.I checked User Manual and wanted to confirm some information about nBFB2.1) Option byte register (FLASH_OBR) : bit nBFB2 default value = 1 , see attached file optionbytes_1.png2) Optio...

HJion by Associate
  • 740 Views
  • 1 replies
  • 0 kudos

stm32072xx PLL and clock config

Hi,I'm newbie but I need to check if the second code block includes the first code block.I'm dealing with stm32F072xx.If required I can share more part of code.1:RCC->CR |= RCC_CR_HSION;while(!(RCC->CR & RCC_CR_HSIRDY)){};RCC->CFGR &= ~(RCC_CFGR_PLLM...

Gaucho by Associate II
  • 969 Views
  • 7 replies
  • 1 kudos

I2C Sequential Transfer Function

I am configuring STM32L496ZGP as an I2C Slave. Master is a software(i.e.)Aardvark Total Phase Control Center and I am sending some data for this I2C Slave to receive.int main(void){   HAL_Init();   SystemClock_Config();   MX_GPIO_Init();  MX_I2C2_Ini...

ADC oversampling - how does this work exactly?

In the RM the section on the hardware oversampling "25.4.31 Oversampler" is quite brief in it's explication, it states that "There are no changes for conversion timings in oversampled mode: the sample time is maintained equal during the whole oversam...

Robmar by Senior III
  • 2306 Views
  • 5 replies
  • 0 kudos