STM Nucleo-H745 dual core board: how to use only one processor for MicroPython

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
ales.coppelli
Posts: 34
Joined: Wed Aug 08, 2018 9:15 am

STM Nucleo-H745 dual core board: how to use only one processor for MicroPython

Post by ales.coppelli » Tue Oct 26, 2021 6:48 am

Hi to all.

I have a STM32 NUCLEO-H745zi ( dual core processor ) board and I would like
to use one of the two processors ( M4 or M7) for MicroPython.
Has someone already done it ? Any indication on how to do it?

( Dummy/silly question: Is it possible to modify
-at the moment I would not know how to do it-
the stm/boards/NUCLEO_H743ZI ( single core ) MicroPython port,
compiled it, and flash the resulting elf,bin
file in M4 or M7 processor of the dual core board )?

Post Reply