Skip to content

Commit 58eea66

Browse files
committed
update readme
1 parent 04b9a2d commit 58eea66

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ with no distortion at higher volumes.
5151
* Enable MCLK output generation on STM32F411 (optional, for DACs that cannot generate MCK internally from the bit clock)
5252
* Select PCM5102A or UDA1334ATS DAC
5353
* Enable diagnostic printout on serial UART port.
54-
* Check `docs/example_build.txt` for the build steps :
54+
* [Check this example](docs/example_build.txt) for the build steps :
5555
* Add the paths to the toolchain binaries to your environment `PATH` variable. Installing STLink V2 tools should have already added the path to `st-flash`.
5656
* Run `make clean`, `make all`, `make flash` to build and flash the binary.
5757

@@ -70,8 +70,8 @@ with no distortion at higher volumes.
7070
* External R, G, B LEDs indicate sampling frequency 96kHz, 48kHz, 44.1kHz respectively
7171
* On-board LED (pin PC13) for diagnostic status
7272
* UART2 serial interface @ 115200baud for diagnostic information
73-
* PCM5102A I2S DAC module : MCK generated internally.
74-
* UDA1334ATS I2S DAC module : SF0, SF1, SCLK, PLL, DEEM pin default board configuration OK, leave open. MCK generated internally.
73+
* [PCM5102A I2S DAC module](docs/dac_pcm5102a.png) : MCK generated internally.
74+
* [UDA1334ATS I2S DAC module](docs/dac_uda1334ats.png) : SF0, SF1, SCLK, PLL, DEEM pin default board configuration OK, leave open. MCK generated internally.
7575
* 100uF 16V capacitor and 5V TVS diode in parallel, connected from 5V to ground
7676

7777
```
@@ -109,7 +109,7 @@ A0 KEY button. Triggers endpoint feedback
109109

110110
# Checking USB Audio device on Ubuntu 22.04
111111

112-
Check `docs/verify_setup.txt` for the commands used to verify the setup.
112+
[Check this example](docs/verify_setup.txt) for the commands used to verify the setup.
113113

114114
Run the `Settings -> Sound` application and ensure the PCM5102A DAC device
115115
is selected for playback.

0 commit comments

Comments
 (0)