This example demonstrates how to configure the DCC and use it to monitor clocks in the two supported modes (continuous and single-shot modes). It also demonstrates how to receive errors generated by DCC in the DSP and Main domain.
This example displays:
* Initializing the ESM to detect the DCC error event(s) * Registration of application callback for notification of ESM error events for the MSS ESM instance * Configuration of one MSS DCC instance to monitor a single clock in continuous mode * Forcing of an error to create a DCC error event
The following methods can be used as a trigger for the DCC error event:
* Change ratio criterion for stable clocks * Turn off power for the monitored input clock
FOR MSS INSTANCES
Use Case | Reference Clock | Test Clock | Description |
---|---|---|---|
UC-0 | XTAL_CLK | "RCCLK32K" | Configuration of MSS DCCA instance in continuous mode and error event is forced |
UC-1 | XTAL_CLK | "SYSCLK0" | Configuration of MSS DCCA instance in single-shot mode and completion with no errors |
UC-2 | XTAL_CLK | "SYSCLK0" | Configuration of MSS DCCA instance in continuous mode and error event is forced |
UC-3 | "RCCLK10M" | "SYS_CLK0" | Configuration of MSS DCCA instance in single-shot mode and completion with no errors |
UC-4 | "RCCLK10M" | "RCCLK32K" | Configuration of MSS DCCD instance in continuous mode and error event is forced |
UC-5 | "RCCLK10M" | "RCCLK32K" | Configuration of MSS DCCD instance in continuous mode and error event is forced |
UC-6 | XTAL_CLK | "RCCLK32K" | Configuration of MSS DCCD instance in continuous mode and completion with no errors |
UC-7 | XTAL_CLK | "MAIN_SYSCLK0" | Configuration of MSS DCCD instance in continuous mode and completion with no errors |
UC-8 | "RCCLK10M" | "XTAL_CLK" | Configuration of MSS DCCA instance in continuous mode and completion with no errors |
Parameter | Value |
---|---|
CPU + OS | r5fss0-0 nortos |
r5fss1-0 nortos | |
Toolchain | ti-arm-clang |
Board | am263px-cc |
Example folder | examples/sdl/dcc/dcc_modes1/ |
Shown below is a sample output when the application is run,