Why I can't set HOST_DEBUG_EN in TnDCM CR register on SR6P7G7C7? I use key 0xE0E05FE0 to unlock it, but bit doesn't change the value. External debugger is not connected.
I'm working with SR6P7G7C7 and I would like to start CoreSight trace from MCU without external tools. I configured Core0 ETM and TMC ETR, but trace doesn't start. I assume the problem is in TnDCM_CR register, I am not able to set HOST_DEBUG_EN. I use the key like below:
#define TnDCM_CR (*(volatile uint32_t*)(0x7100c000))
TnDCM_CR = 0xE0E05FE0;
TnDCM_CR = 0x10000000;but it doesn't change the value in register.
