FreeRTOS

Fully featured ARM compilers available on Windows, Linux, and macOS.
Post Reply
Author
Message
Kallinn08
Posts: 1
Joined: 30 Dec 2021 02:03

FreeRTOS

#1 Post by Kallinn08 » 30 Dec 2021 02:19

I'm having problems compiling the demo project for STM32F407_MikroC in FreeRTOS. First of all it just can't find the Memory manager dlmalloc and MikroC.Memory_manager_dlmalloc so I removed it and used MikroC.MemManager. Then it had problems with pvReturn = malloc(xWantedSize); and free(pv); in heap_3.c. So I replaced them with pvReturn = Malloc(xWantedSize); and Free(pv, sizeof(pv)); which is part of MikroC.MemManager. Now it compiles, but when I load it to my click2 board the tasks don't work. Has anyone gotten freeRTOS to work with Necto Studio?

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: FreeRTOS

#2 Post by filip » 06 Jan 2022 14:41

Hi,

Can you please attach your project here for inspection ?

Regards,
Filip.

Post Reply

Return to “ARM AI Compilers”