Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
Hello I’m trying to use the flash programmer tool in VisualDSP 4.0 to insert codes (I’m beginning by a simple test case) and boot my Ez-kit lite 211161N board from them. If I’ve understood correctly the manual the steps to be given are: 1st Create and compile the code (I load and execute it on PM to verify it works OK) 2nd Change to “loader file” the type in Project Options menu 3rd Rebuild project 4th Open Flash Programmer and chose the .dxe file Now when I press the Load Driver bottom the following appears: “There was a problem with one or more required expressions in the driver. Please make sure the following expressions are present and try again: AFP_BreakReady” What am I doing wrong? Thanks for your help, Hori
On Tue, 29 Aug 2006 h...@yahoo.fr wrote: > Hello > > I=92m trying to use the flash programmer tool in VisualDSP 4.0 to insert = codes (I=92m beginning by a simple test case) and boot my Ez-kit lite 21116= 1N board from them. > > If I=92ve understood correctly the manual the steps to be given are: > 1st Create and compile the code (I load and execute it on PM to verify it= works OK) > 2nd Change to =93loader file=94 the type in Project Options menu > 3rd Rebuild project > 4th Open Flash Programmer and chose the .dxe file > > Now when I press the Load Driver bottom the following appears: > =93There was a problem with one or more required expressions in the drive= r. Please make sure the following expressions are present and try again: > AFP_BreakReady=94 > > What am I doing wrong? I'm not familiar with VDSP 4, but I'd think you have at least 2 possible solutions. One is to find a file that has that entry point in its symbol table. I'd think you would get other errors in that case though. The other possible solution is to look for a setting in the project options menu which is about break points. You may be able to remove the error by guessing at which switch to flip. try searching for AFP_BreakReady on ADI's web site too, you might find something that way as well. Patience, persistence, truth, Dr. mike =20
For the 4th step, the .dxe you want to load is the 21161 Flash Programmer driver. Look in the directory where the ADI tools are installed, then 211xx, then Flash Programmer Drivers. Once that loads, then you want to pick the .ldr file you just created for your application. Cheers, George -----Original Message----- From: a...@yahoogroups.com [mailto:a...@yahoogroups.com] On Behalf Of Mike Rosing Sent: Tuesday, August 29, 2006 8:53 AM To: h...@yahoo.fr Cc: a...@yahoogroups.com Subject: Re: [adsp] Doubt regarding boot in 21161 On Tue, 29 Aug 2006 h...@yahoo.fr wrote: > Hello > > I'm trying to use the flash programmer tool in VisualDSP 4.0 to insert codes (I'm beginning by a simple test case) and boot my Ez-kit lite 211161N board from them. > > If I've understood correctly the manual the steps to be given are: > 1st Create and compile the code (I load and execute it on PM to verify it works OK) > 2nd Change to "loader file" the type in Project Options menu > 3rd Rebuild project > 4th Open Flash Programmer and chose the .dxe file > > Now when I press the Load Driver bottom the following appears: > "There was a problem with one or more required expressions in the driver. Please make sure the following expressions are present and try again: > AFP_BreakReady" > > What am I doing wrong? I'm not familiar with VDSP 4, but I'd think you have at least 2 possible solutions. One is to find a file that has that entry point in its symbol table. I'd think you would get other errors in that case though. The other possible solution is to look for a setting in the project options menu which is about break points. You may be able to remove the error by guessing at which switch to flip. try searching for AFP_BreakReady on ADI's web site too, you might find something that way as well. Patience, persistence, truth, Dr. mike
Thanks George, that was it :-) For the 4th step, the .dxe you want to load is the 21161 Flash Programmer >driver. Look in the directory where the ADI tools are installed, then >211xx, then Flash Programmer Drivers. > >Once that loads, then you want to pick the .ldr file you just created for >your application. > >Cheers, > >George > >-----Original Message----- >From: a...@yahoogroups.com [mailto:a...@yahoogroups.com] On Behalf Of Mike >Rosing >Sent: Tuesday, August 29, 2006 8:53 AM >To: h...@yahoo.fr >Cc: a...@yahoogroups.com >Subject: Re: [adsp] Doubt regarding boot in 21161 > >On Tue, 29 Aug 2006 h...@yahoo.fr wrote: > >> Hello >> >> I'm trying to use the flash programmer tool in VisualDSP 4.0 to insert >codes (I'm beginning by a simple test case) and boot my Ez-kit lite 211161N >board from them. >> >> If I've understood correctly the manual the steps to be given are: >> 1st Create and compile the code (I load and execute it on PM to verify it >works OK) >> 2nd Change to "loader file" the type in Project Options menu >> 3rd Rebuild project >> 4th Open Flash Programmer and chose the .dxe file >> >> Now when I press the Load Driver bottom the following appears: >> "There was a problem with one or more required expressions in the driver. >Please make sure the following expressions are present and try again: >> AFP_BreakReady" >> >> What am I doing wrong? > >I'm not familiar with VDSP 4, but I'd think you have at least 2 possible >solutions. One is to find a file that has that entry point in its symbol >table. I'd think you would get other errors in that case though. > >The other possible solution is to look for a setting in the project >options menu which is about break points. You may be able to remove the >error by guessing at which switch to flip. > >try searching for AFP_BreakReady on ADI's web site too, you might find >something that way as well. > >Patience, persistence, truth, >Dr. mike