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
  • OK - thanks for clarifying that.

    That is the situation I was addressing in my first post - both here and in your other thread.

    Nordic have examples where the nRF52840 implements a standard USB CDC/ACM Class device - ie, a "Virtual COM Port".

    That would appear on a Linux host as a /dev/ttyusb... - just like a standard USB-to-Serial adaptor.

    So, as previously mentioned, look at  Serialisation and the ble-driver-pc

    Or just devise your own protocol via the virtual COM Port

Children
Related