Optimizing C for Microcontrollers - Best Practices

Optimizing C for Microcontrollers - Best Practices

Linux Foundation via YouTube Direct link

Order of Function Parameters

17 of 21

17 of 21

Order of Function Parameters

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Optimizing C for Microcontrollers - Best Practices

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Knowing Tools - Compiler Switches
  3. 3 Linker Script (Memory Map)
  4. 4 Linker Map
  5. 5 Binutils Tools
  6. 6 Data Types
  7. 7 Slow and fast integers
  8. 8 Portable Datatypes
  9. 9 const' qualifier for variables and function parameters
  10. 10 Const volatile variables
  11. 11 Global variables
  12. 12 Global Vs Local
  13. 13 Static Variable/Functions
  14. 14 Array subscript Vs Pointer Access
  15. 15 Loops (Increment Vs Decrement)
  16. 16 Loops (post Vs Pre Decrement)
  17. 17 Order of Function Parameters
  18. 18 Inline Assembly
  19. 19 Optimizing for DRAM
  20. 20 Help the compiler out!
  21. 21 Optimizing your code

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.