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

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
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 » Sun Oct 24, 2021 10:20 am

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 - and now I don't know how to do it - the stm/boards/NUCLEO_H743ZI ( single core ) MicroPython, compiled it, and flash the resulting elf,bin file in dual core board ( in M4 or M7 processor) )?

Post Reply