Re: [Sdcc-user] FX2LP timer 1 issue

2016-08-15 Thread Philipp Klaus Krause
On 15.08.2016 21:42, Maarten Brock wrote: >> On 15.08.2016 20:54, Maarten Brock wrote: On 15.08.2016 20:01, Philipp Klaus Krause wrote: > Hello, > > I wrote my first little mcs51 program today, for the Cypress FX2LP. > But > I encountered a problem: Timer 1 runs too fast. W

Re: [Sdcc-user] FX2LP timer 1 issue

2016-08-15 Thread Maarten Brock
> On 15.08.2016 20:54, Maarten Brock wrote: >>> On 15.08.2016 20:01, Philipp Klaus Krause wrote: Hello, I wrote my first little mcs51 program today, for the Cypress FX2LP. But I encountered a problem: Timer 1 runs too fast. When I set up Timer 0 and Timer 1 the same, T

Re: [Sdcc-user] FX2LP timer 1 issue

2016-08-15 Thread Philipp Klaus Krause
On 15.08.2016 20:57, Benjamin Larsson wrote: > On 08/15/2016 08:01 PM, Philipp Klaus Krause wrote: >> Hello, >> >> I wrote my first little mcs51 program today, for the Cypress FX2LP. But >> I encountered a problem: Timer 1 runs too fast. When I set up Timer 0 >> and Timer 1 the same, Timer 1 runs a

Re: [Sdcc-user] FX2LP timer 1 issue

2016-08-15 Thread Philipp Klaus Krause
On 15.08.2016 20:54, Maarten Brock wrote: >> On 15.08.2016 20:01, Philipp Klaus Krause wrote: >>> Hello, >>> >>> I wrote my first little mcs51 program today, for the Cypress FX2LP. But >>> I encountered a problem: Timer 1 runs too fast. When I set up Timer 0 >>> and Timer 1 the same, Timer 1 runs a

Re: [Sdcc-user] FX2LP timer 1 issue

2016-08-15 Thread Benjamin Larsson
On 08/15/2016 08:01 PM, Philipp Klaus Krause wrote: > Hello, > > I wrote my first little mcs51 program today, for the Cypress FX2LP. But > I encountered a problem: Timer 1 runs too fast. When I set up Timer 0 > and Timer 1 the same, Timer 1 runs about 4 times faster. > I have very little experienc

Re: [Sdcc-user] FX2LP timer 1 issue

2016-08-15 Thread Maarten Brock
> On 15.08.2016 20:01, Philipp Klaus Krause wrote: >> Hello, >> >> I wrote my first little mcs51 program today, for the Cypress FX2LP. But >> I encountered a problem: Timer 1 runs too fast. When I set up Timer 0 >> and Timer 1 the same, Timer 1 runs about 4 times faster. >> >> I first noticed the p

Re: [Sdcc-user] FX2LP timer 1 issue

2016-08-15 Thread Philipp Klaus Krause
On 15.08.2016 20:01, Philipp Klaus Krause wrote: > Hello, > > I wrote my first little mcs51 program today, for the Cypress FX2LP. But > I encountered a problem: Timer 1 runs too fast. When I set up Timer 0 > and Timer 1 the same, Timer 1 runs about 4 times faster. > > I first noticed the problem

[Sdcc-user] FX2LP timer 1 issue

2016-08-15 Thread Philipp Klaus Krause
Hello, I wrote my first little mcs51 program today, for the Cypress FX2LP. But I encountered a problem: Timer 1 runs too fast. When I set up Timer 0 and Timer 1 the same, Timer 1 runs about 4 times faster. I first noticed the problem when trying to do a software UART, which worked with Tiemr 1, b