Part Number: LAUNCHXL-F28069M
Hi,
I'm a research student from Sri Lanka. In my project I have to communicate between 5 Launchxl-f28069M development boards. Each of them handle the ground level control and monitoring of power converters units (Typical buck, boost and few isolated full bridge circuits). The connection system follows master-slave architecture. Each board act as slave device. Basically each board measures voltage and current at few terminals and send them to the master. On the other hand based on the measurements master sends the operation points (reference points of the PI controllers) to the slave devices.
To achieve this task I'm planing to use i2C protocol because of the device addressing capabilities. Also I'm using Solidthinking embed software package to do the programming (diagram-to-coding). As a testing program I'm trying to communicate between two launchpads and following diagrams are used for sending and receiving operations based on the examples provide by the software producer. However I have few issue regarding the configuration settings. If anyone can give me a helpful advice to clarify these problems it would be a immense support (a step-by-step guidance is highly appreciated).
The way did the activity if follows.My ultimate goal is to change the blinking of two LEDs alternatively (GPIO 34 & 39) on one board(slave) according to the command send by the master device. First three figures shows the settings on sending end device (Master)'