This commit is contained in:
@@ -23,21 +23,21 @@ These signals are related to code under tag `cycler_works_include_output_stage`.
|
||||
|
||||
First octets:
|
||||
|
||||

|
||||

|
||||
|
||||
Last octets:
|
||||
|
||||

|
||||

|
||||
|
||||
Schematics and legend for signals:
|
||||
|
||||

|
||||

|
||||
|
||||
#### Some more explanations
|
||||
|
||||
Consider above schematics and the screen shot "Last octets" from the oscilloscope.
|
||||
|
||||

|
||||

|
||||
|
||||
Timer TA1 is running in "up mode" to the value 45 set in compare register `TA1CCR0`. The compare registers `TA1CCR1` is set to 10, `TA1CCR2` is set to 22.
|
||||
The output mode of the timer is set to "Reset/Set", which means the GPIO associated with `TA1CCR1` (P2.1) and `TA1CCR2` (P2.4) are set at the overflow and
|
||||
@@ -45,7 +45,7 @@ restart of the counter and reset when the counter matches the associated compare
|
||||
|
||||
So, on P2.1 (D1 on the oscilloscope) we have a long pulse and at P2.4 (D0 on the oscilloscope) we have a short pulse, with synchronous raising edge.
|
||||
|
||||

|
||||

|
||||
|
||||
The inverted signal P2.4 is connected to the Clock input of a 74HC74 D-flipflop, the data input of the flipflop is connected to GPIO P1.0 (D2 on the oscilloscope).
|
||||
|
||||
@@ -69,26 +69,26 @@ Additionally, when the first bit of a full draw screen cycle is presented at P1.
|
||||
|
||||
Complete cycle: 2.48us
|
||||
|
||||

|
||||

|
||||
|
||||
Short pulse: 550ns
|
||||
|
||||

|
||||

|
||||
|
||||
Long pulse: 1.18us
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Load Time
|
||||
|
||||
During of loading data into five LEDs: 297us
|
||||
|
||||

|
||||

|
||||
|
||||
During of loading data into six LEDs: 297us
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
| # of LEDs | Load Time measured | calculated |
|
||||
@@ -108,11 +108,11 @@ will not handle the reset correctly.
|
||||
The following circuitry should generate a valid reset signal far enough from the raise
|
||||
of the supply voltage:
|
||||
|
||||

|
||||

|
||||
|
||||
The circuit generates the following signals:
|
||||
|
||||

|
||||

|
||||
|
||||
##### Reference voltage (green):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user