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.

[参考译文] TMS570LS1224:Hercules TMS570 - printf ()

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1377205/tms570ls1224-hercules-tms570---printf-in-2024

器件型号:TMS570LS1224
主题中讨论的其他器件:HALCOGEN

工具与软件:

您好!

Hercules 系列上 printf()函数支持的当前状态是什么?

我看到 来自该主题的链接不再可用:

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/397724/using-the-printf-function-in-the-tms570ls0432-mcu

在我的情况下-我只需要它用于记录目的、以减轻我在开发过程中的生活。 无需稳定、实时或可立即投产。

谢谢!

Varban

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

    您好、Varban、

    如果你没有在你的项目中使用 FreeRTOS ,那么 printf ()就不会有任何问题,你可以免费使用它。

    但如果您正在项目中使用 FreeRTOS、请使用 Chester 提供的方法、以增加以下线程中任务的堆栈大小:

    (+) TMS570LC4357:基于 ARM 的微控制器论坛-基于 Arm 的微控制器论坛-基于 Arm 的微控制器- TI E2E 支持论坛

    ——
    谢谢、此致、
    Jagadish。

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

    尊敬的 Jagadish

    我还是有点迷路了...  建议在何处确切地 更改堆栈大小? 是一个"全局"工程配置(来自 CCS、甚至是来自 HALCoGen)、还是 FreeRTOS 中任务创建时的堆栈大小(xTaskCreate)?

    谢谢!

    Varban

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

    您好、Varban、

    它是 FreeRTOS 中任务创建时的堆栈大小。

    谢谢

    Jagadish。