DA1458x PCM/TDM/I2S

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 Regards
Q

Parents Reply
  • 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?

Children