摘要: MRS编译默认生成hex文件,如果想直接生成BIN文件可以按照如下设置 效果截图 阅读全文
posted @ 2022-10-11 09:52 debugdabiaoge 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 函数多的时候减少代码 需要 芯片支持(蓝牙系列仅V208支持) ,V4C和以上的内核(可以通过下图的方式继续优化),V4C以下的内核不支持(会导致程序跑飞) 阅读全文
posted @ 2022-09-19 17:45 debugdabiaoge 阅读(176) 评论(0) 推荐(0) 编辑
摘要: BLE 4.2 QDID 153834证书:Launch Studio - Listing Details (bluetooth.com) BLE 5.3 QDID 179771证书:Launch Studio - Listing Details (bluetooth.com) 阅读全文
posted @ 2022-09-16 10:01 debugdabiaoge 阅读(666) 评论(0) 推荐(0) 编辑
摘要: 对工程文件进行重新配置 阅读全文
posted @ 2022-09-02 20:27 debugdabiaoge 阅读(426) 评论(0) 推荐(0) 编辑
摘要: 这个警告产生是因为MRS 删除DEBUG定义导致,要消除警告 MRS设置需要更改一下 阅读全文
posted @ 2022-09-02 11:33 debugdabiaoge 阅读(164) 评论(0) 推荐(0) 编辑
摘要: Observer:又称为Scanner,可以监听广播数据或者搜索周围设备, Observer:观察者角色例程,定时扫描,如果扫描结果不为空,则打印扫描到的广播地址 #define GAPROLE_MAX_SCAN_RES 0x30E //!< Maximum number of discover s 阅读全文
posted @ 2022-08-30 14:37 debugdabiaoge 阅读(566) 评论(0) 推荐(0) 编辑
摘要: 在MounRiverStudio配置中linker flags加入--section-start=.XXX=RAM的起始地址 2.将变量加入__attribute__声明 3.编译后的效果如图所示 阅读全文
posted @ 2022-08-23 19:36 debugdabiaoge 阅读(204) 评论(2) 推荐(0) 编辑
摘要: RISC-V生态架构浅析(认识RISC-V) - petercao - 博客园 (cnblogs.com) 阅读全文
posted @ 2022-08-23 10:07 debugdabiaoge 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 如题 指令:riscv-none-embed-objcopy -O ihex ${ProjName}.elf "相对于obj的相对路径/${ProjName}.hex" 阅读全文
posted @ 2022-07-22 15:09 debugdabiaoge 阅读(823) 评论(0) 推荐(0) 编辑
摘要: 蓝牙/BLE/RF开启以后,为了降低功耗或者其他原因要关闭此功能,分几种情况如果是设备模式,未被连接状态 只要关闭广播功能,无线模块就被关闭 uint8_t initial_advertising_enable = FALSE; // Set the GAP Role Parameters GAPR 阅读全文
posted @ 2022-07-20 16:52 debugdabiaoge 阅读(1449) 评论(0) 推荐(0) 编辑