Update embedded-workshop-book/src/enabling-uarte.md

Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
Tanks Transfeld 2023-03-21 18:13:56 +01:00 committed by GitHub
parent 747edc5cb6
commit ab0e10661e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).