Hi,
I use S32 Debug Probe to debug SPT of S32R45 in S32DS.
I can watch the registers of SPT such as WR.
But How to watch OPRAM? In pspt script, OPRAM is "OR_2_0_0". In S32DS, how to watch "OR_2_0_0", what is the address and memory space?
Best regards!
Solved! Go to Solution.
Hello,
SPT is supported as any secondary core. You have to open SPT instance.
Here you can set breakpoint, run code, step code, to see OPRAM or TRRAM in memory window..
Exactly the same as any any other secondary core.
What is the address and memory space?
Which device are you asking for?
Best regards,
Peter
Hello,
SPT is supported as any secondary core. You have to open SPT instance.
Here you can set breakpoint, run code, step code, to see OPRAM or TRRAM in memory window..
Exactly the same as any any other secondary core.
What is the address and memory space?
Which device are you asking for?
Best regards,
Peter
Hi @petervlna ,
By consulting RM, I have got corresponding relationship between the address in memory window and address in pspt script. And, i can watch OPRAM in S32DS.
Thank you very much.
Best regards!
Can you show me the "relationship between the address in memory window and address in pspt script".
Thank you.