工具/软件:
您好、
请帮助我说明 R2944 中的内存分配函数可用于替换 R1843 中的 Memory_alloc ()?
我的 SDK 是 mmwave_mcuplus_sdk_04_06_00_00_01。
malloc () 或
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.
工具/软件:
您好、
请帮助我说明 R2944 中的内存分配函数可用于替换 R1843 中的 Memory_alloc ()?
我的 SDK 是 mmwave_mcuplus_sdk_04_06_00_00_01。
malloc () 或
您好:
MemoryP_xx 未在 SDK 中使用、因此我不会使用它。 Heapp_alloc 函数在 HeapP_freertos.c 中的以下路径定义。
C:\ti\mmwave_mcuplus_sdk_04_07_01_03\mcu_plus_sdk_awr294x_10_01_00_04\source\kernel\freertos\dp\common\HeapP_freertos.c
您可以熟悉此处的代码。
您想使用 malloc () 的具体原因是什么? 当然、如果做出这种更改、这可能会引入一些错误。 我最初推荐 Heapp_alloc ()
此致、
Gabriel