Hello,
I am using AM6442, mcu_plus_sdk_am64x_08_06_00_43 SDK and programming R5F0.0 processor with nortos.
I want to transfer data via UART using BCDMA and RINGACC modules in DMSS architecture as follows.
Data read over UART will be brought to RINGACC using BCDMA. When the data size stored on RINGACC reaches 128 bytes, the data will be written to the memory address I specified using BCDMA. At the same time, even if RINGACC does not reach 128 bytes, I want to access the RINGACC data via software.
When the data reaches the size I specified, I can write it to the memory area I want using BCDMA. However, when the data did not reach the desired size, I could not find any way to access the data in RINGACC without BCDMA transfer.
I would appreciate it if you could help with this or share an example.
Thank you.
B.Karli

