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

Coocox to Makefile causes ASM compiling error

I'm attempting to migrate an old project from Coocox, to a good old Makefile, and somehow, even though all the gcc options are the same, and I use the same exact toolchain, I get his error, following this command:arm-none-eabi-gcc -c -g -O0 -Wall $(...

TGeof.2 by Associate II
  • 440 Views
  • 2 replies
  • 0 kudos

flash access through ART or not

Hello,I was looking to the docs about flash/ART accelerator, and it was saying access through ART is only if done through ITCM not through AXI, and ITCM access is through 0020 0000. The (default project) linker description (of STM32CubeIDE) only has ...

mete by Senior II
  • 451 Views
  • 2 replies
  • 0 kudos

Resolved! STM32G474 DMA Transfer Error and DAC underrun

Hi,I am trying to write a waveform table to the DAC peripheral using DMA and the TIM6 peripheral.TIM6 does appear to work as expected.I can also see the DMA getting triggered by means of TIM6_TRGO.But the DMA Transfer results in a Transfer Error, res...