Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ctboard:peripherals:7segment_bin [2018/01/14 09:36] – [Registers] ruan | ctboard:peripherals:7segment_bin [2026/06/25 14:59] (current) – [Programming Example] scbj | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| > Supported [[ctboard: | > Supported [[ctboard: | ||
| \\ | \\ | ||
| + | |||
| + | ===== Registers ===== | ||
| + | |||
| + | The registers are read / write. | ||
| + | |||
| + | \\ {{ctboard_7seg_bin_reg.svg}} \\ \\ | ||
| + | |||
| + | ===== Diagram ===== | ||
| + | |||
| + | \\ {{ctboard_7seg_bin.svg? | ||
| ===== Programming Example ===== | ===== Programming Example ===== | ||
| - | The code snippet | + | The code snippet |
| <code c> | <code c> | ||
| Line 20: | Line 30: | ||
| \\ | \\ | ||
| - | < | + | < |
| - | ADDR_SEG7_BIN | + | .equ ADDR_SEG7_BIN, |
| - | LDR | + | ldr r0, =ADDR_SEG7_BIN |
| - | | + | |
| - | | + | |
| </ | </ | ||
| \\ | \\ | ||
| - | ===== Registers ===== | ||
| - | |||
| - | The registers are read / write. | ||
| - | |||
| - | \\ {{ctboard_7seg_bin_reg.svg}} \\ \\ | ||
| - | |||
| - | ===== Diagram ===== | ||
| - | |||
| - | \\ {{ctboard_7seg_bin.svg? | ||