CYBLE-014008-00 module and SPI

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

cross mob
ViTi_1549261
Level 3
Level 3
First like received

Hi, 

   

Is it possible to use SPI with CYBLE-014008-00 module?

   

On PSOC creator I have selected CYBLE-014008-00 to my target hardware and implemented SPI (SCB mode) to cysch schematic. Then on cydwr sheet it is not possible to drag all SPI IO's to component pins.

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

As I said before: you cannot have it all. The final project doesn't need debugging capabilities, so you should concentrate on integrating all hardware requirements to that few pins. try for yourself. SPI and debugging does not go together. You could use for SPI development and debugging a larger BLE chip and then use the developed solution in your module.

   

 

   

Bob

View solution in original post

0 Likes
5 Replies
lock attach
Attachments are accessible only for community members.
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

I can freely chose a lot of pins for SPI, see attached project. Where are your problems exactly?

   

 

   

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
ViTi_1549261
Level 3
Level 3
First like received

I was using SPI (SCB mode) component. See attached project and try to assign all SPI signals to CYBLE-014008-00.

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

You cannot have it all 😉

   

Set the debug from SWD to GPIO (no debugging) and your SPI will get routed.

   

Or use the UDB version of the SPI component.

   

 

   

Bob

0 Likes
ViTi_1549261
Level 3
Level 3
First like received

My complete CYBLE-014008-00 application should consist of:

   

-2 SPI slaves (CYBLE-014008-00 is master)

   

-UART

   

-SWD Debug

   

-3 capsense buttons

   

-8 GPIO's 

   

 

   

Is it even possible with CYBLE-014008-00?

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

As I said before: you cannot have it all. The final project doesn't need debugging capabilities, so you should concentrate on integrating all hardware requirements to that few pins. try for yourself. SPI and debugging does not go together. You could use for SPI development and debugging a larger BLE chip and then use the developed solution in your module.

   

 

   

Bob

0 Likes