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

nRF52840 dev board and bluetooth functionality

Hi, i am new to the nRF52840, i like the features it has and i want to create a board using it. In the datasheet it is said to have 2 ARM processors and i want to use it as follows;

1. To design a board with IO capabilities like i would with any MCU like the famous ATMega328P.

2. Be able to program the GPIO functionality using the built in USB.

I want to know if it is possible to to this without a host MCU to transfer data between the two.

Thanks all.

Parents
  • Hi Stardust,

    1. To design a board with IO capabilities like i would with any MCU like the famous ATMega328P.

    Yes, you can use any of the pre-approved 3rd party nRF52840 modules to design your own development board.

    2. Be able to program the GPIO functionality using the built in USB.

    Yes you do, nRF52840 has an OB Segger J-Link debugger . You can use the build in USB to flash the DK using your favourite IDE like SES or Keil. Also you can use the OB debugger to flash external modules.

    I want to know if it is possible to to this without a host MCU to transfer data between the two.

    I am not sure, but what is the reason of not using the OB Segger J-Link? If you buy a 3rd party module and develop your own evaluation you can use an external J-Link debugger and 10-pin Cortex Debug connector.

    I know that you can disconnect the MCU interface from nRF52840 DK but for the purpose of measuring current consumption of nRF52840 SOC.

    See the nRF52840 User Guide

    See this post for download the Schematic diagram of nRF52840 PCA10056

    Hope that heps

    Nick

Reply
  • Hi Stardust,

    1. To design a board with IO capabilities like i would with any MCU like the famous ATMega328P.

    Yes, you can use any of the pre-approved 3rd party nRF52840 modules to design your own development board.

    2. Be able to program the GPIO functionality using the built in USB.

    Yes you do, nRF52840 has an OB Segger J-Link debugger . You can use the build in USB to flash the DK using your favourite IDE like SES or Keil. Also you can use the OB debugger to flash external modules.

    I want to know if it is possible to to this without a host MCU to transfer data between the two.

    I am not sure, but what is the reason of not using the OB Segger J-Link? If you buy a 3rd party module and develop your own evaluation you can use an external J-Link debugger and 10-pin Cortex Debug connector.

    I know that you can disconnect the MCU interface from nRF52840 DK but for the purpose of measuring current consumption of nRF52840 SOC.

    See the nRF52840 User Guide

    See this post for download the Schematic diagram of nRF52840 PCA10056

    Hope that heps

    Nick

Children
No Data
Related