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

how to do Dual boot in stm32l476rg?

Hello,I am wanting to do flash via dual boot option on a STM32L476RG board using an external board NUCLEO- L476. when I am trying to change the option bit via program but it wouldn't work any more. whileI have tried a lot so please provide me solutio...

Ngaur by Associate
  • 137 Views
  • 0 replies
  • 0 kudos

How to make STM32L071 wakeup from standby mode

I try to use standby mode on STM32L071. I slightly modified my code that worked fine on STM32L452RE. I use RTC wakeup and RTC alarms to be sure it will wake up (if RTC wakeup fails, 5 second later is ALARM A then 5 second later ALARM B)Code below. na...

WPuch by Associate II
  • 170 Views
  • 0 replies
  • 0 kudos

Resolved! How many SPIs do STM32F429VIT6 have?

From the website, it shows there are 6 SPIs in STM32F429VIT6, but from CubeMX Connectivity​ list, there are only 4 SPIs in STM32F429 series.So which parameter is correct ?B.R.Billy

Bhuan.11 by Associate
  • 259 Views
  • 2 replies
  • 0 kudos

HAL Uart Receives My Uart Transmit Data

Hey there,I communicate with electronic component that communicate with UART.I use STM32F0 MCU. I send Uart messages and make some process after electronic component sends its own Uart data. My problem is:When i use Uart_transmit. My uart receive int...

Resolved! What is the "debug" column in the MAP file?

I know this is a dumb question, but I've googled it and can't get an explanation. What is the "debug" column in the MAP file?Also, it's alarmingly big... using Keil is there a setting I should use to compile without whatever is taking up that space?...

STM32H7 ADC (independet mode) + DMA

volatile uint32_t dbg_res = 0; volatile bool isAdcWork = false; static __attribute__((section(".adc_dma_buf"))) __attribute__((aligned(0x20))) int16_t s_pAlignedAdcBuffer[(1024 + 0x1f) & ~0x1f]; void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc)...

0690X00000A9sVaQAJ.png
ARoma.7 by Associate
  • 241 Views
  • 1 replies
  • 0 kudos
Labels