Question
STM32CUBEMX keeps generating __HAL_AFIO_REMAP_SWJ_DISABLE();
Hello,
Whenever I generate a project using STM32CUBEMX, ir keeps generating (and updating upon re-genration) __HAL_AFIO_REMAP_SWJ_DISABLE(); into the HAL_MspInit function.
This line does not allow debugging and forces to perform a series of actions to allow debugging again.
Right now, I keep commenting the line out upon each regeneration. Is there a way to simply prevent it from generating?
Thanks!