Skip to main content
anhhuy0701
Associate III
June 2, 2014
Question

Manage memory in STM32F407

  • June 2, 2014
  • 2 replies
  • 825 views
Posted on June 02, 2014 at 06:49

Hello everyone

today I have one problem with my manage memory

I run freeRTOS in stm32f4 board (Cortex M4), I create one task. This task execute regular expression program (source code for regexp from: http://www.arglist.com/regex/).

because program recusive many times, so in RTOS, I config max heap is 112Kb, but it is not enough. When I build Keil print statement:

.\build\zrfid.axf: Error: L6406E: No space in execution regions with .ANY selector matching heap_4.o(.bss).

.\build\zrfid.axf: Error: L6407E: Sections of aggregate size 0x1c000 bytes could not fit into .ANY selector(s).

can anyone help me that problem??

Thank and regard!
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    June 2, 2014
    Posted on June 02, 2014 at 07:32

    Ok, but what have you defined for the memory under the ''Target'' tab of the Options?

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    anhhuy0701
    Associate III
    June 2, 2014
    Posted on June 03, 2014 at 01:07

    already clive1