Part Number: TMS320F28P650DK
Hi All,
My requirement:
When a 36-microsecond ON-time pulse is applied using a function generator, the flag should increment. For ON-times other than 36 microseconds, the flag should not increment.
When I configure only 16 pins, it works correctly. In the Expressions window, I can see that valid_count[3] is increasing as expected. However, when I configure 32 GPIO pins, I observe different values in debug_us[3] in the Expressions window.
What is the issue here?
Is it not possible to configure 32 pins, or is there any other solution to capture the signal?