Re: 18F series challenges
Are you using MPASM? Post your blinking LED program.
Robert
Re: 18F series challenges
I cleaned up the comments prior to posting the code and it started to function.
Some days it's black magic - thanks for solving my problem by just thinking about it!
(Yes, I was using MPASM, and no I don't think I removed any real code, but I'll dig further)
Re: 18F series challenges
99% of all difficulties encountered when moving from 16F to 18F parts are in the configuration registers. And be careful - if something magically starts working after you have made no changes,
make certain that ALL your variables are initialized before you consider your work done.