cancel
Showing results for 
Search instead for 
Did you mean: 

Hi all, im using Nucleo-144 series (STM32F767) development board in a project. I used Mbed OS for the programming.I want to make a custom pcb with the MCU, ethernet etc. and the question here is : Mbed OS will be sufficient for the programming or not?

GSkal.1
Associate

The Nucleo we are using has build in ethernet module.

2 REPLIES 2

If the custom board is more-less identical to the Nucleo, programming it will not be much different from it.

Alternatively, you can first try to program the Nucleo board without mbed.

JW

jerome.coutant
Associate

Note that all ST driver files are included in mbed-os repo,

so you ca use mbed-os api and rtos, and also all other ST specific features.