This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I2S loopback example missing in installation folder

I setup NRF SDK using nrfconnectsetup341ia32 executable. 

I2S example file should be located at <InstallFolder>\examples\peripheral\i2s according to https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Fi2s_example_loopback.html.

But no such folder is available.

Can you please help?

Parents Reply
  • Thank you for this information. I am able to build and run the application.
    When I ran the application i got "E: >>> ZEPHYR FATAL ERROR 1: Unhandled interrupt on CPU 0" error. "nrfx_i2s_init" is successful. I used 26, 27, 28, 29, 30 for sck_pin, lrck_pin, mck_pin, sdout_pin and sdin_pin respectively.

    When "nrfx_i2s_start" is called, app crashed with above mentioned error.

    When debugged further, crash occurred inside "nrf_i2s_task_trigger" function.

    Can you please let me know how to fix this error?

    Can you please let me know what pins should I be using for IN, OUT and clocks of I2S?  

Children
Related