Part Number: CC2340R5
Hello,
In lp_em_cc2340r53/board.cmake
The cmake file sets the OPENOCD path as follows:
set(OPENOCD_BASE $ENV{TI_OPENOCD_INSTALL_DIR}/openocd/bin)
set(OPENOCD ${OPENOCD_BASE}/bin/openocd)
This results in a path that has two levels of bin directories. This doesn't match what's externally distributed in ti-embedded-debug vscode plugin which makes it impossible to set the correct path when defining the TI_OPENOCD_INSTALL_DIR environment variable.
Which for me generates in the runners.yml:
