ireon
Junior Member level 2
- Joined
- Mar 28, 2013
- Messages
- 21
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,283
- Activity points
- 1,455
I'm using a Nexys 2 board and I created the application "Hello World". It works and the writing "Hello World" appears on Realterm. After I created a new application and I wrote it on SDK, the .elf file has been successfully created, but my program size is 538 KB and it can't be execute on microblaze, because its local memory is maximum 64 KB. I should use the external SDRAM or Flash ROM, but I don't know how to use them. How could I program microblaze with my application?