nrf52832关于freertos使用
基于上一讲移植好的工程,这一讲讲述基于freertos的ble如何写代码首先main函数static void log_init(void)
{ret_code_t err_code NRF_LOG_INIT(NULL);APP_ERROR_CHECK(err_code);NRF_LOG_DEFAULT_BACKENDS_INIT();
}
//日志初始化static void clock_init(void)
{re…
2026/7/19 4:58:31