hi!
first and foremost our design is similar to NXP evk.we checked with logic NOR flash burn at EVK and our board its the same
power up sequance the same at EVK and our board and not the same as hardware development guideMIMXRT1170 Rev 1 depicts it .We dont see VDD_SNVS_DIG line from CPU its always zero at both boards. When we checked SWD with logic analyzier we see turn signal behavior is different state at EVK and out board.
pls see sceenshot i want to access 0x40800000
unsigned int *p=(unsigned int*)0x40800000;
gdb cannot access value of p wiht error Cannot access memory at address 0x207dd0
at EVK the same code the result is p=0x40800000
SWD is unstable what the problem here?
i found out there is errata about SWD
ERR006941: Core: Asynchronous sampling of SWDIOTMS might cause incorrect
operation of SerialWire/JTAG Debug Port
Regards