can't find board nrf52833dk_nrf5283 in bluetooth DTM sample

Hello,

I have a project in Visual studio code and Nrf connect.

MCU is a NRF 52833.

For the certicications, the lab request me the DTM mode.

I tried the use the Sample - Direct-test-mode Firmware

However I'm not able to find eht board "nrf52833dk_nrf5283" in the NCS folder.

I tried to install several SDKs (2.2.0 / 2.3.0 / 2.4.2 / 2.7.0 / 2.9.2 / 3.2.4 ) but none includes the 833 board. I can find and compile with the 840, but no options for the 833.

Please can sombody help me ? I need to use and compile the DTM for the 52833.

Thanks in advance

Parents Reply
  • Hello,

    today, I received the PCA10100 with the nrf52833 MCU. and tried for the radio test Sample:

    1- HW with 32KHz + 32MHz, built "nrf52833DK_nrf52833" standard : Working OK

    2- HW with 32KHz disconnected, built "nrf52833DK_nrf52833" standard : Crash on start and no init !

    3- HW with 32KHz disconnected, built including 32K RC activation : Working OK

     

    On my custom HW:

    1- HW with only 32MHz, no 32KHz, FW of my application, board curstom for my application : working OK

    2- HW with only 32MHz, no 32KHz, FW "radio test", built "nrf52833DK_nrf52833" standard : Crash on start and no init !

    3- HW with only 32MHz, no 32KHz, FW "radio test", built "nrf52833DK_nrf52833" including 32K RC activation : Crash on start and no init !

    Building with my cusom board is complicate because you are linking and using libraries that I need to add or modify, then lots of efforts to compile with my cusom board.

    So it really seems that something your DK board is initializing, or using HW on your DK PCB that I don't have on my custom PCB.

    Can you help me ?

Children
No Data
Related