#3: Quick tips for Embedded Programming for Microcontroller using C language | AVR PIC Arduino

preview_player
Показать описание
#embedded #electronics #programming #microcontroller #ccode
Here we will learn why to avoid the use of unnecessary global variables and use local variables in your code, for efficient embedded programming with memory optimization using C language / code. Applicable for AVR , Arduino , PIC , ARM or any other general purpose microcontroller. We have used MPLAB IDE to demonstrate the tips.
Рекомендации по теме
Комментарии
Автор

1:00 those local variables are actually created inside the allocated stack memory of SRAM (Data memory)

sayantanmaiti