This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

XRAM as circular buffer

I am using ADuC841. How can i organize the internal 2K XRAM memory as a circular buffer to capture an event?

Parents
  • Since in ADuC841 the XRAM is pre-configured in DMA mode including the stop location. I want to make ADC DMA run continously and with respect to an external interrupt I want to capture an event with pre and post-time information. During ADC DMA conversion how can I reconfigure DMA address pointer without affecting the current DMA sequence?

Reply
  • Since in ADuC841 the XRAM is pre-configured in DMA mode including the stop location. I want to make ADC DMA run continously and with respect to an external interrupt I want to capture an event with pre and post-time information. During ADC DMA conversion how can I reconfigure DMA address pointer without affecting the current DMA sequence?

Children