Skip to content
Snippets Groups Projects

Small fixes (course 5)

3 unresolved threads

Merge Request Overview

This merge request changes the microcontroller model from 2040 to 2350, along with a more suggestive verb regarding the duplex capability of SPI (MISO can be connected, but it's not a must)

Build

  • Ran ./build.sh.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
120 120
121 121 | | | |
122 122 |-|-|-|
123 | `CPOL` | Clock polarity | defines when the data bit is read <br> 0: *rising edge* <br> 1: *falling edge* |
124 | `CPHA` | Clock phase | defines when the data is written to the line <br> 0: when `CS` *activates* or *clock edge* <br> 1: on *clock edge* (depends on `CPOL`) |
123 | `CPOL` | Clock polarity | defines what the idle state is <br> 0: *active high* / *idle low* <br> 1: *active low* / *idle high* |
  • 120 120
    121 121 | | | |
    122 122 |-|-|-|
    123 | `CPOL` | Clock polarity | defines when the data bit is read <br> 0: *rising edge* <br> 1: *falling edge* |
    124 | `CPHA` | Clock phase | defines when the data is written to the line <br> 0: when `CS` *activates* or *clock edge* <br> 1: on *clock edge* (depends on `CPOL`) |
    123 | `CPOL` | Clock polarity | defines what the idle state is <br> 0: *active high* / *idle low* <br> 1: *active low* / *idle high* |
    124 | `CPHA` | Clock phase | defines when the data is sampled <br> 0: on the *leading edge* <br> 1: on the *trailing edge* |
  • 205 205
    206 206 | | | |
    207 207 |-|-|-|
    208 | Transmission | *duplex* | data must be sent in both directions at the same time |
    208 | Transmission | *duplex* | data can be sent in both directions at the same time |
  • Alexandru RADOVICI requested changes

    requested changes

  • Please register or sign in to reply
    Loading