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?