Hi Arm,
when I can access all registers in SoC through ads/cast, i want to initial a ddr controller or trainning ddr,
this process requires interaction and return value acquisition and judgment and finally output autolly,
no need manually input in processing, Is there any solution?
Thanks.
HiMy name is Stephen and I work at Arm.You can use the Debugger provided in Arm Development Studio to access the registers of peripherals in an Arm-based SoC.Sorry, I'm not sure what you meant by "ads/cast". Did you mean the Arm Debugger and the CSAT CoreSight Access Tool utility?You can access peripheral registers with the Arm Debugger interactively/automatically either by writing functions in C, C++ or Arm assembler code, or by writing debugger (.ds) or Jython scripts. See developer.arm.com/.../Debugging-with-ScriptsYou can access peripheral registers with CSAT via a simple script, though unlike Jython scripts above, CSAT scripts have no loops or flow control constructs.See CSAT600 developer.arm.com/.../0100 and (legacy) CSAT developer.arm.com/.../epm051792Hope this helpsStephen
Hi Stephen,
your reply was very helpful,it seems jython scripts is more suitable for complex interaction function.
Hi there, if you feel that Stephen has answered your question then please may you mark the reply as an accepted answer. Select Actions > Accept Answer