FREE Advanced C Programming Course from Microchip

Thread Starter

JohnInTX

Joined Jun 26, 2012
4,787
The syllabus looks like it covers many topics that beginning programmers have trouble with or haven't been exposed to in their classes.
Free registration.

About this course
Take your C programming skills to new heights! The objective of this class is to enable you to use advanced C programming language constructs and techniques to create more structured and portable code. You will be able to create structures, unions, and bit fields. You will use advanced pointer concepts to allow very flexible data access and create arrays of pointers, arrays of structures and unions, and pointers to arrays of structures and unions. You will create nested structures and unions along with flexible ‘typedef’ methods to set up data structures and variables. Function pointers are an important concept of the C programming language and you will use arrays and structures of function pointers to create portable and flexible state machines. Dereferenced double pointers are discussed in detail. This class includes 7 instructor-led hands-on labs that clearly demonstrate each concept. You will use MPLABX® with the powerful built-in simulator and Microchip's XC32 compiler to analyze the actual effect of coding implementations on variables and to see the interaction of program and data memory values. You will learn these C language topics from a non-hardware framework so that you can focus on learning the C language instead of the microcontroller architecture. The techniques taught in this class are universal ANSI-C concepts of the C programming language. Before attending this class, attendees should be proficient with the fundamentals of C programming and have experience writing embedded C firmware.
https://mu.microchip.com/advanced-c-programming
 
Last edited:
Top