HelloI would like to use these GPIOs for JTAG to control other devices, but I found that these GPIOs cannot be controlled with JTAG.How can I disable JTAG and repurpose it as GPIO?
Solved! Go to Solution.
Hello,
To disable JTAG I suggest you take a look in security reference manual, there is a section where describes the fuse to disable this function in the processor.
Once you disabled the JTAG you need to change the IOMUX registers (in device tree for example) to configure JTAG pins as GPIO functions.
Best regards.
Hello,
To disable JTAG I suggest you take a look in security reference manual, there is a section where describes the fuse to disable this function in the processor.
Once you disabled the JTAG you need to change the IOMUX registers (in device tree for example) to configure JTAG pins as GPIO functions.
Best regards.