This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Programming nRF52 SoCs with nRF5340 DK

Hi, I want to eventually be able to programme a custom built chip with an nRF52833 SoC on board, but first I thought I would try with a nordic Thingy:52. 

My setup is as follows:

Computer (Windows with nRF connect v3.11.0) <---> nRF5340 DK <---JTag---> Nordic Thingy:52

I can programme the nRF5340 DK via the nRF connect visual studio IDE, but I am not sure how to be able to connect to the nordic thingy_52 in order to be able to programme that device directly. On the 'connected devices' section in visual studio I cannot see the nordic thingy:52 appear, only the nRF5340 DK appears. 

Do I need to do something else in order to connect to the thingy to programme it? Or is the JTag physical connection sufficient?

Thank you for your help!

Parents Reply Children
  • Ahh that worked! Thank you very much, and I apologise for the silly question. Does USB power interfere with the signal somehow?

  • Happy to hear!

    Shaun Brentnall said:
    Does USB power interfere with the signal somehow?

    In the USB position, the USB high voltage regulator gets power from the nRF5340 USB connector (J3). This powers the nRF5340 SoC and not the Interface MCU directly, which runs SEGGER J-Link OB interface firmware and is used to program the nRF5340 or devices via P19.

    As noted in the Debug Out chapter of nRF5340DK HW Description

    Note: The voltage supported by external debugging/programming is VDD voltage. Normally, this is 3 V when running from USB. But if the onboard nRF5340 SoC is supplied from either USB or lithium-ion (Li-ion) and the nRF power source switch (SW9) is in either Li-Po or USB position, then the VDD can be set by the nRF5340 firmware. Make sure the voltage level of the external board matches the VDD of the nRF5340 DK.

    Hope this clears the confusion Slight smile

    Kind regards,
    Øyvind

Related