Hi expert,
I was using Debug probe to debug S32Z NETC related projects, and found NETC related registers cannot be seen by peripheral Registers or watch registers part. The name of the NETC registers can be seen, but it shows "???" as the value of the register.
I tried to check .py script of it (C:\NXP\S32DS.3.5\S32DS\tools\S32Debugger\Debugger\scripts\s32z2e2\s32z2e2_memory_regions.py) It shows:
COMMON = [
qspi_0,
qspi_1,
gic,
qspi0_rx_buffer,
qspi1_rx_buffer,
ddr_phy,
gtm,
p0_periph,
p1_periph,
p2_periph,
p3_periph,
p4_periph,
p5_periph,
p6_periph,
comms_engine_periph,
system_manager_ram,
hse_ram,
can_xl0,
can_xl1,
debug,
diPort,
]
No NETC related definitions here. So I add netc in COMMON and define its address range from
My questions are:
1. Why some of the registers can not be seen ?
2. How to solve the problem?
Thanks,
Catherine
Hello @Catherine,
After extensively testing and investigating this issue I was not able to find the reason or a solution for this problem. I will contact you in private about how to proceed.
Best regards