Re: [Flashforth-devel] PIC18F UART problem
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2017-12-18 12:42:42
|
Or then I just did not notice, since I was focused on debugging the new USB driver and I did not use the UART. Actually the data sheets of 18F2550 and 18F14K50 mentions that the UART PINS TRIS bits should be set to 1. M. On 2017-12-18 13:17, Mikael Nordman wrote: > 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 -- -- Mikael |