Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

Heap required on dsPIC

Posted by Richard on June 5, 2007
[moved from private email to support forum]

I am getting the following error during compiling my program.

c:\program files\microchip\mplab c30\bin\pic30-coff-ld.exe Error: A heap
is required, but has not been specified

I have included heap_1.c in the project.

I am using dsPIC33F demo kit and the controller I am using is
p33FJ256GP710.

How can I resolve this error?

I look forward to your reply.

RE: Heap required on dsPIC

Posted by Richard on June 5, 2007
heap_1.c provides the heap that is required by the kernel itself. It defines the functios pvPortMalloc() and vPortFree().

If you call a standard library function that attempts to dynamically allocate RAM then the library will call the standard malloc() and free(). malloc() and free() will attempt to allocate from the heap segment as specified by the linker file. To use any such function you therefore need to update your MPLAB project to include heap space. Alternaively, call pvPortMalloc() and vPortFree() in place of malloc and free.

Regards.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner