• static == extern ?
    extern data and static diffenece since static is used for keeping the value after existing function, extern use the value in other module. are they the same?
  • STATIC VARIABLE
    Hi experts please don't mind as it is a novice question. Can anyone tell me where the static variable store is it- 1) Heap memory 2) RAM (STACK portion) 3) ROM (FLASH)
  • Static library
    Hi I have a project made with a custom board with STM32F3, and I use ARM Keil and ARM Tools for development of the project. The current memory's layout is a partition for bootloader and other for...
  • Static Variables
    Hi everyone, I would like to know if something similar happen to you. Well the issue is that when I declare a variable as a global one in the header file of a module with extern sometimes it loses...
  • Static library
    Hi I have a project made with a custom board with STM32F3, and I use ARM Keil and ARM Tools for development of the project. The current memory's layout is a partition for bootloader and other for...