Re: [Flashforth-devel] PIC18F UART problem
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2017-12-18 11:51:16
|
Hi. Those were left there by mistake. The PORTC was used for debug leds. The chips I use (18F2550 and 18F14K50) did not have your problem, so I did not notice it. I will fix this in the next update. BR M. On 2017-12-18 11:44, Pablo Munoz wrote: > After some investigation, I have found that the problem is caused by > these instructions inside WARM: > > clrf TRISC, A > clrf LATC, A |