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.

TMS570LS3137: Power Management Module (PMM) initialization and self test

Part Number: TMS570LS3137
Other Parts Discussed in Thread: HALCOGEN

HALCoGen 04.07.00

Code Composer Studio 8.2.0.00007

HALCoGen generates the files sys_pmm.c and sys_pmm.h, apparently as a result of enabling the various power domains in the Power Management Module section of HALCoGen. However the HALCoGen startup code (sys_startup.c, sys_self_test.c, etc.) makes no reference to the PMM code. There is a pmmInit() function as well as a family of pmmTurnONxxxxxPowerDomain() functions and a pmmPerformSelfTest() function. Where in the startup sequence should these functions be called?