Search found 2 matches
- Wed Apr 07, 2021 7:06 pm
- Forum: General Discussion
- Topic: RTC slows down, affecting DMA and serial output
- Replies: 4
- Views: 5020
Re: RTC slows down, affecting DMA and serial output
I get this on multiple boards, I am using the Pico. I now think this has something to do with interrupts relating to I2S. If I replace my I2S output code with something that just throws the samples away, there is no problem. If I2S were processing many interrupts, could this have all of the effects ...
- Tue Apr 06, 2021 2:51 pm
- Forum: General Discussion
- Topic: RTC slows down, affecting DMA and serial output
- Replies: 4
- Views: 5020
RTC slows down, affecting DMA and serial output
I am trying to track down an issue in a fairly complex application, but the symptom is very odd. The application is a clock, so one thing it does is display the time. It also plays sounds, which it reads from an SD card and streams to I2S using DMA (but it doesn't use the onboard DACs). It maintains...