4-wire JTAG and EXTI4 on the F405RG
Hi,
I am designing a custom board with a STM32F405RGTv being flashed by a FT2232 over the 4-wire JTAG protocol, where the FT2232 chip triggers the STM RESET line as needed. This circuit has been verified in my previous designs. However this new board contains a EXTI configuration for pin PA4. In creating the CubeMX configuration for the board, I added this EXTI configuration and that disabled my 4-wire JTAG configuration. I attempted to add it back and found it greyed out. Is there a conflict between running JTAG without the nJRST line and the EXTI4 interupt controller? Is this related to errata 2.2.7, which although different mentions how one cannot use PB4 as a GPIO when the other 4 wires of JTAG are active? I want to ensure I can move foward with this EXTI channel before I finalize board design, any help would be much appreciated.
TLDR: Do 4-wire JTAG and EXTI4 channel conflict on the STM32F405RG? If so, can I be pointed to a resource as to why?
