tanabeh
New Contributor
2 years agoMAX10 IO characteristics while not powered
I designed the system with MAX10 FPGA and mcu (ESP32). MAX10 is power supplied from the DC-DC 3.3V converter (named VCC3V3-SW) which is ON/OFF controlled by mcu. Mcu controls MAX10 through I2C bus p...
- 2 years ago
Thanks for replying, now I found the root cause and solution.
The reason of leakage was due to wrong pin assignment to the ADC capable port.
With changing assignment to GPIO single function port could solve leak current.
Thanks