DSPRelated.com
Forums

Blackfin ADSP531 BootLoader.

Started by archanapadaki February 27, 2004
Hi, I am developing an application using Blackfin 531. The
Boot Code resides in NOR Flash and Application Code in NAND FLash.
NOR FLash is mapped to Async Bank 0 and Nand Flash to Async Bank 1.
Upon Reset the executable file stored in NOR FLASH needs to run. So I
am using BOOT MODE 0 to start. This executable program after doing
some initial hardware checking needs to Load the Application from
Nand Flash.
Can anybody tell me in what format My application code
should be. Is my understanding correct that the Loader/Splitter
utility is used only to build bootable files or executable that runs
upon reset.