mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-04 03:42:20 +00:00
Update embedded-workshop-book/src/enabling-uarte.md
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
parent
747edc5cb6
commit
ab0e10661e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Write a simple program which uses the PAC to enable the UARTE0. See how writing
|
|||
|
||||
## Tasks
|
||||
* Find out which values can be written into the `enable` register.
|
||||
* Take ownership of the boards peripherals
|
||||
* Take ownership of the board's peripherals
|
||||
* Write a helper function that reads the UARTE0's `enable` register and print's status.
|
||||
* Enable the UARTE0 peripheral using a safe method.
|
||||
* Disable the UARTE0 peripheral by writing raw bits in it (unsafe).
|
||||
|
|
Loading…
Reference in a new issue