Error building for NUCLEO-H743ZI2 board

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
ExDes
Posts: 8
Joined: Thu Apr 29, 2021 10:25 pm

Error building for NUCLEO-H743ZI2 board

Post by ExDes » Fri Apr 30, 2021 3:31 pm

Greetings,
After a substantial hiatus from software development I am attempting to implement the STM32H743 for a new application. Micropython seems to be an excellent option and hoped to test this on the NUCLEO-H743ZI2 board. I followed the instructions provided in the readme file of the repository. All went well until I hit the linker. I received this message:

LINK build-NUCLEO_H743ZI/firmware.elf
arm-none-eabi-ld: build-NUCLEO_H743ZI/firmware.elf section `.eth_buffers' will not fit in region `RAM_D2'
arm-none-eabi-ld: region `RAM_D2' overflowed by 805289984 bytes
Makefile:695: recipe for target 'build-NUCLEO_H743ZI/firmware.elf' failed
make: *** [build-NUCLEO_H743ZI/firmware.elf] Error 1

I did search the files for a setting that might correct this issue without success.

As a side-note, I did successfully build and install micropython on a NUCLEO-F767ZI board to verify the build process works. Great job to all involved on this micropython project!

Any assistance in this matter would be very much appreciated!

Post Reply