How to edit MTU CLC register

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Sagar_Dhavali
Level 1
Level 1
First question asked Welcome!

Hi,

I am using Aurix TC38 uC in one of the project. I am looking to modify MTU_CLC register to disable it for a negative test scenario.

However I cannot set DISR bit to 1 in WinIdea v9.21.103.

Is there anything that I have to do which enables me to edit MTU_CLC register?

Thanks

0 Likes
1 Solution
MoD
Employee
Employee
50 likes received 500 replies posted 100 solutions authored

Register is endinit protected, make sure that endinit is not set when you write to the register. I guess the winidea is  not able to clear the endinit protection automatically when write to this register. Maybe check the winidea description if there exist a special handling for endinit protected registers.

View solution in original post

0 Likes
1 Reply
MoD
Employee
Employee
50 likes received 500 replies posted 100 solutions authored

Register is endinit protected, make sure that endinit is not set when you write to the register. I guess the winidea is  not able to clear the endinit protection automatically when write to this register. Maybe check the winidea description if there exist a special handling for endinit protected registers.

0 Likes