This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Constant array in program memory

I need to define a few constant arrays for IR implementation. Currently, I define them as static uint16_t but it takes up a lot of SRAM space. How do I move them to program space (flash)?

Parents Reply Children
No Data
Related