STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

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
  • 697 Views
  • 2 replies
  • 0 kudos

Resolved! Nucleo-H743ZI2 schematic not available

Hello,while Nucleo-H743ZI product page and schematics are available, I am unable to locate any for the Nucleo-H743ZI2 board. Could you please assist? Thank you!

DZovk.1 by Associate
  • 604 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
  • 647 Views
  • 2 replies
  • 0 kudos

strange behavior when flashing in RAM

I write a program, send 0x55 via UART, and set the system timer for 1000 calls per second.the program is recorded to FLASH and works as expected.then I change the address for the firmware in the linker, instead of the flash drive I write to RAM.I cha...