- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
What is the recommended retrigger delay for the I2S module ? I can't find in the module datasheet.
thanks
Solved! Go to Solution.
- Labels:
-
PSoC 6 MCU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It depends how you setup the I2S DMA transfers. Do you transfer multiple words per trigger (such as the entire descriptor chain per transfer), or one transfer per trigger?
If you choose for Trigger input type "one transfer per trigger" and it is controlled directly by the I2S FIFO level, you can choose "Retrigger after 16 Clk_Slow cycles", since the I2S is not a very fast interface, you will not have any problem to full fill the DMA transfers on the desired sample rate.
If you choose any other option (multiple transfers per trigger) for Trigger input type, you can use Retrigger immediately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It depends how you setup the I2S DMA transfers. Do you transfer multiple words per trigger (such as the entire descriptor chain per transfer), or one transfer per trigger?
If you choose for Trigger input type "one transfer per trigger" and it is controlled directly by the I2S FIFO level, you can choose "Retrigger after 16 Clk_Slow cycles", since the I2S is not a very fast interface, you will not have any problem to full fill the DMA transfers on the desired sample rate.
If you choose any other option (multiple transfers per trigger) for Trigger input type, you can use Retrigger immediately.