执行代码:
HWREG32(DMA_BASE+OFSDMA0SA) = 0x00012345;
仿真的结果,dma0sa寄存器的值变为 0x00002345,请问是我的操作方式不对,还是器件本身不支持啊?
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.
执行代码:
HWREG32(DMA_BASE+OFSDMA0SA) = 0x00012345;
仿真的结果,dma0sa寄存器的值变为 0x00002345,请问是我的操作方式不对,还是器件本身不支持啊?