zkppp 发表于 2018-7-9 16:46:54

使用nordic的NRF5 mesh SDK烧写历程运行不成功求助

最近研究nordic的52832,用到了mesh,用了官方推荐的SEGGER embeded的开发环境,烧写了官方的点灯历程
但是运行后没有反应,调试来看,应该是在mesh init这里出错了
初步判断应该是协议栈的问题,官方文档说需要基于SDK 15.0编译,但是编译结果来看application的位置似乎没给softdevice留空间

有人说似乎空间分布图应该是这样

请问哪种正确,或者有用过mesh的大佬来说明下么

zkppp 发表于 2018-7-9 17:53:48

找到原因了。官方文档说了需要 first erase the device using Target -> Erase all and run the example with Debug -> Go. This will download the matching SoftDevice and the compiled example and start the debugger,忘了做这一步
页: [1]
查看完整版本: 使用nordic的NRF5 mesh SDK烧写历程运行不成功求助