Which dev environment for my nRF52 DK?

Guys,

I'm stuck.

As we determined in ticket ID 300239, the nRF Connect SDK does not support my version 3.0.0 of the PCA10040 DK.

And as we determined in ticket ID 300238, Nordic is not supporting the sdk_config.h files for SES 5.42a. Specifically, there is no information for how to combine the configs for the different subsystems of the chip.

Assuming I'm starting from scratch, what should be my DK and SDK choices so I can get unblocked?

Regards,

Bret

Parents
  • Hi, 

    As we determined in ticket ID 300239, the nRF Connect SDK does not support my version 3.0.0 of the PCA10040 DK.

    Sorry to make you misunderstand. nRF52DK v3.0.0 can be supported both by NCS and nRF5 SDK. For NCS, you could use VS Code. For nRF5SDK, you could use the following tools:

     - ARM: MDK-ARM version 5.25   
     - GCC: GCC ARM Embedded 9.2020-q2.major
     - IAR: IAR Workbench 7.80.4
     - SES: SES 5.42a

    Regards,
    Amanda H

Reply
  • Hi, 

    As we determined in ticket ID 300239, the nRF Connect SDK does not support my version 3.0.0 of the PCA10040 DK.

    Sorry to make you misunderstand. nRF52DK v3.0.0 can be supported both by NCS and nRF5 SDK. For NCS, you could use VS Code. For nRF5SDK, you could use the following tools:

     - ARM: MDK-ARM version 5.25   
     - GCC: GCC ARM Embedded 9.2020-q2.major
     - IAR: IAR Workbench 7.80.4
     - SES: SES 5.42a

    Regards,
    Amanda H

Children
Related