Hi Team,
I am learning how to config SDFM together with AMC1305 on 28379D launchpad since we have lots of similar application in field.
I did the experiment based on sdfm_pwm_sync_cpu_cpu1. Based on this project, I configued EPWM0 to generate a 6Mhz clock for AMC1305. Besides, I connected the clock signal and data out of AMC1305 to GPIO 18 and GPIO19(SD1_C2 AND SD1_D2). On SD1_C2 I can observe a 6Mhz clock and on SD1_D2 I can observe data flow as shown in the following pictures. So I believe the connection of AMC1305 and MCU is correct.
However, when the code run into SDFM ISR, I can observe the MF1-4 flag is set, rather than AF2. And I can only get 0 when reading the result of the filter.
Could you please help to identify what else in the demo code I should modify to get the correct result?
Thanks.