DTM build of nRF52805

I am developing a product using SDK_17.1.0 and nRF52805.
The basic function development has been completed.

I need the DTM firmware for RF test of the nRF52805 board, so I configured the firmware in the dtm folder in the same way.
I selected nRF52805_xxAA in the Keil-Device Tab, but the following error occurs when compiling.
Any solution?

Rebuild started: Project: direct_test_mode_pca10040e
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'nrf52805_xxaa'
compiling ble_dtm_hw_nrf52.c...
compiling ble_dtm.c...
..\..\..\..\..\..\modules\nrfx\hal\nrf_radio.h(1018): error: #20: identifier "RADIO_PDUSTAT_CISTAT_Msk" is undefined
return (uint8_t)((NRF_RADIO->PDUSTAT & RADIO_PDUSTAT_CISTAT_Msk) >> RADIO_PDUSTAT_CISTAT_Pos);
..\..\..\..\..\..\modules\nrfx\hal\nrf_radio.h(1018): error: #20: identifier "RADIO_PDUSTAT_CISTAT_Pos" is undefined
return (uint8_t)((NRF_RADIO->PDUSTAT & RADIO_PDUSTAT_CISTAT_Msk) >> RADIO_PDUSTAT_CISTAT_Pos);
..\..\..\..\..\..\components\ble\ble_dtm\ble_dtm.c: 0 warnings, 2 errors
compiling boards.c...
compiling nrfx_atomic.c...
compiling main.c...

Parents Reply Children
No Data
Related