what's the correct number of SCB for the Psoc6

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

cross mob
lola_1650581
Level 3
Level 3
First like received

Hi All:

    I found that in the Psoc6 datasheet :Nine independent run-time reconfigurable serial communication blocks (SCBs), each is software configurable as I2C,
SPI, or UART. However I can place only 8 SCB  in the  file of TopDesign.cysch

0 Likes
1 Solution
MeenakshiR_71
Employee
Employee
100 likes received 50 likes received 25 likes received

Hi,

The 9th SCB is a limited functionality SCB that implements only I2C/SPI slave and is capable of waking up the device from DeepSleep (like on HW address match for I2C).

This SCB (SCB8) connects to Port 6. If you want to use the SCB, then place the component and configure it to be I2C/SPI slave and enable "DeepSleep" (Enable wakeup from DeepSleep" parameter) capability in the component parameters. This will force the SCB placement to the SCB8.

Regards,

Meenakshi Sundaram R

View solution in original post

0 Likes
1 Reply
MeenakshiR_71
Employee
Employee
100 likes received 50 likes received 25 likes received

Hi,

The 9th SCB is a limited functionality SCB that implements only I2C/SPI slave and is capable of waking up the device from DeepSleep (like on HW address match for I2C).

This SCB (SCB8) connects to Port 6. If you want to use the SCB, then place the component and configure it to be I2C/SPI slave and enable "DeepSleep" (Enable wakeup from DeepSleep" parameter) capability in the component parameters. This will force the SCB placement to the SCB8.

Regards,

Meenakshi Sundaram R

0 Likes