Forum Discussion
avib
Occasional Contributor
5 years agoMAX10 I/Os state after JTAG operation
Hi,
Can anyone tell what happens to the MAX10 after JTAG operation? Its I/Os float, its flip flops being cleared, it gets DEV_CLR, etc
We have two MAX10 devices on our board connected together on...
AminT_Intel
Regular Contributor
5 years agoHello,
The I/O state of the pin depends on what is set by the user on Quartus. Unused pin will be in week pull (set using unused pin settings) which means HIGH state or 1. You might get this problem from the transition from configuration mode to user mode. The I/O is expected to be in HIGH mode during the configuration and the state after that will depends on what is set by the user. You might also want to check if you have reset it as reset in user mode.
Thank you.
avib
Occasional Contributor
5 years agoHi,
When we enabled the Real Time ISP in the Quartus programmer the board didn't reset.
Thanks you for your help
Avi