ERR in using SWD_DIO pin to gpio pin

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ERR in using SWD_DIO pin to gpio pin

Jump to solution
746 Views
ETSZ
Contributor I

I want to use SWD_DIO pin to PTA4. 

 

but when i debug, if code go through this code, debugger shows me 'no source available for "__isr_vector() 0x4"'

and debug stops.

 

why this problem happen? datasheet says SWD_DIO pin is 'Serial Wire Debug Data input/output', so debug process can't go more?

 

 

0 Kudos
1 Solution
735 Views
ErichStyger
Senior Contributor V

Yes, if you map a pin used by SWD/Debug as a GPIO pin, you won't be able to debug any more.

View solution in original post

Tags (1)
0 Kudos
1 Reply
736 Views
ErichStyger
Senior Contributor V

Yes, if you map a pin used by SWD/Debug as a GPIO pin, you won't be able to debug any more.

Tags (1)
0 Kudos