Difference between revisions of "CmpE146 Lab. Resources"
From Embedded Systems Learning Academy
(→Tutorials) |
(→Tutorials) |
||
Line 16: | Line 16: | ||
== Tutorials == | == Tutorials == | ||
+ | * [[ FreeRTOS Tutorial | '''FreeRTOS Tutorial''']] | ||
* [[Bitmasking Tutorial]] | * [[Bitmasking Tutorial]] | ||
− | * [[ | + | * [[Bit Structures | Bit Structures and Unions]] |
* [[Volatile Variable | What is a '''volatile''' variable?]] | * [[Volatile Variable | What is a '''volatile''' variable?]] | ||
* [[Media:CmpE146RefFiles_StackAndHeap.pdf|Stack Heap Walkthrough]] | * [[Media:CmpE146RefFiles_StackAndHeap.pdf|Stack Heap Walkthrough]] |
Revision as of 19:52, 24 September 2012
Lab Assignments
This article contains laboratory assignments and resources. The assignments are under construction as we move towards SJ-One development board.
- CmpE146 Lesson 1 : GPIO
- CmpE146 Lesson 2 : UART
- CmpE146 Lesson 3 : SPI
- CmpE146 Lesson 4 : I2C
- CmpE146 Lesson 5 : Interrupt Driven I2C
- CmpE146 Lesson 6 : FreeRTOS Tasks
- CmpE146 Lesson 7 : File I/O
Sample Projects
Tutorials
- FreeRTOS Tutorial
- Bitmasking Tutorial
- Bit Structures and Unions
- What is a volatile variable?
- Stack Heap Walkthrough