[email protected]
Joined: 05 Nov 2003 Posts: 23
|
|
Posted: Fri Apr 10, 2009 4:29 pm |
|
|
PCM programmer wrote: | Probably the latter (a bug). |
Thanks for your efforts. I tried pretty much all of the same steps, but not the switch construct change. I tried the #SEPARATE, moving the code blocks, org'ing elsewhere, etc. I tried to do a "goto" to the ISR but I couldn't find a good way to code that without using another function call. Microchip's C18 has an interesting ISR #pragma set that allows explicit movement of ISR's, but that is just for them. The GCC based C30 uses the GNU style ISR assignments, totally different again.
Anyway, thanks for your efforts, my project can move forward again!
regards,
DLC _________________ --
------------------------------------
Dennis Clark [email protected]
http://www.techtoystoday.com
------------------------------------ |
|