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

driver and application files porting from SDK to linux kernel

Hi Group, currently working on nRF52840 chipset based EVK and able to flash program. But I need to port the chipset driver and required files from nRF5_SDK_15.2.0 SDK to my current linux kernel build which are having all the other device driver integrated. Please let me know which are all files I need to port for basic communication from external CPU to nRF52480 chipset .

Thanks in advance.

Parents Reply Children
  • The nRF52480 is a "SoC" - a "System-on-Chip" - it embeds a Cortex-M4 microcontroller and radio on a single chip.

    I am talking about the Cortex-M4 within the nRF52840 chip.

    Those files in the SDK are for running on the Cortex-M4 within the nRF52840 chip - they won't be of any use to run on an external Linux system.

    EDIT

    Or are you not talking about running on the Linux system? - see below

Related