Olive 发表于 2019-5-31 15:42:42

CSR开发流程


蓝牙开发流程是这样子的:
1.用bluelab设计源代码,将程序RUN到模块中,测试功能OK。
2.用blueflash将开发好功能的模块中的软件DUMP出来,生成XPV XDV文件
3.将DUMP出来的XPV XDV文件烧录到新的模块中注意1烧录后,PSTOOL里要 VM_Enable 后重新上电。2如果要开启DEBUG 打印功能要在project->property里Buid system->General 中Enable debug后选yes3如果要在例程中加入其它profile要在project->property里Libraries里加入对应的库,否则编译报错   ld: Undefined symbols:   $_HidInit    /*以HidInit()为例*/4程序在messageloop(),后如果ConnectionInit(&app.task);则VM先过来CL_INIT_CFM消息
重要的几个文档 《how to write xIDE application **> <Using BlueLab Libraries in xIDE>

源代码, FLASH, 蓝牙, 开发, 程序





scofield1000 发表于 2019-5-31 18:40:05

不错。。。。。

Honna 发表于 2020-6-19 02:50:29

After programming, PSTOOL needs VM_Enable and power on again
What value in ps tool to enable vm? 0001?

jmpeng 发表于 2020-9-17 15:32:00

谢谢分享

manish12 发表于 2023-11-1 22:10:50

Thank you for sharing
页: [1]
查看完整版本: CSR开发流程