Hi,
I need use external RAM. I have found External RAM range (0x6000.0000 - 0x9FFF.FFFF) at datasheet.
Have TIVA procesors got any driver for external RAM implemented or I have to make it handly?
I want use malloc function for this external RAM section - is it possible (writing as "*0x6000.0000 = 0x10;" too)?
Pavel