S32DS3.5 无EmbSys Registers怎么查看 外设寄存器值

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

S32DS3.5 无EmbSys Registers怎么查看 外设寄存器值

跳至解决方案
372 次查看
jinsheng20
Contributor III

在中也没有发想现在有的发现没能查看外设寄存器值?请问我该怎么操作?

还有watch register 怎么用的有教程吗?

jinsheng20_0-1710843879523.png

 

0 项奖励
回复
1 解答
280 次查看
jinsheng20
Contributor III

最后不确定什么原因,当时放弃查看了,后来过了两天外设寄存器界面可以看到寄存器值

在原帖中查看解决方案

0 项奖励
回复
4 回复数
281 次查看
jinsheng20
Contributor III

最后不确定什么原因,当时放弃查看了,后来过了两天外设寄存器界面可以看到寄存器值

0 项奖励
回复
356 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @jinsheng20 

S32DS version 3.5 does not have the EmbSys Registers view as older versions.

In this IDE version, you can use the Peripheral Registers, which is a view that provides the structured view of the peripheral registers on the target hardware. If Arm core registers are defined for the target device they are also present in this view. This view is included in the Debug perspective by default. If the view was closed, reopen it from the menu by selecting Window -> Show View -> Other -> Debug -> Peripheral Registers.

Also, there are other views available named Arm System Registers and Registers. The first view provides the structured view of the Arm System registers(if available) of the target hardware. The second view lists information about the registers in a selected stack frame. Values that have changed are highlighted in the Registers view when your program stops. You can use it to look into register details and change register values. 

 

B.R.

VaneB

0 项奖励
回复
343 次查看
jinsheng20
Contributor III

感谢你的回复

您描述的窗口也美誉任何信息,我怀疑是软件没有找到S32K344.svd文件。请问这个我该如何配置,我在NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32K3\RTD\BaseNXP_TS_T40D34M30I0R0\header\目录中看到有S32K344.svd。请问软件默认查找路径是?

0 项奖励
回复
336 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @jinsheng20 

The information provided by these views is available in Debug. The data are read from the registers of the RO (read-only) and RW (read-write) types at each debug action like a step, a resume, a stop, or a breakpoint.

0 项奖励
回复