This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SYSCONFIG: TDA4VM: Cannot modify .start_resouce for MCU NAVSS Interrupt router

Part Number: SYSCONFIG

Hello TI,

I am using the Sysconfig and K3_respart_tool to enable resources for DMA in our board.

I am trying to match the configuration in the tool with the configuration in our rm-cfg.c file, since we don't have the .syscfg that generated it.

I am not being able to find where and how to change the .start_resource for the MCU NAVSS Interrupt router. Which field should I modify?

Currently is 4 assigned:

		/* MCU NAVSS Interrupt router */
		{
			.start_resource = 4,
			.num_resource = 20,
			.type = RESASG_UTYPE (J721E_DEV_MCU_NAVSS0_INTR_0,
					RESASG_SUBTYPE_IR_OUTPUT),
			.host_id = HOST_ID_MCU_0_R5_0,
		},

And I would like to be 12, like this:

		/* MCU NAVSS Interrupt router */
		{
			.start_resource = 12,
			.num_resource = 20,
			.type = RESASG_UTYPE (J721E_DEV_MCU_NAVSS0_INTR_0,
					RESASG_SUBTYPE_IR_OUTPUT),
			.host_id = HOST_ID_MCU_0_R5_0,
		},

Thank you, 

Marina