Hi, thank you for your quick reply! I will try to get it working, and if I run into some questions, I will come back to you. Thanks for helping me out!
A small update. I convert the generated .elf file to a .hex file (the .bin is way too big) : arm-none-eabi-objcopy -O ihex STM32G071_NUCLEO.elf STM32G071_NUCLEO.hexThen I programmed the board by using "ST-Link Utility" and the external loader file (M...
Maybe it's related, but when I build the release in STM32CubeIDE, the .bin file is >2GB!Is this because of this in the linker script:SPI_FLASH (r) : ORIGIN = 0x90000000, LENGTH = 8M
I'm working with TouchGFX 4.16, STM32CubeIDE 1.51 (latest versions) on a NUCLEO-G071RB + X-NUCLEO-GFX01M1 board.I opened the one sample project available for this board combo in CubeMX, uploaded it to the board without any problem.Then I opened the p...