There is a problem that is when I scan the JTAG chain by Vivado hardware manager. I cannot find the arm_dap_0 device but the 7z020 core is detected. I'm making two boards, another using 7z010. all functions seems fine in that board.And in 7020 board, I already check this thins: ...
Currently I am debugging a custom ZYNQ board with 7z020(xc7z020-clg400t).There is a problem that is when I scan the JTAG chain by Vivado hardware manager. I cannot find the arm_dap_0 device but the 7z020 core is detected. I'm making two boards, another using 7z010. all functions ...
{ "idf.adapterTargetName": "esp32", "idf.openOcdDebugLevel": 3, "idf.openOcdConfigs": [ "board/esp32-wrover-kit-3.3v.cfg" ], "cmake.configureOnOpen": false, } From process explorer, I can see the command line launched from VSCode is the following: ...
If I connect with STM32CubeProgrammer without hardware reset (for exemple selecting software reset), I also get an error (No STM32 target found! If your product embeds Debug Authentication, please perform a discovery using Debug Authentication) If I addHAL_DBGMCU_EnableDBGSleepMode();in the m...