Part Number: PCM5121
Other Parts Discussed in Thread: PCM5142,
Hi team,
I've been working with the PCM5121EVM. Recently, I was able to generate a header file with the following approach:
- Open PCM512xEVM project in PurePath Studio
- Configure desired filtering
- Connect and run PCM512xEVM with PPS
- Open PPC 1 (PCM5142 target)
- In "Direct I2C Access" tab, register dump all coefficients into a header file.
I am trying to determine what to do next with regards to programming the PCM5121 with these coefficients:
- Which registers do I need to write to for audio processing? The generated header file contains coefficients for both "Coefficient Buffer A" (pg44-52) and "Coefficient Buffer B" (pg62-70).
- What is the sequence of steps for programming the coefficients? The datasheet states the following sequence must be following to change the ROM program. Should I program the coefficients after existing Standby Mode?
- Enter Standby Mode (Set Page 0, Register 2, D(4))
- Change program number (Set Page 00, Register 43, D(4:0))
- Exit Standby Mode (Reset Page 0, Register 2, D(4))
Thanks for your help!
Brian Angiel