Просмотр исходного кода

Add comment about strange CS42448 issue and undocumented bit

dds
PaulStoffregen 5 лет назад
Родитель
Сommit
d4447df94d
1 измененных файлов: 5 добавлений и 0 удалений
  1. +5
    -0
      control_cs42448.cpp

+ 5
- 0
control_cs42448.cpp Просмотреть файл

@@ -78,6 +78,11 @@
// then un-mute the DACs.
// 9. Normal operation begins.

// Some people have found their CS42448 goes into a strange mode where VQ is 1.25V
// instead of the normal 2.5V. Apparently there is a workaround for this problem
// which involves writing to an undocumented bit. Details here:
// https://forum.pjrc.com/threads/41371?p=215881&viewfull=1#post215881

static const uint8_t default_config[] = {
0xF4, // CS42448_Functional_Mode = slave mode, MCLK 25.6 MHz max
0x76, // CS42448_Interface_Formats = TDM mode

Загрузка…
Отмена
Сохранить