2011-03-06 10:24 AM
IAR Linker for external SRAM
#winning2011-05-17 05:26 AM
How can I tell the compiler to put specific variables there ?
Not an IAR guy, but there is probably a #pragma for that, check the documentation. The C16/8051 used to be along the lines of #pragma memory=constseg(MY_CONST):far const char formatstring[]=''%02X''; #pragma memory=default For ARM Try checking #pragma location, and #pragma section http://supp.iar.com/FilesPublic/UPDINFO/004916/arm/doc/EWARM_DevelopmentGuide.ENU.pdf
2011-05-17 05:26 AM
I guess that this is the case. But I tried some with no effect so far ...
2011-05-17 05:26 AM
Online support at IAR no use?
http://supp.iar.com/Support/Request/