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 again,

    after some tests, I can built code on a DK 52832 that works well without the X2 Quartz mounted. So the PRJ.conf if working adding XTAL lines. also I can change the UART pin with the app.overlay. So the code seems ok.

    However, on my final PCB, using the DK52833, addin same overlay and config lines, it is not working.

    I see that the MCU don't start, no 32MHz on the cristal.

    This means something is crashing on startup before or while initializing the CLOCK.

    What could be different between the DK and a standatd custom PCB ?   

Children
Related