WDOG_CS not showing correct value in debug mode using Jlink

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

WDOG_CS not showing correct value in debug mode using Jlink

Jump to solution
1,210 Views
MithileshKumar
Contributor II

Hi,

I am using MKE15Z series MCU. As per datasheet the default value of WDOG_CS should be 0x2980 but what obtained is 0x420 which is incorrect. But with CMSIS-DAP getting the correct value.

Is it related to debugger. If yes, is there any workaround for this.

 

Labels (1)
0 Kudos
1 Solution
1,199 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi MithileshKumar,

Did you try to read the value of WDOG_CS through code? Check if the value is the same as the debugger register view?

If you still have problems after updating the J-Link software, it is recommended to submit a technical service request to SEGGER.

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

View solution in original post

2 Replies
1,193 Views
MithileshKumar
Contributor II

Yes I am trying to read through code. At startup, the register view for WDOG_CS is shared in the image. But the reset value of the register should be 0x2980(As per datasheet).

0 Kudos
1,200 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi MithileshKumar,

Did you try to read the value of WDOG_CS through code? Check if the value is the same as the debugger register view?

If you still have problems after updating the J-Link software, it is recommended to submit a technical service request to SEGGER.

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------