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 your reply.

    I found I2S loopback example in <InstallFolder>\tests\drivers\i2s.

    However this example does not use nrfx_i2s_init or any related functions.

    On compiling and running this "Assertion failed at ../src/test_i2s_loopback.c:42: test_i2s_tx_transfer_configure_0: (dev_i2s is NULL) device I2S_0 not found" error occurred.

    Can you please let me know if what should be I2S device name to be used?

    Can you please let me know where can I find I2S receive/transmit example which uses "nrfx_i2s_init" and related functions?

Children
Related