This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

15.2 radio_test pca10040e availability

Hello,

in sdk 15.2 there is an SES version of radio_test for pca10040,
and within main.c, starting on line 121, there is reference to NRF52810_XXAA.

Is this to understand that this example can also be used for NRF52810 ? (albeit with preprocessor and section placement mods)
Or the next sdk release will have a pca10040e version ?

thank-you,

Parents Reply
  • the combination suggested did not work out, but gave me a clue,
    I took the saadc example, which has a pca10040e version,
    and swapped the sdk_config with radio_test, fixed the errors
    using sections from the original radio_test sdk_config,
    and it works now on the DK and on the custom 810.
    seems NRFX_UARTE0_ENABLED 0 is ok, and NRFX_UART_ENABLED section not needed.

    thank-you,

Children
No Data
Related