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 Children
  • Now simple project built correctly with visual studio code Build option.

    but before I was building it with command: west build -b nrf52833dk/nrf52833

    attached is my whole project ( radio test)radio_test_CMO.zip

  • can't it be an issue for the 52833 as it is not mentionned in the yalm file... ?

  • Hello,

    any news ?

    I really need to solve this issue as certification Lab is waiting on me....

    In summarry, the 52832 DK is working, with and also without 32K Quartz, but custom PCB with 52833 without 32K is not starting ( no init, not periferals configured, no 32MHz oscillation).

    But on this same custom board, the dedicated custome program is running well.

    What differences ??

    please

  • 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 ?

Related