Other Parts Discussed in Thread: RM48L952, HALCOGEN
The electrical engineer on this project gave me a document stating a few things that must be done to initialize the CPU in the boot loader. I am using the TI HalCodeGen utility to generate the C files that I will put into Code Composer Studio (CSS).
I am new to HalCodeGen, so still learning my way around.
Initialize the Power Management Module to enable Core Block #3 and #5, and disable Core Blocks #2, and #4. Write 0x0A050A05 to the LOGICPDPWRCTRL0 register at 0xFFFF0000. Initialize the Power Mangement Module to enable RAM Memory Blocks #1,#2, and #3. Write 0x09090900 to the MEMPDPWRCTRL0 register at 0xFFFF0010.
Configure the Clock Domain Disable Register (CDDIS at 0xFFFFFF3C) to turn off clock domains VCLK2, VCLKA1, VCLKA3, and VCLKA4 by writing 0x00000C38 to CDDIS.
I did not see anything labeled PMM for the first one. I see clock tree and clock source, but neither looks good for the second.
How would I set these initialization tasks using the HalCodeGen?