Nordic DevZone
Search
User
Site
Search
User
Nordic Q&A
Guides
Blog
Online Power Profiler
DevAcademy
Home
>
Nordic Q&A
State
Verified Answer
Replies
1 reply
Subscribers
49 subscribers
Views
172 views
Users
0 members are here
development
software
flash
nrf52832
ram
Attachments (
0
)
Nordic Case Info
Case ID: 308603
Options
Share
More
Cancel
Declare Variables in FLASH memory besides to RAM Memory.
eudaldo
3 months ago
I would like declare variables in the flash memory, Is it possible?
Top Replies
Vidar Berg
3 months ago
+1
verified
Hello, I assume you don't want the variable to be loaded to RAM? In that case, you can use the 'const' keyword when declaring the variable. The linker will then place the variable into the .rodata section…
Related