Other Parts Discussed in Thread: PCM1864, SYSBIOS
Tool/software: TI-RTOS
Hi ,Thank you for your help .
We use K2GEVM board to configature 4 PCM1864, The project we use is K2G_bf_rt . We use I2C0 and I2C1 to configuration .Some times there are problems .The log from console is as follows:
[C66xx]
******************************************
Audio Preprocessing Demo22
******************************************
This Demo Takes the Audio Input from 8 Mics from CMB
Runs the BF+ASNR+MSS+DRC Signal Processing Chain on Mic1 through Mic7
The Processed Audio Output will be Sent to Left Channels of K2G EVM On-Board Line-Out
The Mic8 will be Sent to Right Channels of K2G EVM On-Board Line-Out
Please Plug a Headphone to K2G EVM On-Board Line-Out
******************************************
******************************************
cmb_cmb_pcm186xReset(), IIC 0 : addr = 0x94
K2G_M001_platform ReSet U2
cmb_cmb_pcm186xReset(), IIC 1 : addr = 0x94
K2G_M001_platform ReSet U10
cmb_cmb_pcm186xReset(), IIC 0 : addr = 0x96
K2G_M001_platform ReSet U3
cmb_cmb_pcm186xReset(), IIC 1 : addr = 0x96
K2G_M001_platform ReSet U5
K2G_M001_platform Set U2 in Master Mode
******************************************
******************************************
Audio I2C1 0x94 U10 Configuration !
cmb_AudioAdcInit_I2C1()...
cmb_AudioAdcInit_I2C1()...
cmb_AudioAdcConfigIntr()...
******************************************
******************************************
Audio I2C1 0x96 U5 Configuration !
cmb_AudioAdcInit_I2C1()...
cmb_AudioAdcInit_I2C1()...
cmb_AudioAdcConfigIntr()...
******************************************
******************************************
Audio I2C0 0x96 U3 Configuration !
cmb_pcm186xAdcInit ,U3 0x96
cmb_AudioAdcInit_I2C0()...
Audio ADC1 Configuration Failed!
Audio DC Analog Interface Test Completed!
A0=0x0 A1=0x1
A2=0x1 A3=0xc0e0108
A4=0x1 A5=0x42a
A6=0x87d1b4 A7=0x1
A8=0x87cf68 A9=0x87cf70
A10=0x8788fe A11=0x87d17c
A12=0x872f88 A13=0x8017
A14=0x821710 A15=0x80ae60
A16=0x0 A17=0x878fa4
A18=0x8788fe A19=0x87d17c
A20=0x0 A21=0x872e78
A22=0x0 A23=0x872e78
A24=0x80ae60 A25=0x876e08
A26=0x87d1e8 A27=0x821710
A28=0x82bd64 A29=0x1a
A30=0x1 A31=0x1
B0=0x1 B1=0x82d7c8
B2=0x87d120 B3=0x87d1f0
B4=0x100 B5=0xf33ed337
B6=0x872f88 B7=0x8017
B8=0x876e87 B9=0x872dd4
B10=0x82a6fc B11=0x878fa4
B12=0x0 B13=0x821710
B14=0x870000 B15=0x87d170
B16=0x0 B17=0x87d170
B18=0xffffffff B19=0xffffffff
B20=0xfffffff7 B21=0x0
B22=0x66666666 B23=0x30666666
B24=0x1 B25=0x0
B26=0xffffffef B27=0x876f41
B28=0x87d120 B29=0x0
B30=0x829410 B31=0x80ae60
NTSR=0x1000c
ITSR=0xa
IRP=0x872f88
SSR=0xc
AMR=0x87d1bc
RILC=0x0
ILC=0x0
Exception at 0x48b6d110
EFR=0x2 NRP=0x48b6d110
Internal exception: IERR=0x1
Instruction fetch exception
ti.sysbios.family.c64p.Exception: line 256: E_exceptionMax: pc = 0x0080ae60, sp = 0x00000001.
xdc.runtime.Error.raise: terminating execution
We don't know what the log information means, Can you help us analyze the cause of the problem? Thank you !
Wu jun