STM32 Nucleo: Difference between revisions

From Axel Public Wiki
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


=== USB connection ===
=== USB connection ===
It is possible to connect the Nucleo board via USB-Serial connection; just refer to the following steps:
* Connect USB cable into CN1 connector.
* Open LogicLab.
* Create new Nucleo_F767ZI project.
* Select from LogicLab main menu bar ''On-line'' -> ''Set up communication''.
* Select ''Modbus'' protocol, click on ''Activate'' button and then on ''Properties'' button; the following dialog will be opened:
[File:Nucleo-USBConnection1.jpg]
*
*
*


=== Ethernet connection ===
=== Ethernet connection ===

Revision as of 15:05, 30 November 2020

We're sorry, this page is under construction

This guide is intended for STM32 Nucleo F767ZI demo board, with Axel runtime.

Quickstart

USB connection

It is possible to connect the Nucleo board via USB-Serial connection; just refer to the following steps:

  • Connect USB cable into CN1 connector.
  • Open LogicLab.
  • Create new Nucleo_F767ZI project.
  • Select from LogicLab main menu bar On-line -> Set up communication.
  • Select Modbus protocol, click on Activate button and then on Properties button; the following dialog will be opened:

[File:Nucleo-USBConnection1.jpg]

Ethernet connection

Modify ethernet communication settings

Peripheral connection

Firmware upgrade

Plugin development

IOPluginLib user sample plugin

Project settings

IOPlugin interface description

Add plugin to main firmware

User plugin interface

= Plugin definition