Other Parts Discussed in Thread: SYSCONFIG,
Hello!
I am working on zigbee coordinator and would like to completly disable JTAG.
I have set following registers to 0x00
SET_CCFG_CCFG_TAP_DAP_0_PWRPROF_TAP_ENABLE
SET_CCFG_CCFG_TAP_DAP_0_TEST_TAP_ENABLE
SET_CCFG_CCFG_TAP_DAP_0_CPU_DAP_ENABLE
SET_CCFG_CCFG_TAP_DAP_1_AON_TAP_ENABLE
SET_CCFG_CCFG_TAP_DAP_1_PBIST1_TAP_ENABLE
SET_CCFG_CCFG_TAP_DAP_1_PBIST2_TAP_ENABLE
Compiled code and uploaded to my device. I am using j-link programmer.
I figured out that it is not possible to read the chip data. But I still can connect using j-link.
I would like to ask - is it possible to completely lock the JTAG (so it would be impossible to even connect to JTAG) ?
Regards,
Roman.