Not in my hands yet.For my tinkering lately I've found the 18f24q10 to be low cost and effective. I have a project in the works using the configurable logic cells of the 18f45q10 to almost eliminate all programming other than communication, setup, and a few other things. I don't know if they all are set up this way (J series), but I found out the hard way on an 18f87j50 if you are using EC mode for the clock it will always output a clock signal on RA6. You can't set it to I/O like most others. Unfortunately I had it connected to the enable pin of my oscillator and spent several hours trying to figure out why everything seemed erratic until it finally made sense.
The ESPs are nice, but I don't think you can get the same interrupt timing you can with PICs and ASM... I haven't tried or looked into it too deep I have to admit though.
Normally yes, but the option isn't even available on that family. Internal clock you can set RA6 to IO, but not external clock mode. It was to easy to assume based on the others I have played with. It really is not that big of a deal. I just thought I would attempt to save some headaches.Can't you define that with CONFIG?
