Search found 2 matches

by Jim
Sat Aug 30, 2008 10:33 am
Forum: devkitARM
Topic: Makefile question - IWRAM
Replies: 1
Views: 3723

Re: Makefile question - IWRAM

I have checked my .map file and i saw the 0x037f8000 address which belongs to wram.
How can i place the code in the iwram which is at 0x03800000?
by Jim
Fri Aug 29, 2008 4:30 pm
Forum: devkitARM
Topic: Makefile question - IWRAM
Replies: 1
Views: 3723

Makefile question - IWRAM

When i try in my program to use wram bank0 with Arm9 i find that there is data written to it. After doing that Arm7 stops functioning properly. I have read many times that Arm7 stores its binary data to iwram. I have also heard that both wram banks are given to Arm7 by default. My Arm7 binary is onl...