ST
A world leader in providing the semiconductor solutions that make a positive contribution to people’s lives, both today and in the future.
Nucleo 144pins ethernet spi conflict
- If you use Ethernet and not SPI
- Keep your board with the default configuration.
- If you use SPI and not Ethernet
- You should remove JP6 jumper on the front side of the board.
- If you use both SPI and Ethernet
- You have to patch the NUCLEO board on the back side: remove SB121 and close SB122 solder bridges. This will connect PB_5 to D11 instead of PA_7.
- Overwrite the
d11_configuration
by using the mbed_app.json file and use PB_5 (instead of PA_7 default value).
Example:
"target_overrides": { "NUCLEO_F746ZG": { "target.d11_configuration": "PB_5" } }
See the mbed-cli documentation for more information on the configuration system syntax:
https://os.mbed.com/docs/latest/tools/adding-and-configuring-targets.html