[EXT_SITMPUSW-108] freeRTOS/C7x - Task Size is very big Created: 12/Jul/25 Updated: 03/Dec/25 Resolved: 03/Dec/25 |
|
| Status: | Fixed |
| Project: | Sitara MPU & SPMCU SDKs |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | High |
| Reporter: | TI User | Assignee: | TI User |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Internal ID: | SITSW-7571 |
| Found In Release: | 11.00.00 |
| Fix In Release: | 11.02.00 |
| Affected Platform/Device: | am62d-evm |
| Description |
|
freeRTOS task stack size is 64K on C7x. This is very high, and the customer wants to reduce it. Is there any reason for keeping it this high? The minimum stack size required for AM62D for a new C7X freeRTOS task = 32 * 1024 * 4 Bytes, which is exorbitantly high compared to the minimum stack size required on AM275 = 8192 * 4 Bytes. |