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! STM32H723VE dma don't work with adc

dma don't work with adc. After first writing dma set flag TEIF. Value wasn't written to buffer. I ported example (adc dma transfer) from stm32h743 to 723, it have this error too.

FAndr.1 by Associate II
  • 527 Views
  • 7 replies
  • 0 kudos

ADC interrupt goes to default handler in Coocox COIDE

HelloI am (still) using CooCox IDE + STM Periph Libraries 1.5.0In my code I finally enabled ADC interrupt , but surprise, the code is ending into default handler regardless the fact that I have a function with the same name as the adc handler used in...

ionutF by Associate III
  • 352 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F750 QSPI Boot Issue

I am trying to boot from the QSPI on F7508-DK board.I followed the guide by ST mentioned at STM32Cube\Repository\STM32Cube_FW_F7_V1.16.1\Projects\STM32F7508-DISCO\Templates\ExtMem_BootBasically this needs to be flashed once, so the code can jump from...

Labels