Small fixes (course 5)
3 unresolved threads
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
Activity
Filter activity
added 1 commit
- a60bfd2f - Clarified CPOL and CPHA based upon the linked resources. More details can be...
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 |
Please register or sign in to reply