| ... | @@ -4,13 +4,14 @@ Here are some concepts which are useful to know before starting to deal with sky |
... | @@ -4,13 +4,14 @@ Here are some concepts which are useful to know before starting to deal with sky |
|
|
|
|
|
|
|
If you are reading this guide, it is very likely that you will work on some kind embedded system sooner or later, so it's useful to know some basics. [Here :link:](https://drive.google.com/drive/u/1/folders/1-rwNgoDdOFnwW-rfaqfmUa5ACIVehvXV) you can find some presentations we did on the topic, in particular:
|
|
If you are reading this guide, it is very likely that you will work on some kind embedded system sooner or later, so it's useful to know some basics. [Here :link:](https://drive.google.com/drive/u/1/folders/1-rwNgoDdOFnwW-rfaqfmUa5ACIVehvXV) you can find some presentations we did on the topic, in particular:
|
|
|
|
|
|
|
|
* [Introduction](https://docs.google.com/presentation/d/1nw4iXT9VzTU79m23Mcdwbv11BhkN5ngLbFExVh1TVFg/) what is an embedded system?
|
|
* [Introduction to Embedded Systems](https://docs.google.com/presentation/d/1nw4iXT9VzTU79m23Mcdwbv11BhkN5ngLbFExVh1TVFg/) what is an embedded system?
|
|
|
* [Device Drivers and RTOS](https://docs.google.com/presentation/d/11HyjMUPK58ir1gQ4Jw4BqTVSZJtGLs77W_s3Zjk5PTs) basic blocks for embedded development
|
|
* [Device Drivers and RTOS](https://docs.google.com/presentation/d/11HyjMUPK58ir1gQ4Jw4BqTVSZJtGLs77W_s3Zjk5PTs) basic blocks for embedded development
|
|
|
|
|
|
|
|
Moreover, it is a good idea to know something about how these work:
|
|
Moreover, it is a good idea to know something about how these work:
|
|
|
|
- GPIO
|
|
|
- USART, I2C, SPI
|
|
- USART, I2C, SPI
|
|
|
- Interrupts
|
|
- Interrupts
|
|
|
- PWM
|
|
- Timers and PWM
|
|
|
|
|
|
|
|
## C++
|
|
## C++
|
|
|
|
|
|
| ... | | ... | |