Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
Hi, I have an application code written in C, which i am trying to flash it on to the target board that uses ADSPBF 538F ! Can anybody tell me the steps that has to be followed ? I found an online doc which i hv attached here http://www.analog.com/UploadedFiles/Application_Notes/3129643584387183785EE_333_Blackfin_Rev_1_1_08.pdf I tried following the steps but here i used the .exe and .ldr files of my project . It gives me an error in the step where i try to load the driver using .exe file ! Any suggestion or anybody who had similar problem pls let me know. Also is there a possibility that my code is not working right ? Thanks and regards Chethana Puttaswamy --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
Hi Chetana, Through flash loader you can only load *.ldr files in "Intel Hex, ASCII and in Binary formats", but you can not load *.dxe files (instead to *.exe, *.dxe files are generated in ADSP). -- Best Regards, Abhishek On Wed, May 7, 2008 at 9:25 PM, chetana np <c...@yahoo.com> wrote: > Hi, > > I have an application code written in C, which i am trying to flash it on > to the target board that uses ADSPBF 538F ! > > Can anybody tell me the steps that has to be followed ? > I found an online doc which i hv attached here > http://www.analog.com/UploadedFiles/Application_Notes/3129643584387183785EE_333_Blackfin_Rev_1_1_08.pdf > I tried following the steps but here i used the .exe and .ldr files of my > project . > It gives me an error in the step where i try to load the driver using .exe > file ! > > Any suggestion or anybody who had similar problem pls let me know. > Also is there a possibility that my code is not working right ? > > Thanks and regards > > Chethana Puttaswamy > ------------------------------------