Hi,
I'm running a small application that is loaded by MLO bootloader from SD-card to address 0x80000000 (DDR-RAM of BeagleBone Black).
Is there a way to use the internal SDRAM too? Means move some pieces of code (especially an interrupt service routine and some data) to that internal RAM and run it there instead in DDR-RAM?
The code I want to run there is of course small enough to fit into these 64 KBytes.
Thanks!