-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
SITSW-5110
-
10.00.00
-
10.01.00
-
In AM64x/AM243x MCU+SDK , the file(sysfw_board_cfg_rules.json) used to validate allocated resources has wrong rules implemented for DMASS0_INTAGGR_0.
The TISCI documentation says that the allowed range for DMASS0_INTAGGR_0 is from 5 to 39. (i.e. 35 resources can be allocated continuosuly)
Please refer below screenshot
![]()
But in the rules.json file we are checking the values for DMASS0_INTAGGR_0 from 4 to 36 which is incorrect.
Please replace the rules.json with below code snippet.
{
"name": "RESASG_UTYPE(AM64X_DEV_DMASS0_INTAGGR_0, RESASG_SUBTYPE_IA_VINT)",
"type": 1802,
"start_resource": 5,
"num_resource": 35
},