• debug - break on watchdog reset?
    I'm using 87C51RA+ which includes watchdog timer on the PCA Module 4 I have been trying to set up a conditional break using the uVision2 Debug|Breakpoints dialog box. MAT4 and TOG4 are both set...
  • Break on IDATA
    Hej I am using uVision 2.37 with C51 version 7.05C. I would like to set a break point in a stack overflow. Can anyone tell me how to set a break point on write access to I:0x7f Thank you
  • Break on IDATA
    Hej I am using uVision 2.37 with C51 version 7.05C. I would like to set a break point in a stack overflow. Can anyone tell me how to set a break point on write access to I:0x7f Thank you
  • Forum bug - losing line breaks ?
    The preview seems to (occasionally) remove all linebreaks after previewing a post. I don't think it's just me - I think I've seem other posts that have been similarly affected?
  • Cannot break into some part of code
    Hi guys, I'm doing a project in which I needed to add an input capture module. So I used the HAL library provided by ST to do so. Everything works fine if I run my EXTI in a separate program. My exti...