hello
i am trying to change the Fs to 8KHz and using the script 1.0 as an example
#########################################################################################
# Clock configuration
# MCLK = 12.288 MHz, BCLK = 3.072 MHz, WCLK = 48 kHz (slave)
#########################################################################################
w 30 00 00 # Select Page 0
w 30 04 00 # Set DAC_CLKIN as MCLK -- default not mandatory to program
w 30 0b 81 # NDAC = 1
w 30 0c 82 # MDAC = 2
w 30 0d 00 # Program the OSR of DAC to 128 to get
w 30 0e 80 # DAC_FS = DAC_MOD_CLK / DOSR = 6.144MHz / 128 = 48kHz
#########################################################################################
could use some help
thanks