I want to design custom board for nrf52840. I will be using configuration 5 from Reference Circuit nrf52840. I do not want to use NFC can I leave NFC pins not connected. For antenna design can I use the antenna design in nrf52840 DK?
I want to design custom board for nrf52840. I will be using configuration 5 from Reference Circuit nrf52840. I do not want to use NFC can I leave NFC pins not connected. For antenna design can I use the antenna design in nrf52840 DK?
Other than general ESD protection. SWDIO has internal pullup, SWDCLK has internal pulldown. In case these aren't sufficient, it's a good ideal to at least have space for external resistors to make the design more tolerant against noise.
I have couple of more questions:
1) We are using nrf52840 DK for developing our firmware. I want to ask do we need external debugger like Jlink debbuger ultra plus for debugging nrf52840 DK?
2) We will expose SWD interface in our custom board can you recommend device that we can use for production programing?
1. The DK comes with a debugger / programmer already https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/dk/if_mcu.html
2. Take a look at this: https://infocenter.nordicsemi.com/topic/nwp_027/WP/nwp_027/intro.html
1. The DK comes with a debugger / programmer already https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/dk/if_mcu.html
2. Take a look at this: https://infocenter.nordicsemi.com/topic/nwp_027/WP/nwp_027/intro.html
I am reading product specifications for nrf52840. In section 5.3.8.2 Regulator specifications, REG0 stage. The max current reading of 25 mA are at which voltage level of High voltage mode because high voltage mode can be from 2.5 V to 5.5 V
Thanks for the help. I have another question. I was reading about GPIO current specification in product specification document. We can source/sink 15 mA current in GPIOs configured in high drive mode. We can source/sink upto 4 mA from GPIO configured in normal drive mode. If we configure GPIO in high drive mode and source current of 15 mA from it can we source 4 mA from other GPIOs that are configured in low drive mode?
What is total current we can source/sink from all GPIOs?
Regards