PSOC6 dev board - can't seem to use pin 1.0

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

cross mob
RiTa_288331
Level 2
Level 2
10 replies posted 10 questions asked 5 replies posted

I'm making a few debug/toggle pins for my application.  When I assign a toggle pin to port 1 pin 0 (1.0, or 1[0]), it doesn't toggle.  when I reassign the same function to, say, pin 1.5, it works fine.  I'm not getting any errors or warnings from the compiler.

Just wondering - is pin 1.0 on the PSOC6 board restricted in some way?

0 Likes
1 Solution
VaisakhK_66
Employee
Employee
10 replies posted 5 replies posted First question asked

Hi,

On the CY8CKIT-062-BLE Pioneer kit, P1[0] is multiplexed with CapSense Tx pin. By default this pin is not brought out to the J19 on the kit.

You need to populate R101 (0 ohm) in order to use this pin.

Thanks,

Vaisakh

View solution in original post

0 Likes
2 Replies
lock attach
Attachments are accessible only for community members.
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

You didn't supply any code example so I am providing you this example to study.  You should be able to change the port on the switch to the port and pin you are using.

0 Likes
VaisakhK_66
Employee
Employee
10 replies posted 5 replies posted First question asked

Hi,

On the CY8CKIT-062-BLE Pioneer kit, P1[0] is multiplexed with CapSense Tx pin. By default this pin is not brought out to the J19 on the kit.

You need to populate R101 (0 ohm) in order to use this pin.

Thanks,

Vaisakh

0 Likes