How to use SWD and SWC pin on PSOC 4 BLE as I/O ?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ansh_2022771
Level 2
Level 2
First like received First like given

I am using PSoC4 BLE CYBBLE-214009 . I want to use SWD and SCK pins 0.6,0.7 as Input / output once programming is done. If I assign those pins as I/O I get this error.

   

Pin Error: (P0[6] has been reserved for debugging in the DWR System settings.).

   

Pin Error: (P0[7] has been reserved for debugging in the DWR System settings.).

   

I am aware that these pns are there for programming. Is there a way I can use them as GPIO, once programming is finished.

   

Thanks.

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum!

   

In system view set the "Debug Select" to: GPIO. Programming will still work, but the debugging of the project is stopped.

   

 

   

Bob

View solution in original post

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum!

   

In system view set the "Debug Select" to: GPIO. Programming will still work, but the debugging of the project is stopped.

   

 

   

Bob

0 Likes
ansh_2022771
Level 2
Level 2
First like received First like given

Thanks Bob. This worked for me.

0 Likes