Code in ZSWatch nrf5340 ublox

i have ZSWatch complete hardware by jackob and kempy and the link is provided below and using the vscode (nrf connect) to code in it in my case the debugger by segger technology having stm32f072cbt6 so the problem which i'm facing right now is that it is not getting detecting by my laptop and also not by the vscode nrf connect extension....i have installed the segger latest driver also but facing the same problem is there anyone who have use this?

github.com/.../ZSWatch

  • My board is operating on 5v 

    i’m using version 4

    yes firstly i was using stm32f072cbt6 on board debugger to code in my nrf5340 and it was not working then i use my nrf DK degugger to code in it now the problem is taht it is not detecing my nrf5340 kit but when i switch to nrf52832 it was detected 

    i have also tried to supply the VTG pin an external

    voltage of 5 but the result is same 

    i have also attached the git hub repo link in my question which i’m following to build,compile and run my code on my ZSWatch 

  • Hi

    The nRF DK debuggers have only been tested and are guaranteed to work on 3V targets. We can not guarantee that other voltage targets will work, even though they might. Are you saying using an nRF52832 DK as the debugger works as intended, but not when using the nRF5340 DK as the debugger?

    Best regards,

    Simon

  • No i'm just saying that while using nrf52832 DK as a debugger is fine like i have two DK's of nrf52832 and its fine but when it's connected with the nrf5340 controller not the DK it is not detecting the part (nrf5340 controller)

  • Mukarram said:
    but when it's connected with the nrf5340 controller not the DK it is not detecting the part (nrf5340 controller)

    What is it that's not detecting the nRF5340 controller here? is this the onboard debugger on your custom board? We've only been using J-Link programmers from Segger and don't really support other debuggers I'm afraid, so I can't provide any help with what the STM is doing wrong.

    Best regards,

    Simon

Related