Skip to content

Commit 01cf7a4

Browse files
committed
2022
added lesson #46 added __ISB(); __DSB(); before accessing GPIOs 1.46 updated AN_Troubleshooting_TivaC, README.md, and graphics 1.46 0.43 Added lesson #43 0.43 0.44 0.44 Added code for lesson #44 0.44 0.44 1.44 added projects lesson-45 and lesson-45-nucleo 1.44 Updated all uVision projects to use the new Compiler-6 instead of the obsolete Compiler-5. 1.44 1.44 1.44 fixed projects for lesson-44 1.44 added request to help this project by giving it a star on GitHub 1.39 added README.md to lesson #39 1.45 1.45 updated also lesson 6,7,8 1.45 Updated IAR projects for early lessons 1-27 1.45 cleanup of "settings" in several lessons Revert "1.45" This reverts commit 9b34a33. corrected lesson11
1 parent cec6289 commit 01cf7a4

File tree

217 files changed

+25535
-70059
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+25535
-70059
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ version-*
3737
metrics.dox
3838

3939
qpc/
40+
qtools/
4041
CMSIS/
4142
test*/
4243
tests/

README.md

+32-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
[![Modern Embedded Programming Course](img/thumbnail.jpg)](https://www.youtube.com/playlist?list=PLPW8O6W-1chwyTzI3BHwBLbGQoPFxPAPM)
1+
## Brought to you by:
2+
[![Quantum Leaps](https://www.state-machine.com/attachments/logo_ql_400.png)](https://www.state-machine.com)
23

4+
---------------------------------------------------------------------
5+
[![Modern Embedded Programming Course](img/thumbnail.jpg)](https://www.youtube.com/playlist?list=PLPW8O6W-1chwyTzI3BHwBLbGQoPFxPAPM)
36

47
# What is it?
58
This repository is a companion to the ["Modern Embedded Systems Programming" video course](https://www.youtube.com/playlist?list=PLPW8O6W-1chwyTzI3BHwBLbGQoPFxPAPM),
@@ -16,16 +19,39 @@ This deeper understanding will allow you to use the C language more efficiently
1619
The course has been going from January 2013, but it is never too late to join. Stay tuned...
1720

1821

19-
---------------------------------------------------------------------
22+
# Updates
23+
All projects for ARM/KEIL uVision have been updated from the obsolete Compiler-5 to the newer Compiler-6.
24+
25+
2026
# Comments/Discussion
21-
If you'd like to discuss this course or related subjects, plese use the ["Issues" tab](https://github.com/QuantumLeaps/modern-embedded-course/issues).
27+
If you'd like to discuss this course or related subjects, plese post your questions or comments on YouTube, in the commend section under each pertaining video lesson.
2228

2329

24-
---------------------------------------------------------------------
25-
# Contact Information
30+
# Course Resources
31+
Numerous resources for the video course are available through the companion webpage at:
32+
33+
[www.state-machine.com/video-course](https://www.state-machine.com/video-course)
34+
35+
Among others, you can find there:
36+
- information about the hardware (board, logic analyzer, etc.)
37+
- [Troubleshooting TivaC LaunchPad](https://www.state-machine.com/course/AN_Troubleshooting_TivaC.pdf)
38+
- [Tiva TM4C123GH6PM Data Sheet](https://www.state-machine.com/course/TM4C123GH6PM_Datasheet.pdf)
39+
- [USB Drivers for TivaC](https://www.state-machine.com/course/MDK_Stellaris_ICDI_AddOn.exe)
40+
- [Flash Programmer for TivaC](https://www.ti.com/tool/LMFLASHPROGRAMMER)
41+
- and more
42+
43+
44+
# How to Help this Project?
45+
If you like this project, please:
46+
47+
- [<b>subscribe to the Quantum Leaps YouTube channel</b>](https://www.youtube.com/channel/UCMGXFEew8I6gzjg3tWen4Gw?sub_confirmation=1)
48+
49+
[![YouTube subscribe](img/yt-subscribe.png)](https://www.youtube.com/channel/UCMGXFEew8I6gzjg3tWen4Gw?sub_confirmation=1)
2650

27-
[www.state-machine.com/quickstart](https://www.state-machine.com/quickstart)
51+
- spread the word about the videos you like (e.g., by posting on other websites frequented by embedded folks)
2852

53+
- give this GitHub repository a star (in the upper-right corner of your browser window):
2954

55+
![GitHub star](img/github-star.jpg)
3056

3157

img/TimeBomb.png

46.5 KB
Loading

img/github-star.jpg

25 KB
Loading

img/ql-subscribe.png

51.4 KB
Loading

img/thumbnail-39.jpg

130 KB
Loading

img/yt-subscribe.png

5.56 KB
Loading

0 commit comments

Comments
 (0)