Map tasks in the SoC to interrupt service routines on the hardware board
View and edit the map of tasks in the SoC to interrupt service routines (ISRs) on the hardware board.
Using the Task Mapper tool, you can:
View and edit the assignment of tasks to MCU interrupts.
Check the task to interrupt map of your model for any conflicts between tasks.
Automatically map tasks to ISRs.
In the Configuration Parameters dialog box, select Hardware Implementation from the left pane. Under Hardware board settings > Design mapping, click View/Edit Task Map.
In the SoC Builder tool, in the Review Memory and Interrupt Map section, click View/Edit Task Map.
Task Name
— Name of the tasks from Task ManagersThis property is read-only.
This parameter is the name of the tasks assigned in Task Manager for the current processor.
Event Source
— Base address of memoryInternal
(default) | Undefined
| Interrupt name
This property is read-only.
This parameter shows the tag name of the interrupt service routine (ISR). This value is a drop down list for that given hardware.
Auto Map
— Automatically map tasks to ISRsAutomatically map tasks in the current model to the most appropriate interrupt service routines (ISRs) available for the selected hardware board.
Check Map
— Check task to ISR mapCheck that each task maps to a unique interrupt service routine (ISR) source. Two tasks cannot be mapped to the same ISR source.