Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
HI!!!
Hardware : TDA4VE
PSDK version:ti-processor-sdk-rtos-j721s2-evm-10_00_00_05
sysConfig version:1.21.2
We use UDMA to capture USS data, and the code refers to the demo link below:
e2e.ti.com/.../faq-tda4vm-gpio-dma-trigger-in-tda4-and-test-in-sdk7-1,
We want to allocate 12 GPIO interrupts on MCU2_1 for UDMA capture.The question is below:
1. How can I use the sysconfig tool to modify the "start_resource" in the "rm-cfg.yaml" file? I want to modify the start_resource to 16 and num_resource to 12 on MUC2_1, I can only modify ”num_resource“ using the sysconfig tool here and the start_resource can not reach 16.
2. After configuring by "sysconfig tool", many files will be generated such as "tifs-rm-cfg.yaml", "sciclient_defaultBoardcfg_rm.c". For the 10.05 SDK, Which files need to be modified and compiled, what the steps for next work(we are using SBL boot flow)?
we have refers to the link below, and modify the num_resource to 6 on MUC2_0 for test, but the Sciclient_rmIrqSetRaw() returns -1 when dst_host_irq set 4-5.
e2e.ti.com/.../faq-tda4vm-workflow-and-resource-allocation-build-flow-for-sysconfig-tool