phoenix-rtos / phoenix-rtos-hostutils

Phoenix-RTOS supporting daemon
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

psu/imxrt106x: Increase dtcm size, decrease itcm size #26

Closed MaciejPurski closed 3 years ago

MaciejPurski commented 3 years ago

JIRA: RTOS-21

This change amends itcm and dtcm maps sizes.

Description

Motivation and Context

In my project I need more dtcm memory, which is not cachable for the usb stack. The whole set of programs including kernel uses 216 kB of dtcm and only 122 kB of itcm. This change would also be beneficial in the future, as we are planning to run more programs, which would also increase the kernel's dtcm usage.

Types of changes

How Has This Been Tested?

Checklist:

Special treatment