Re: [Flashforth-devel] K42 problem
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2019-09-10 17:39:37
|
Hi all PIC18xx K42/K83 users. I finally managed to get the interrupts to work. After some research and good luck it seems I found an undocumented bug in the processor core of those chips. By adding a NOP after every POP instruction the interrupts work in stable manner. I am waiting for Microchip support to acknowledge this. But at least FlashForth works now in a stable manner on those chips. The vectored interrupts are not yet implemented. BR Mike On 2019-06-24 23:19, Attila Herman wrote: > With the elimination of the interrupt problems, the K42 family could > become the best alternative of K22. > > BR Attila |