Part Number: AM6412
Other Parts Discussed in Thread: TMDS64EVM, SYSCONFIG
Tool/software:
Hi,
We manually add the GPIOMUX in sciclient_defaultBoardcfg_rm.c.
then, we add GPIO LED pin as suggested in this thread: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1378150/faq-how-to-trigger-dma-with-the-help-of-gpio-on-am64x-am243-and-am62x-devices
Then, in sbl level, we rebuild sciclient, and passed our rm_hex.h. However, in application level, when we tried to set board configuration, it still failed.
firmware version
we are using mcu_plus_sdk_am64x_09_01_00_41 without OS and running on TMDS64EVM board.
sysconfig version:sysconfig_1.18.0
ti clang version: ti-cgt-armllvm_3.2.0.LTS
ccs1250.
Can you help us to debug? make trigger dma with help of gpio works. Actually, we would like to have a interrupt after dma finished. we are using bcdma with ringacc.
Thanks.