Question
Defining table in Flash instead of RAM, IAR
Posted on June 11, 2012 at 16:36
Hello,
Wondering if anyone has been able to use IAR to put a table in ROM memory instead of the default RAM with init table. I would like something like: code int a[] = {1,2,3,4,5,6} or int a[] @ ''abc'' = {1,2,3,4,5}, where abc could be defined in the linker. Thanks, AlphaWolfXV #iar #define #table #stm8