• Use External Ram for variable
    Hi, i'm working with STR710FZ2, now i have converted my project from CARM to REALVIEW. I use: - on_chip IRAM1 for internal variable, - on_chip IRAM2 for RAM function My problem is that i want...
  • How to define variables in a range of external ram, and start at a fixed address
    Do anybody know how can I define some variables in a range of external ram, and start at a fixed address ? When I use IAR, I can do it in the following way : ---------------------------------- (In...
  • Placing a range of variables in external ram
    Hi I have CortexM4 with external ram, since the external ram is slower than internally, I would like to have the possibility to place a variable in external ram. But I don't wan't to specify a exact...
  • Initializing Static Variables in External RAM
    Greetings: I'm sure this has been dealt with before in this forum, but my searches are only yielding vague hints at solutions. Here's the problem: our LCP2292 application in CARM requires external...
  • how to define external a const array ?
    Hi All, I have an array struct's with const data in flash memory defined as follows const SOD_ObjectDictionaryEntry* pSDOEntryTable = SDOEntryTable; This works fine ... I want to use...