Hey,
I´m using a DA14586 in my prototype and I want to setup TDM.I can´t find any example for using the PCM/TDM/IS2 periphery. I also can´t find anything in the API.Do you have a basic setup or software template for me?
Best RegardsQ
Hi Q, You can reference to this Project: https://www.renesas.com/en/products/wireless-connectivity/bluetooth-low-energy/da14585-voice-rcu-da14585-voice-rcu-development-kit
BR,
JH_Renesas
Hi JH_Renesas,
thanks for the project. It looks very good for a start.I have to replace the pdm mic with a tdm connection to an audiocodec with DSP. Is there a sample for this?
BR,Q
Hi Q,
Unfortunately, We do not have such example.
OK, I tried to build the Keil project oft the RCU project. I had to change the compiler to "V6.22" cause I don´t have the Default V5.
I get 1200 Errors.
It looks like this for ervery file:compiling arch_system.c...armclang: error: unknown argument: '--feedback'armclang: error: unknown argument '--thumb'; did you mean '-mthumb'?armclang: error: unknown argument: '--preinclude'armclang: error: unknown argument: '--preinclude'armclang: error: unknown argument: '--preinclude'armclang: error: unknown argument: '--bss_threshold=0'armclang: error: no such file or directory: 'out_585rcu_585.fed'armclang: error: no such file or directory: 'da1458x_config_basic.h'armclang: error: no such file or directory: 'da1458x_config_advanced.h'armclang: error: no such file or directory: 'user_config.h'
What am I doing wrong?
Okay, the compiler version was the problem. I post installed v5 compiler for keil, that reduced the errors from 1200 to 5 . But thats only some undefined symbols.
Great! Any further questions are welcome.