This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Code Compiled, linked, downloaded but not running

Hi,
Do you have faced with this problem ? The USB debug adapter runs but the IDE debugger not. I can put breakpoint on the first line of the main but no break, no timer it generated too, when i stop running no stop on the code line executing.
It seems there is a problem just before the main call.

thx

Parents
  • hi, i'm using the silabs IDE with Keil compiler.
    so there is no macro options.

    here part of LST file..
    003B 156 ?C_START:
    003B 900000 F 157 MOV DPTR,#?C_INITSEG
    003E 158 Loop:
    159 WATCHDOG
    003E 75CF78 160+1 MOV 0CFH,#78H

    0041 E4 161 CLR A

    i mean it's the watchdog reset method that not working..

Reply
  • hi, i'm using the silabs IDE with Keil compiler.
    so there is no macro options.

    here part of LST file..
    003B 156 ?C_START:
    003B 900000 F 157 MOV DPTR,#?C_INITSEG
    003E 158 Loop:
    159 WATCHDOG
    003E 75CF78 160+1 MOV 0CFH,#78H

    0041 E4 161 CLR A

    i mean it's the watchdog reset method that not working..

Children