CE approval - use radio_test - cant build for nRF5340DK

Our product need CE approval. For that the radio must be set into an active transmitting mode among other. I have read the radio_test example is a good option.

To get a head start with known good hardware and device tree etc. I use the nRF5340 DK for initial tests.

I do

  • use vscode,
  • create application from radio_test,
  • create build for NRF5340 DK NRF5340.
  • This creates actually a build for both app and net processors.

Anyway I basically use all the defaults in this process, yet it does not build properly. 

I get cryptic messages as:


"message": "CONFIG_CONSOLE_HANDLER was assigned the value n, but got the value n. Missing dependencies:\nUART_CONSOLE && SERIAL_SUPPORT_INTERRUPT && CONSOLE",  
Vscode just directs me to the corresponding value in the nRF5340..cpunet.conf. 

CONSOLE set more than once. Old value "y", new value "n".

"message": "NRF_CC3XX_PLATFORM has direct dependencies CRYPTOCELL_USABLE && !BUILD_WITH_TFM with value n, but is currently being y-selected by the following symbols:\n - HW_CC3XX , with value y, direct dependencies (HAS_HW_NRF_CC310 || HAS_HW_NRF_CC312) && !TRUSTED_EXECUTION_NONSECURE && !HW_CC3XX_FORCE_ALT (value: y), and select condition (HAS_HW_NRF_CC310 || HAS_HW_NRF_CC312) && !TRUSTED_EXECUTION_NONSECURE && !HW_CC3XX_FORCE_ALT (value: y)",


"resource": "/..prj.conf",
"owner": "kconfig1",
"severity": 4,
"message": "CONFIG_CONSOLE_HANDLER was assigned the value y, but got the value n. Missing dependencies:\nUART_CONSOLE && SERIAL_SUPPORT_INTERRUPT && CONSOLE",

just to pick a few. I have fiddled with various y and n but it still does not work - obviously I lack some insight

Is this example not compatible with this nRF5340 dev kit?

Do there exist a precompiled set of flash for certification?

Thanks  for any hints

Related