Hi,
When I read the code of the starterware and the TRM , I find something missed in the TRM,for example:
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.
Hi,
When I read the code of the starterware and the TRM , I find something missed in the TRM,for example:
Thanks,JJD.
in addition, the " DMTimerEndOfInterrupt " function, "DMTIMER_IRQ_EOI" also can not be found in the TRM,but it is used in the DMTimer_ISR of the Starterware.
And, USB0 Core domain,address from 0x4740_1400 to 0x4740_17FF,can not be found in the TRM. Is that mens we can only transplant the starterware,but can not modify the code ?
Thanks in advance.
These EOI registers are not needed in AM335x. AM335x uses level sensitive interrupts rather than edge sensitive interrupts and therefore the is no need to use the EOI register to have the module re-strobe the interrupt line if there pending interrupts exist.