embedded-trainings-2020/embedded-workshop-book/src/down-the-stack.md
Mirabellensaft 30fe350443 polish
2023-03-17 19:31:07 +01:00

10 lines
441 B
Markdown

# Down the Stack
In this Session you will learn more about Rust's split crate model that includes
* the Board Support Crate
* an implementation of the Hardware Abstraction Layer
* the Peripheral Access Crate
This session consists of lectures and two blocks of exercises:
* BSC Exercise: Implementing further features in a basic BSC
* PAC Exercise: Generating a PAC from an SVD file and writing into registers using the the generated PAC.