I'm having trouble creating central routines in PSOC6。Can you give me some suggiestion or is there a routine available to me?Thank you.
Solved! Go to Solution.
For P6 BLE central routine, you can refer to the following code example - https://www.cypress.com/documentation/code-examples/ce215118-ble-multi-master-single-slave-psoc-6-mc...
It's a integrated role of multi masters and single slave.
Because a PSoC6 has got two (2) CPUs inside there will be two different "Central routines" in two different files. Both are named main().and reside in the files main_cm0p.c and main_cm4.c. The main_cm0p is started first and needs toenable/start the cm4 main() routine. Have a brief look into the provided examples for PSoC6.
Bob
Sorry,I guess I mess your brain.I mean how to create a bleroutine for the cental role of PSOC6。
Hi Jack,
Besides of Bob's response, you also can down load the cypress pioneer kit to get start of PSoC6.
You can review from below linker:
https://www.cypress.com/documentation/development-kitsboards/psoc-6-ble-pioneer-kit
Sorry,I guess I mess your brain.I mean how to create a bleroutine for the cental role of PSOC6。
For P6 BLE central routine, you can refer to the following code example - https://www.cypress.com/documentation/code-examples/ce215118-ble-multi-master-single-slave-psoc-6-mc...
It's a integrated role of multi masters and single slave.
Thank you so much
I find this routine too complex. Is there a more general PSO6 routine for Central? Ex: Two PSOC6 interconnected Communications。