5.02. Embedded C

  1. what is the different between peripheral memory and flash.[Vem Feb-2026]
  2. What is the size of on -chip memory.[Vem Feb-2026]
  3. Why are you using EEPROM in your project.[Vem Feb-2026]
  4. Explain flash memory and sram[vem Feb-2026]
  5. In 1kB has how many bytes. [AMD Dec-2025]
  6. Sram and flash rom size?speed of your board.[Vem Feb-2026]
  7. why you are using the EEPROM.[Fervid Dec-2025]
  8. What is memory alignment in Embedded C? How to overcome it? [Quanint Techsoft]
  9. Explain structure padding and how to avoid it using #pragma pack. [Team F1 Network / VEM Technology]
  10. What is DMA (Direct Memory Access)? Why did you use it in your project? [Surya Electronics / VEM Technology]
  11. Write code to configure DMA. [VEM Technology / V ConnecT]
  12. Significance of watchdog timer. [VoltyIOT]
  13. Why do we use an infinite loop in embedded systems? [VoltyIOT]
  14. What is the need for an infinite loop in embedded C? [VoltyIOT]
  15. What is HAL (Hardware Abstraction Layer)? [VEM Technology]
  16. On-chip memory of STM32 — how much Flash and SRAM? [Webber]
  17. How much time is required by an instruction for execution in 8051? [VoltyIOT]
  18. In which memory segment does embedded C code get stored? [TeraScale]
  19. Where does a constant variable get stored? [TeraScale]
  20. Where do static and extern variables get stored? [TeraScale]
  21. What happens when we dynamically allocate memory in embedded? (DMA context) [TeraScale]
  22. How to create memory in heap segment? [TeraScale]