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 adress of it. Is there a attribute to set at the variable to place it in external ram ? Lars
Hi That doesn't place the variables in external memory. My external memmory (RAM1) starts at 0x60000000, but variables are always placed into IRAM1 from 0x1FFF0000. What am i doing wrong ?