Hi,
We are using HRPWM in both channel A and B with up-down mode in TMS320F28377D. For that we explore the SFO_v8_fpu_lib_build_c28.lib.
Is it necessary to call SFO() function in while as shown below.
while(status == SFO_INCOMPLETE) // Call until complete { status = SFO(); if (status == SFO_ERROR) { error(); } }
Regards,
Himanshu