Other Parts Discussed in Thread: TMS570LC4357,
Hello,
I am using HALCoGen to generate code for a Hercules TMS570LC4357.
I want to use the DMM for GIO.
I can see that HALCoGen generates HL_dmm.h and HL_reg_dmm.h but it does not generate a HL_dmm.c.
I can see that HALCoGen generates various configuration values e.g. DMM_PC0_CONFIGVALUE
But how is DMM_PC0_CONFIGVALUE used to configure the Hercules?
Is the configuration of the DMM for GIO done by dmmInit()?
If so, then, where is dmmInit(), does it have to be written by hand?
Thank you.