Other Parts Discussed in Thread: UNIFLASH, SYSCONFIG
Tool/software:
Hey Experts,
ive some question regarding the SDFM module.
As SW i am using:
CCS 12.8.1.00005
SDK 10_00_00_35
Uniflash 8.8.1.4983
1)I found this in the reference manual:
Is there any way to enable/disable this feature in sysconfig?
2) In sysconfig i turned on PWM synchronisation:
what exactly is meant by this?
If i check the examples, i want something like ->sdfm_epwm_sync_cpuread
But this example doesnt use sysconfig to program sdfm and if i compare my generated code out of sysconfig:
It uses the function SDFM_enableWaitForSync(CONFIG_SDFM0_BASE_ADDR, SDFM_FILTER_1);
and the example uses this function: SDFM_enableExternalReset(sdfmInstance, SDFM_FILTER_1);
Are this two different functions doing the same thing as a result?
Best regards,
Marcel