Quote Originally Posted by mackrackit View Post
Also
Code:
@device 18F4550, WDT_ON
is PM syntax.

Must use MPASM for 18Fs
Code:
@ __CONFIG    _CONFIG2H, _WDT_ON_2H & _WDTPS_512_2H
A good late night read.
http://www.picbasic.co.uk/forum/showthread.php?t=543
Thank you Dave and Jerson!

Of course, it seems to me that I can't read
That is also clearly written in the manual "...If the Watchdog Timer is not enabled, ther processor will sleep forever..., page 105", so I did not see the small word "not"...

However, changing that to WDT_ON does not produce the wanted result.
Added also WDTPS 128 but again without success.

Is there something else involved here?

That "543" is not solving this issue? It is showing that there can be many things that can go wrong... when you are not extremely familiar with this all...