dma driver has a dummy call to printf("") that is used to delay the driver until the hardware is ready. Further debug is required to fix the synchronization protocol.
- does not affects driver functionality
- any other function could be used to delay the driver
- that call must be removed before prodution
file: /orca-software/libs/src/orca-baremetal-dma-driver.c
dma driver has a dummy call to printf("") that is used to delay the driver until the hardware is ready. Further debug is required to fix the synchronization protocol.
file: /orca-software/libs/src/orca-baremetal-dma-driver.c