FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6335 Discussions

Developing a flash programmer using ADSP-21369

Altera_Forum
Honored Contributor II
912 Views

Hi 

I am doing a project on "Developing a flash programmer using ADSP-21369".Here we are using S29GL064A AMD flash.  

 

The main purpose of the project is interfacing a Adsp wih a flash programer using UART interface. This will be done in several stages. The real time data will be processed in adsp and the processed data will be stored in S29GL064A flash device in the form of sectors. Using VDSP++ embedded tool we will be coding the interface part and as well as the read write and erase the flash device with the help of register commands from the Adsp and eventually verifying each and every stage. 

 

Can anyone please post the source code for interfacing,erasing,writing and reading the data to/from flash. 

Here we are using bank1 as the base and AMI interface(Asynchronous Memory Interface)i.e NON SDRAM. 

 

Thanking in advance.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
217 Views

Wrong group. This is for Altera FPGAs, not DSPs. 

 

The Spansion flash is CFI compliant. Go and grab some CFI code from somewhere, eg. Linux source, U-Boot source, or just write it. The flash unlock codes and programming sequences are in the data sheet. 

 

Cheers, 

Dave
0 Kudos
Altera_Forum
Honored Contributor II
217 Views

Thanks dave and sorry for posting here

0 Kudos
Reply