正解,,,,,,,,,,
阿
		
		
		
		
		
		
		
	阿东
@阿东
0
				声望
			7
				帖子
			418
				资料浏览
			0
				粉丝
			0
				关注
			阿东 发布的帖子
- 
		RE: 直接把SDK里的例程examples\none_evm\ble_simple_peripheral 编译烧录后,用手机蓝牙调试工具搜索不到这个蓝牙,怎么解?发布在 FR801xH
@zhao 定时器回调函数也没有调用,但是我的应用代码又跑的正常。是不是编译环境没有搭建好?
 - 
		操作系统的软定时器,新建了,没有调用过定时回调函数,怎么解?发布在 FR801xH
void user_entry_after_ble_init(void)
{
co_printf("BLE Central\r\n");
system_sleep_disable();os_timer_init(&os_timer_test,os_timer_test_cb,NULL); os_timer_start(&os_timer_test,2000,1); - 
		直接把SDK里的例程examples\none_evm\ble_simple_peripheral 编译烧录后,用手机蓝牙调试工具搜索不到这个蓝牙,怎么解?发布在 FR801xH
直接把SDK里的例程examples\none_evm\ble_simple_peripheral 编译烧录后,用手机蓝牙调试工具搜索不到这个蓝牙,怎么解?
 
 图片地址)
 直接编译跑出来的日志