You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried running the kws_20 demo on the MAX78000FTHR (using CFS v1.0.0) with the following setting to enable external mic:
PROJ_CFLAGS+=-DENABLE_CODEC_MIC
however, during the build, we get the following error since the "CODEC_I2C_FREQ" is not defined.
main.c: In function 'codec_init':
main.c:908:42: error: 'CODEC_I2C_FREQ' undeclared (first use in this function)
908 | MXC_I2C_SetFrequency(PMIC_AUDIO_I2C, CODEC_I2C_FREQ);
| ^~~~~~~~~~~~~~
The example doesn't classify the words obtained from the external mic.
I was able to run the example in the v2023_10 tag and it worked with the same setup with using Maxim Eclipse SDK.
However, this time it worked only for once and then the MAX9867 codec started giving errors during initialization
I'm using a BOYA microphone which has a battery on it which can be activated with the "camera" switch:
The text was updated successfully, but these errors were encountered:
Hi, I tried running the kws_20 demo on the MAX78000FTHR (using CFS v1.0.0) with the following setting to enable external mic:
PROJ_CFLAGS+=-DENABLE_CODEC_MIC
however, during the build, we get the following error since the "CODEC_I2C_FREQ" is not defined.
Even if I define it with the following:
The example doesn't classify the words obtained from the external mic.
I was able to run the example in the v2023_10 tag and it worked with the same setup with using Maxim Eclipse SDK.
However, this time it worked only for once and then the MAX9867 codec started giving errors during initialization
I'm using a BOYA microphone which has a battery on it which can be activated with the "camera" switch:
The text was updated successfully, but these errors were encountered: