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
  • During this sequence, writing to PCA0CPH5 doesn't work and so doesn't refresh the Watchdog ! It's a little bit strange, isn't it ?
    what sequence?
    the issue is NOT 'refreshing' but 'disabling'

    Erik

    for the f12x it looks like this, you find out how to do it for your chip (hint; it is in the documents I mentioned)

    STARTUP1:
    ; disable watchdog
               mov   SG_WDTCN,#0DEh        ; kill the puppy
               mov   SG_WDTCN,#0ADh        ; takes 2 writes
    
    
    

Reply
  • During this sequence, writing to PCA0CPH5 doesn't work and so doesn't refresh the Watchdog ! It's a little bit strange, isn't it ?
    what sequence?
    the issue is NOT 'refreshing' but 'disabling'

    Erik

    for the f12x it looks like this, you find out how to do it for your chip (hint; it is in the documents I mentioned)

    STARTUP1:
    ; disable watchdog
               mov   SG_WDTCN,#0DEh        ; kill the puppy
               mov   SG_WDTCN,#0ADh        ; takes 2 writes
    
    
    

Children
No data