Re: [Flashforth-devel] USB, flow-control, and linux
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-02-13 05:34:19
|
I just pushed a solution to the tmr1 and tm3 problem. At least my 14k50 chip works with this code and USB on Linux. The only problem is that Linux wants to send AT+CG... periodically. That corrupts the output until Linux stops polling the ttyACM line. BR Mikael On 02/13/2014 06:26 AM, Mark Goldman wrote: > Hi Mikael, > > Is the system timer declared in MS_TMR? If so, it appears that in > HEAD, MS_TMR is timer 2. > > -mdg > > On Wed, Feb 12, 2014 at 11:10 PM, Mikael Nordman > <mik...@pp...> wrote: >> Hi, >> Try Timer2 as a system clock. >> For some reason the timer1 and 3 does not work properly >> with the 2 millisecond timeout for sending USB characters. >> I did some "improvements" in 5.0 to timer 1 and 3 for better accuracy. >> >> I'll need to fix that. >> >> BR Mikael >> >> |