04-22-2011 07:48 PM
04-23-2011 10:59 AM
If you used BSB I assume you have BRAM in your system.If BRAM size enough to store your application, your can simply marge .elf with .bit files.After device configuration your program instruction executes.If your code bigger then BRAM size, you should merge .bit. with bootloader elf andload your application through SDK to NOR flash.After device configuration bootloader read your application from NOR and store in external SRAM (so you need propper extrernal memory controller for SRAM) then your program starts execute from SRAM.
Max
04-23-2011 10:32 PM
04-25-2011 05:45 AM - edited 04-25-2011 05:46 AM
max
04-26-2011 01:07 AM
04-26-2011 01:48 AM - edited 04-26-2011 01:49 AM
Hi!
Check XAPP963.
max