Delving into the Generated Code
MicrocontrollerEmbedCode returns a MicrocontrollerCodeData object that can be used to inspect the generated source code and probe other properties of the generated code.
Use the "SourceCode" property to get the source code that was generated.
Alternatively the source code can be sent to a specific working directory.
While the source code provides the most complete information about all the generated code, you will also have to cross reference the microcontroller's datasheet to understand what the the specific settings of the microcontroller's registers mean.
Some of this information can be obtained upfront by using the properties.
Some other properties are specifications of the microcontroller for which the code was generated.
Other properties provide diagnostic information.
All the available properties can be seen using the properties data.