624 views
in Getting started by
I made a small GUI which shows a Temperatur. The Temperatur should come from a Temp IC.

At the beginning i want to connect the Temp IC with the SPI of the STM32F769 DISC0.
But i stopped after the fact, that i cant combine my code with the code from the Embedded Wizard (easy).

So are there any Software "Input / Outputs" which i can use to send Data from an diffrent µController?

Or what ist the most common way?

1 Answer

0 votes
by

Hello,

every GUI application is intended to run on a real system - so it needs to display some real data from a certain machine or it needs to control some activities of the underlying system.

Let me refer to the articles Integrating with the device and Device Class and Device Driver, both are part of our online documentation. They explain all basics about natvie code and the integration of external software APIs or hardware drivers.

Additionally, within the Build Environment for STM32F769 Discovery you will find an example called 'DeviceIntegration' which demonstrates these aspects on your hardware.

Best regards,

Manfred Schweyer

by
Nice. Thanks!

Cant see the forest for the threes

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...