Hi,
Can anyone tell me how to install nRF51 IoT SDK on visual GDB ?
Thanks , Anuja
Hi,
Can anyone tell me how to install nRF51 IoT SDK on visual GDB ?
Thanks , Anuja
I do not think that is supported. It may be that you can implement support yourself (I think VisualGDB uses a set of XML files to the location of examples and libraries, but I do not have any detailed knowledge).
It is better if you open a new question in cases like this, as the question is not directly related to the original one. That said, error code 6 is NRF_ERROR_NOT_SUPPORTED
, which makes sense as the IoT SoftDevice SoftDevice support the peripheral role only. That means that you cannot do scanning with the IoT SoftDevice.
It is better if you open a new question in cases like this, as the question is not directly related to the original one. That said, error code 6 is NRF_ERROR_NOT_SUPPORTED
, which makes sense as the IoT SoftDevice SoftDevice support the peripheral role only. That means that you cannot do scanning with the IoT SoftDevice.