STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 522 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
  • 514 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...