how to see flexray register data via EmbSysReg tab

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to see flexray register data via EmbSysReg tab

ソリューションへジャンプ
1,942件の閲覧回数
Deepak1
Contributor IV

Hi,

I am using MPC5748G microcontroller and S32 Power architecture V2.1 IDE.

 

I am writing data to FlexRay registers using base address and offset of that register. Below is the one example.

#define FR_ADDRESS          (uint32)0xFFE50000UL

( *( (volatile uint32*)FR_ADDRESS + (offset / 2U))) = value;

So we can consider offset = 0xA0 and value = 0x1441134a

By using memory browser I can see data is written to memory address 0xFFE500A0 (Refer attached image).

 

But I am not able to see the data is written to the register in EmbSysReg tab which is used to view peripheral registers data (Refer attached image)

 

Let me know how to see the updated data in EmbSysReg tab if we use above method to write data in register.

1 解決策
1,900件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Deepak,

you need to double click on the registers to read the data. It's mentioned there:

pastedImage_1.png

You can find that also in help:

pastedImage_3.png 

Regards,

Lukas

元の投稿で解決策を見る

2 返答(返信)
1,441件の閲覧回数
binZhang01
Contributor II

do you have flexray demo for Mpc5748? i am learning flexray for mpc5748. thanks you !

0 件の賞賛
返信
1,901件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Deepak,

you need to double click on the registers to read the data. It's mentioned there:

pastedImage_1.png

You can find that also in help:

pastedImage_3.png 

Regards,

Lukas