Is it possible to use SPI full duplex bidirectional macro in PSOC 4 BLE?

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

cross mob
Anonymous
Not applicable

hello every one

Message was edited by: maknight knight

0 Likes
4 Replies
Anonymous
Not applicable

Try changing the priorities of the interrupts under the System settings in PSoC Creator for the project; You will want the Bluetooth to have a lower value priority to prioritize the bluetooth over the SPI, as the SPI not technically time dependent, but the BLE module's activities are.

0 Likes
Anonymous
Not applicable

How can I change the priorities?

Is it possible to use SPI macroblock(full duplex) instead of SCB block in Bluetooth application?

0 Likes

In the Workspace Explorer in Creator 4. you will find an "Interrupts" entry. There you can change all the used interrupts.

Bob

0 Likes
Anonymous
Not applicable

Here is where the interrupt priorities are located:

InterruptsScreenshot.PNG

And SPI communications are always full duplex; I'm not understanding what you mean by the SCB block comment?

0 Likes