SDAA194 November 2025 AM2431 , AM2432 , AM2434 , AM62P , AM6412 , AM6421 , AM6422 , AM6441 , AM6442
To use any peripheral in an application, the driver initialization is required for proper functioning. Sysconfig CodeGen tool generates code for driver configuration for configured peripheral.
The tool uses Drivers_Init/Deinit(), Drivers_Open/Close() API as wrapper function to the actual driver initialization code. The drivers initialization code is coming from the drivers of SDK and is not auto generated by the CodeGen tool.
The CodeGen tool populate the required structure with configured values. The populated structure is used by the driver APIs of the SDK.
Figure 4-8 Driver Configuration