Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

The application appl/goal_mb/01_simple_io demonstrates the usage of the GOAL Modbus Stack. It defines data regions for specific data types, opens up a Modbus instance and creates objects.

It also initializes Device Detection to access CM Variables to set Interface Configuration like IP Address.

Footprint

The application uses with enabled logging at the platform STM32F429_nucleo about 52 kB of RAM and 240 kB of FLASH.

Data Regions

The application uses the function goal_mbCfgDataRegionDefine to define accessable regions for specific data types.

...