Re: [Flashforth-devel] FlashForth Operator Interrupts
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2018-10-04 19:51:11
|
Hi, Added the labels for alternative interrupts into the PIC24 source code. Now the alternative interrupt table should be correctly populated, even with the latest XC16 compiler. BR Mikael On 2018-10-03 15:33, Mikael Nordman wrote: > Hi, > It seems that later versions of the XC16 compiler has introduced a bug. > When I use XC16 v1.35 the interrupt vectors are only filled into the > IVT, not into the AIVT. > Using XC16 1.21, then both tables are filled correctly. > |