This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642BOOST: How can I implement device initialization simply

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: SYSBIOS, MMWAVE-SDK

I created a CCS project with only the main function which do nothing, and then I succeed compilation and loading it into AWR1642BOOST.
In this state,  above program is not implemented any device initialization code and interrupt handling code.

Is there a simple implementation of initializing the device and registering and activating the interrupt?

"Simple" means not to use SYSBIOS or MMWAVE-SDK.

I need a simple program to understand the device usage and behavior.

e.g. simple program is such as follows:

// Clear dss mailbox status register
*(unsigned int *)0xF0608418U = 0x00000003U;