EVMDM642 BSL Examples Index
The EVMDM642 highlights four examples that are designed specifically to work with components on the board. The LED example demonstrates the simplest use of the BSL, a function that blinks a LED. The LEDPRD example shows how to do the same thing using a DSP/BIOS periodic thread and add a second thread to blink a different LED at a different rate.
The tone audio example illustrates use of the codec. The tone example uses the BSL’s codec functions to generate a sine wave on the EVMDM642’s audio outputs using polled I/O.
The test example is a subset of the general test used to verify working components on the board
The examples are designed to be read in order, which each example increasing in complexity and scope. They are designed to illustrate specific points as well as provide working base projects on top of which you can build your own code.
Follow these links to the examples:
| Name |
Description |
| LED |
LED blinking example. |
| LEDPRD |
LED blinking with a DSP/BIOS PRD (periodic task). |
| Tone |
Generates a 1KHz stereo tone. |
| Test |
General board test (uses most of the BSL API modules, good source for sample code). |
|