LeeSH825 / y-24-1-capstone

Yonsei Univ. 24-1 Capstone Design : SNN Simulator
MIT License
0 stars 0 forks source link

DMA data size 오류 #15

Closed linear[bot] closed 4 months ago

linear[bot] commented 5 months ago

현재까지 SDcard 로부터 데이터를 읽는 작업 완료, dma가 정상적으로 작동하는 지 확인 완료 SDcard로부터 불러온 데이터를 dma로 전송할려 시도했지만 데이터의 사이즈가 일정 크기 이상일 경우 다음과 같은 오류가 발생

image.png

ERROR 15는 XST_INVALID_PARAM 임.

image.png

MaxTransferLen 의 크기를 늘릴 수 있는 방법을 찾아야함.

DMA scatter gather mode, burst mode 등 더 찾아봐야함

image.png

DMA 설정을 다음과 같이 설정하여 data transfer size를 해결

linear[bot] commented 5 months ago

MAR-25 DMA data size 오류