Using Segger Jlink pins as GPIO's
I am developing a project that has M7 processor. I want to use Segger Jlink pin which is JDTI as GPIO.I want to keep it low until I set it. But, while flashing the code to my MCU, JDTI pin becomes high until passing the hal_initialize() function. So ...