PSoC 6 BLE in single core mode

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

cross mob
AnCi_2234676
Level 4
Level 4
10 replies posted 5 replies posted 10 questions asked

Hi,

I am trying to write an application where the BLE component would run in single core mode on the cm0+ core. For now, nothing runs on the cm4. After generating the application, if I look at BLE_config.c, I see everything disabled (CY_BLE_MODE_PROFILE macro set to 0) so I can't access the component configuration.

What am I doing wrong?

0 Likes
1 Solution
NidhinM_71
Employee
Employee
25 solutions authored 10 solutions authored Welcome!

Hello,

PSoC Creator shows the macro definitions in that file from Cortex-M4 context. That's why the contents of that file look disabled. You can simply ignore that and start writing code on CM0+. All component macros, APIs and data-types will be available on CM0+.

Regards

Nidhin

View solution in original post

1 Reply
NidhinM_71
Employee
Employee
25 solutions authored 10 solutions authored Welcome!

Hello,

PSoC Creator shows the macro definitions in that file from Cortex-M4 context. That's why the contents of that file look disabled. You can simply ignore that and start writing code on CM0+. All component macros, APIs and data-types will be available on CM0+.

Regards

Nidhin