pins mapping from psoc5 to psoc6

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

cross mob
firoseshaik
Level 1
Level 1
First question asked Welcome!

i dont have proper pin discreption , i want to mapp psoc5 to psoc6 pins so pls guide me or tell me any discreption about psoc6 pins,

i want to know about what are the pins are going to mapp the psoc5 to psoc6

0 Likes
1 Solution
MiNe_85951
Level 7
Level 7
Distributor - TED (Japan)
50 likes received 500 replies posted 50 solutions authored

Hi,

 

Pin functions are described in each device family datasheet.

For example, for the PSoC61x4 family, the functions assigned to each pin are described as shown in Table 7.

 

MaMi_1205306_0-1673407702485.png

 

Functions such as TCPWM(Timer/Counter/PWM) and SCB(Serial Communication Block) have restrictions on the pins that can be assigned.

 

/* CY8C61x4 family datasheet URL */

https://www.infineon.com/dgdl/Infineon-PSoC_6_MCU_CY8C61X4-DataSheet-v06_00-EN.pdf?fileId=8ac78c8c7d...

 

The PSoC5LP series and PSoC6 series differ greatly not only in the built-in peripherals but also in the internal structure.

The PSoC58LP device family datasheet states:

MaMi_1205306_2-1673408969609.png

Virtually any pin can be assigned a digital function. ( As some examples, the function of USB IO is a dedicated terminal) .

For analog, dedicated terminals are provided as shown in Table 8-2 of the family data sheet, but the internal analog bus allows relatively free wiring.

 

MaMi_1205306_1-1673408086327.png

 

/* PSoC5LP CY8C58LP Family Datasheet URL */

https://www.infineon.com/dgdl/Infineon-PSoC_5LP_CY8C58LP_Family_Datasheet_Programmable_System-on-Chi...

 

See AN58304 for more information on PSoC5LP analog routing.

 

/* AN58304 Application note URL */

https://www.infineon.com/dgdl/Infineon-AN58304_PSoC_3_and_PSoC_5LP_Pin_Selection_for_Analog_Designs-...

 

If we know the specific model number, we may be able to provide a more detailed explanation.

 

Regards,

View solution in original post

0 Likes
1 Reply
MiNe_85951
Level 7
Level 7
Distributor - TED (Japan)
50 likes received 500 replies posted 50 solutions authored

Hi,

 

Pin functions are described in each device family datasheet.

For example, for the PSoC61x4 family, the functions assigned to each pin are described as shown in Table 7.

 

MaMi_1205306_0-1673407702485.png

 

Functions such as TCPWM(Timer/Counter/PWM) and SCB(Serial Communication Block) have restrictions on the pins that can be assigned.

 

/* CY8C61x4 family datasheet URL */

https://www.infineon.com/dgdl/Infineon-PSoC_6_MCU_CY8C61X4-DataSheet-v06_00-EN.pdf?fileId=8ac78c8c7d...

 

The PSoC5LP series and PSoC6 series differ greatly not only in the built-in peripherals but also in the internal structure.

The PSoC58LP device family datasheet states:

MaMi_1205306_2-1673408969609.png

Virtually any pin can be assigned a digital function. ( As some examples, the function of USB IO is a dedicated terminal) .

For analog, dedicated terminals are provided as shown in Table 8-2 of the family data sheet, but the internal analog bus allows relatively free wiring.

 

MaMi_1205306_1-1673408086327.png

 

/* PSoC5LP CY8C58LP Family Datasheet URL */

https://www.infineon.com/dgdl/Infineon-PSoC_5LP_CY8C58LP_Family_Datasheet_Programmable_System-on-Chi...

 

See AN58304 for more information on PSoC5LP analog routing.

 

/* AN58304 Application note URL */

https://www.infineon.com/dgdl/Infineon-AN58304_PSoC_3_and_PSoC_5LP_Pin_Selection_for_Analog_Designs-...

 

If we know the specific model number, we may be able to provide a more detailed explanation.

 

Regards,

0 Likes