Board support for NRF52840-CKAA-R7 in nrf connnect sdk

I am currently working on a project to migrate to the nRF Connect SDK. We are using the NRF52840-CKAA-R7 package of the nRF52840. However, I have not been able to locate the appropriate settings for this package in the nRF Connect SDK within Visual Studio Code.

I am seeking assistance in determining whether there is existing board support for the NRF52840-CKAA-R7 package in the nRF Connect SDK. If such support is not available, I would need guidance on how to create a board configuration file for this package.

Parents
  • Hi

    Please see my college reply below from this case 

    "

    Only the pin configuration is different between the QIAA, QFAA and CKAA.
    Some of these have more pins than others.
    If you use a pin number higher than what is available, this will cause errors.

    As long as you are aware of this constraint, you can use the Zephyr QIAA configuration for the other package types as well.

    Regards,
    Sigurd Hellesvik

    "

    Regards

    Runar

  • Hi Runar,

    Thank you for the information.

    I understand that the pin configuration is the main difference between the QIAA, QFAA, and CKAA packages and that using a pin number higher than what is available can cause errors.

    But I have to create a custom board configuration for the CKAA package. Could you provide guidance or resources on how to go about creating this custom board file in the nRF Connect SDK? because this is the starting point in nrf connect sdk to build any project.

    Thank you for your assistance.

    Best regards,
    Priyesh

Reply
  • Hi Runar,

    Thank you for the information.

    I understand that the pin configuration is the main difference between the QIAA, QFAA, and CKAA packages and that using a pin number higher than what is available can cause errors.

    But I have to create a custom board configuration for the CKAA package. Could you provide guidance or resources on how to go about creating this custom board file in the nRF Connect SDK? because this is the starting point in nrf connect sdk to build any project.

    Thank you for your assistance.

    Best regards,
    Priyesh

Children
Related