[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rtems_region_create, and starting_memory address.



This is getting more frustrating by the minute.

Whatever I do, it just makes it worse.

Now, I seem to have an infinite loop in _Heap_Allocate.
It looks like it is calling _Workspace_Allocate, with a size of 96.

But, when I break into the code, it is spinning in a for() loop in
_Heap_Allocate function.
Probably trying to find a big enough free block.