OK, I want to make a program with one time critical High level interrupt routine, and some low level interrupt routines for background processing. The time critical routine is sampling essential, the timing must always be identical, for direct i/o of data, the low level interrupt routine (not time crital) will handle less critical interrupt routines, i.e. handling of the serial port. So i realy need to differ between High en Low level interrupts, as supported on the Pic18 family.
Op vrijdag 8 mei 2015 16:22:25 UTC+2 schreef funlw65(Vasi): > > You always have high level interrupts - yeah, only those. > > On Fri, May 8, 2015 at 4:58 PM, Hannes Bulk <[email protected] > <javascript:>> wrote: > >> The Pic 18xxx supports 2 levels of interrupts. >> In JAL i can only find one level, as in the Pic 12, 12 and 16 series. >> How do I program Hi level interrupts in JAL ? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "jallib" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/jallib. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Vasi > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jallib. For more options, visit https://groups.google.com/d/optout.
