Hi folks,
My development board is RDVCU5775EVM .
I try to measure input period via eMIOS pins. I gave external PWM signal to PWM_INx pin.
When i change the period value to 2000000 on eMIOS Counter configuration block, it didn't effect produced code ,
it just put maximum 65535, despite .period variable type become uint32_t.
How can i solve this issue?
Second question,
I modify the generated code and change .period value and i succesfully measure period betweeen 7 Hz - 98kHz signals
After giving 100kHz PWM signal to related pin, all of the system froze,