ADAU1701 DSP Board

From Eric

(Difference between revisions)
Jump to: navigation, search
Ejenn (Talk | contribs)
(Created page with "= The hardware platform = none none = Create the design with SigmaStudio = The schema...")
Newer edit →

Revision as of 00:41, 10 April 2016

The hardware platform

Adau1701 test top.jpg

Create the design with SigmaStudio

The schematic of the project is given below:

Sigma design test.jpg

Transfert the design to the EEPROM

Once the file is "compiled", it has to be programmed into the 24LC64 EEPROM. To do so,

  • Open the E2PROM.Hex file that has been created using the "Write Latest Compilation to E2PROM" command (right click on the ADAU1701 block in the "hardware configuration" panel).

This file is located in the directory associated with the E2PROM block. In my design, the directory is called "Adau1701_IC 2" for a E2Prom block called "IC 2". A typical example is shown below.

Sigma design test hex.jpg

This ASCII file has to be transformed into a 16-bit Intel file to be written on the E2PROM. First, I remove all "0x" and " , " and ", " from the file. The result is shown below.

Sigma design test hex purged.jpg

The file can then be transformed into the Intel format. I use the HxD editor to to this/ I copy the content of the modified hex file and paste it into a file created into HxD and export it using the 16-bit Intel format, as shown below:

Sigma design test export hxd.jpg

The exported file can be loaded with the E2PROM programmer.

Personal tools