After compiling a hardware configuration, hwc will generate ST files including Hardware Identifiers (*_HwIdentifiers.st) and IO Addresses (*_IoAddresses.st) for each module inside the folder SystemConstants.
The compile has to be executed within a Apax Project.
The generated variables inside the files can be used as symbols to address the hardware identifiers and IO addresses of the configured modules in ST code.
Special characters of device- or module names will be replaced with "_"-character.
We recommend to copy the variables from the output ST files into the configuration.st inside the src directory of the apax project, as the ST compiler only accepts files under this directory.