cancel
Showing results for 
Search instead for 
Did you mean: 

I am currently working in SPC58EC MCU using SPC5Studio toolchain. I want to write and read to a register. For example, FLEXRAY_0.PCR0.B.ACTION_POINT_OFFSET = 0x0003U. But UDE debugging is stuck at this line. Does anyone know what is the reason ?

RSeba.2
Associate III
 
1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

Hello ,

have you enable the PCTL 0x12B ME_PCTL107 S_FlexRay_0 Control ?

if not , you can generate a data abort to access to this register.

Best Regards

Erwa,

View solution in original post

3 REPLIES 3
Erwan YVIN
ST Employee

Hello ,

have you enable the PCTL 0x12B ME_PCTL107 S_FlexRay_0 Control ?

if not , you can generate a data abort to access to this register.

Best Regards

Erwa,

RSeba.2
Associate III

I did not understand completely. Could you please elaborate ? Generate data abort means ?

I am currently doing the configuration of protocol control registers of flexray controller, therefore I want write many parameters to these PCR registers.

RSeba.2
Associate III

Thanks. It worked