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)
How about considering: 4) None of the above.
Or maybe you were thinking about const-declared "variables", which don't require write access and can be kept in the flash together with the code?