I2C pins dont work on all ports

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

cross mob
jakac_1482786
Level 3
Level 3
First like received

I have been using PSoC5 for a series of scientific instruments, and I have noticed something strange- when I assign my I2C pins to ports0[0]-0[7], they don't work.  I have them pulled up.  Strangely, when I move them to pins 2.3 and 2.4 with absolutely no other changes in the code, the communication works properly.  I noticed something similar with SPI as well.  Creator doesn't seem to indicate that I shouldn't be using those pins for communications.  Can anyone tell me why this is happening.  It doesn't seem to be happening with a PSOC4M.

   

 

   

Thanks!

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

Be aware that some of the pins are connected to bypass caps or use dedicated I/O functions. Have a look into the datasheet of the -059 Kit.

   

 

   

Bob

View solution in original post

0 Likes
5 Replies