Skip to content

This project is tailored for quick audio start-up with the SC594 EZ-Kit. It uses the various reusable component building blocks to provide a simple example to customers to get started transferring audio.

License

Notifications You must be signed in to change notification settings

analogdevicesinc/EV-SC594-EZKIT-Audio-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EV-SC594-EZKIT

Overview

This project contains a comprehensive BSP for the EV-SC594-EZKIT SoM plus carrier board ez-kit.

To build

Install the tools

Source the environment

  • Check your path first to see if it already includes the desired version of CCES. In general Git bash inherits the path and MinGW/MSYS2 does not unless it's launched with '-use-full-path' option.
echo $PATH  # Check inherited path
  • If necessary, modify the 'env.sh' shell to match your CCES installation directory and include the environment in your shell.
. ./env.sh # Note the space between the first two periods!

Build the code

  • Go into the build directory and type make
cd build
make      # Add -j4 for a faster build on multi-core machines

Debugging the code

  • Open CCES, create a new debug configuration
  • Load build/ezkitSC594W_preload_core0 into core0
  • Also load the SHARC1-EV-SC594-EZKIT.exe executable into core0
  • Load EV-SC594-EZKIT-SHARC0.dxe into core1
  • Load EV-SC594-EZKIT-SHARC1.dxe into core2
  • Save and start debugging.

Initial flashing of the code using the ADI's cldp utility

  • Go into the 'build' directory.
  • Edit setenv.bat as necessary to point to your CCES install and run it. If cldp is already in your path you can omit this step.
  • Set the blue rotary switch on the ez-kit to position zero and reset the board
  • Program the board using cldp
  • Set the blue rotary switch back to one and reset the board

About

This project is tailored for quick audio start-up with the SC594 EZ-Kit. It uses the various reusable component building blocks to provide a simple example to customers to get started transferring audio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published