Difference between revisions of "CmpE146 Lab. Resources"

From Embedded Systems Learning Academy
Jump to: navigation, search
(Other Helpfull Stuff)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
== 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 : FreeRTOS Tasks]]
 
 
 
<br/>
 
<br/>
 
 
== Sample Projects ==
 
== Sample Projects ==
 
* [https://sourceforge.net/projects/lpc2148freertos LPC2148 Sample Projects]
 
* [https://sourceforge.net/projects/lpc2148freertos LPC2148 Sample Projects]
Line 14: Line 5:
  
 
== Tutorials ==
 
== Tutorials ==
 +
*  [[ FreeRTOS Tutorial | '''FreeRTOS Tutorial''']]
 
*  [[Bitmasking Tutorial]]
 
*  [[Bitmasking Tutorial]]
*  [[ FreeRTOS Tutorial | '''FreeRTOS Tutorial''']]
+
*  [[Bit Structures | Bit Structures and Unions]]
 +
*  [[Volatile Variable | What is a '''volatile''' variable?]]
 
*  [[Media:CmpE146RefFiles_StackAndHeap.pdf|Stack Heap Walkthrough]]
 
*  [[Media:CmpE146RefFiles_StackAndHeap.pdf|Stack Heap Walkthrough]]
  
 
== Other Helpfull Stuff ==
 
== Other Helpfull Stuff ==
*  [[Sample Code | Source code of helpful stuff]]
+
*  [[Sample Code | Source code of helpful stuff]
*  [[Handles Tutorial | What's all this HANDLES stuff?]]
 

Latest revision as of 21:34, 19 July 2013


Sample Projects

Tutorials

Other Helpfull Stuff

  • [[Sample Code | Source code of helpful stuff]