This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52833-DK DTM test warning

Hi,
Could you pls check, is it ok if these logs happened?

No firmware defined for selected device
Please make sure the device has been programmed with a supported firmware

(sdk17.0.2 dtm test, nrfConnect 3.6.1, pca10100.hex, nrf52833-dk)
Anyway seems all works fine transmit and receiving.


Parents Reply Children
  • Hi Ivan

    In general I would recommend opening a new ticket if you have DFU related questions, since I don't have a lot of experience with DFU., but I will try to help you out in this case Slight smile

    The problem might be that your DTM app is built without the SoftDevice in place, which means it will not run when a SoftDevice is present. 

    If this is the problem it should be enough to build your DTM application in the same way that you build your normal applications, by setting the application flash area to start at the end of the SoftDevice region. 
    As long as you don't enable the SoftDevice in the code the SoftDevice will not interfere with the operation of the DTM code, and the code should run as if the SoftDevice was not there. 

    Best regards
    Torbjørn

Related