Skip to main content
RSeba.2
Associate III
November 24, 2022
Solved

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 ?

  • November 24, 2022
  • 3 replies
  • 1237 views

..

This topic has been closed for replies.
Best answer by Erwan YVIN

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,

3 replies

Erwan YVIN
Erwan YVINBest answer
ST Technical Moderator
November 24, 2022

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,

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question.
RSeba.2
RSeba.2Author
Associate III
November 24, 2022

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
RSeba.2Author
Associate III
November 29, 2022

Thanks. It worked