This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3874: Implementation of GPMC burst mode in a C driver.

Part Number: AM3874

Hello!

I have some questions regarding the GPMC burst mode.
The general idea behind synchronic burst mode seems pretty easy to understand.
I cannot, however, say the same about implementing said idea.


Here are my questions:
1. How exactly does the device know that GPMC is in burst mode?
2. Is there a specific way of implementing GPMC burst in a driver?
3. I currently have a fully functional GPMC char driver, but the data transfer is in single mode. Is there an easy way of changing it?

Regards!