你好,
我正在尝试编写一个应用程序,其中BLE组件将在CM0+内核上以单内核模式运行。现在,没有什么在CM4上运行。在生成应用程序之后,如果我查看BLYCONFIG.C,我看到所有的东西都被禁用了(CythBuffMyDePrime宏设置为0),所以我不能访问组件配置。
我做错什么了?
以上来自于百度翻译
以下为原文
Hi,
I am trying to write an applica
tion 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?