Radio (Radio.cpp): This is the component that is related with every other component. It contains the structural object of the entire application.
TcpClient (tcp_client.cpp): This is the component created with the LwIP RAW API which contains a client that connects to a server to pull all the audio data and radio information. It is mainly related with the mp3player, radio component and Network Package module.
Stations (stations.cpp): This component contains information of the radio stations in the format of a grid.
ntpudp.c: This component allows the time to be pulled. It is mainly related with the Network Package module.
Mp3Player (mp3player.cpp): This component allows audio of mp3 format to be played. It is mainly related with the radio, tcp_client and Graphical Interface module.
Http_ssi.cpp: This represents the Server Side Includes for HTTP. It is mainly related with the Network Package module.
calend.c: This represents the calendar information. It is mainly related with the radio component.
hardware_rng.c: This represents the Entropy poll callback for the RNG module.
web_radio_config.h: This component sets configurations of the entire application.
Embedded Wizard Graphical User Interface
This graphical interface is composed of several folders:
Generated Code: This is one of the most important folders, together with theDevice Driver (src folder) and the TargetSpecifc folder. All the generated code in C of the GUI which is ready to be integrated in a development environment is found here. EW Studio does this automatically.
Platform Package: This contains the different drivers used for graphical development in EW, e.g. the EW run-time environment, pixel formatting for the respective LDC and similar components. These drivers are provided by the EW package.
Device Driver (src folder): This folder contains an interface generated by EW for the UI application and the STM32H747I-DISCO device. This is where (almost all) the functions created in EW Studio are defined in order to provide the connection between the device and the GUI.
TargetSpecifc: This folder also contains an interface (or glue layer as of TARA system calls it) between an EW generated UI application and the Board Support Package (BSP) of the STM32H747I-DISCO.
Network Package Modules
This graphical interface is composed of:
LWIP: a small independent implementation of the TCP/IP protocol suite.
MBEDTLS Library: a TLS library that handles the complexities of the Transport Layer Security (TLS)protocol for an application.
(optional) Open the terminal and connect to the device to see debug information.
Note
The board implements DHCP by default. Therefore it is better to test the application with the PC host in the same network. Also in the case that the MAC address should be modified, this can be done here stm32h7xx_hal_conf.h.