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

STM32H7 ADC1 can not be enabled

Posted on May 11, 2018 at 09:19Hi,I am not able to start the ADC using the the HAL:        hadc1.Instance = ADC1;        hadc1.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV4;        hadc1.Init.Resolution = ADC_RESOLUTION_16B;        hadc1.Init.ScanConvM...

Fast switching of ADC configuration on STM32

I am using a Nucleo-32 board to sample 2 ADC channels. I am using the Cube MX and Cube L4 libraries. I am sampling CH1 for a fixed number of samples using DMA. I am using the callback HAL_ADC_ConvCpltCallback to change the ADC configuration to sample...

Flash programming error

Hello,​I am verifying my flash write program.The first writing is ok, but the error occurred from the second writing.The following is my flash write program.int cmd_flash_write(void) { uint32_t s_addr; uint32_t data[512]; uint32_t len, i, status;...

AKim.15 by Associate II
  • 532 Views
  • 2 replies
  • 0 kudos

What is the WDG_LS_D1 in STM32H7 MCUs?

In the previous ST products (mostly the STM32F and L series) I was able to disable the IWDG when code went into debug.Unfortunately, in the H7 I can see the introduction of new mechanism controlled by bit WDGLSD1 in DBGMCU_APB4FZ1 register. On the bl...

Resolved! Where is the default SW(GUI)/FW?

HelloI am reviewing the basic released SW of F769I-Disco/F411E-Disco in kit board.but i can not find it, Where is the default SW(GUI)/FW? Please feedback for released FW oflocation .

MYu S by Associate II
  • 569 Views
  • 5 replies
  • 0 kudos

Entry symbole Reset_Handler not found

Hi,I am using CMake to compile STM32L496 project. TrueSTUDIO compile fine without issue but CMake. I am very sure I do have the startup_stm32l496xx.s compiled. cannot find entry symbol Reset_Handler; defaulting to 08000000Anyone know what might be wr...

embedded world 2018 sample boards

Posted on March 27, 2018 at 16:52Hi, at the embedded world 2018 particapants could register for a free sample (most/really interesting options not chooseable when i was there). I did that and later got a amazon voucher code via mailto:stmicroelectro...

_richard by Associate III
  • 900 Views
  • 11 replies
  • 0 kudos