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.

[参考译文] AM2431:将 tifreertos 编译为库时如何更改堆类型

Guru**** 2747345 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1368024/am2431-how-to-change-heap-type-when-compiling-tifreertos-as-a-library

器件型号:AM2431

工具与软件:

您好!

在我们的项目中、我们已经切换到使用 SDK 作为预编译库。 问题是我们曾经使用堆4,现在切换了堆3,没有人知道在哪里可以更改堆3。

我们目前正在使用 mcu_plus_sdk_am243x_08_06_00_43


如有任何帮助,将不胜感激。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Martin:

    我正在查看您的问题、您可能希望在一两天内得到答复。

    此致、

    Anil.

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    我将假设您没有找到解决方案。
    不管怎样、要更改构建的堆、你必须修改"自动生成"的 makefile、因为它们并不是真正自动生成的、或者更确切地说、它们是在某个时间点、但不在它自己的项目中。

    我诚实地认为、使用 FreeRTOS 作为一个库根本不是一个好的解决方案、但是我不做这个决定。