PEP5416 BSL Examples
The PEP5416 highlights three examples that are designed specifically to work with components on the PEP5416 board. The tone example illustrate use of the codec. The tone example uses the BSL’s codec functions to generate a sine wave on the PEP’s audio outputs using polled I/O.
The audiopipe example also illustrates use of the codec. The audiopipe example uses the BSL’s codec functions to read from the audio input and write to the audio output using polled I/O.
These examples are designed to illustrate specific points as well as provide a working base project on top of which you can build your own code.
Follow these links to the examples:
| Name |
Description |
| Tone |
Generates a 1KHz stereo tone. |
| Audio Pipe |
Loopback from the audio input to audio output. |
|