python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to initialize an array of structs to a value other than zero like 0xFF?
I have an array of structs that I need to initialize at compile-time (no memset) to 0xFF. This array will be written as part of the program over erased flash. By setting it to 0xFF, it will remain era...
Harvey
Votes: 0
Answers: 3
Different memory for one variable from .bss section
I have a huge DDR memory (2GB) with huge access time and tiny internal RAM (1MB) with tiny access time. At this moment I have whole .bss section in DDR. The .bss section contains one often used variab...
ToTamire
Votes: 0
Answers: 1
How to set an entry address in GNU Linker
I am working on converting a ARMv7 project.
The tools are Code Compose Studio, and GNU 7.3.1 compiler. These cannot change.
The program entry point is 0x8000 0000 and cannot change.
The entry point is...
SpacemanScott
Votes: 0
Answers: 1
can't edit integer with .noinit attribute on STM32L476 with custom linker file
I'm doing my first attempt working with linker files. In the end i want to have a variable that keeps it's value after reset. I'm working with an STM32L476.
To achieve this i modified the Linker files...
Felix Kunz
Votes: 0
Answers: 2