Skip to main content
Visitor II
June 27, 2021
Question

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

  • June 27, 2021
  • 2 replies
  • 1160 views

The Nucleo we are using has build in ethernet module.

    This topic has been closed for replies.

    2 replies

    Super User
    June 27, 2021

    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

    Visitor II
    June 28, 2021

    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.