Part Number: AM4376
Tool/software: TI-RTOS
Hi,
I really am trying to find a simple edma3 example that works.
Reading many threads I found that I should try the example at C:\ti\edma3_lld_2_12_05_30B\examples\edma3_driver\evmAM437x_A9
There was nowhere an explanation of how to import this example to ccs, but I finally managed to do it manually.
I have two issues with this example:
1. printf to console works extremely slow. About 1 char per second. Impossible to work with. What could be the cause?
2. I disabled the printf to do the tests, but the test fails on basic memcopy example because the buffers are not aligned. It seems that the compiler (Linaro gcc) disregard the #pragma DATA_ALIGN that should have aligned the data. Anything I can do to align the data with Linaro?
Thanks!
shai