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.

[参考译文] LP-MSPM0L1306:FreeRTOS -闪烁 LED 示例

Guru**** 2445440 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1290366/lp-mspm0l1306-freertos---blink-led-example

器件型号:LP-MSPM0L1306

在示例 configTOTAL_HEAP_SIZE [5*512字节]中配置的默认大小不足以内核启动、并且程序会卡在 errCOULD_NOT_ALLOCATE_Required_memory 上。 (使用 TICLANG 编译、供参考)

~3000字节[6*512]的分配似乎就足够了。 提供更多[~3500+]不会为程序的其余部分留出空间。

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

    您好!

    让我让我们的软件团队来研究一下。

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

    您好!

    好的、显然这是一个限制。  4K 或 RAM 不足以运行 FreeRTOS +应用程序、因此、您需要增加堆大小。 软件团队正在寻找修复此示例。