You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is typically a section in the linker file specifying the heap. Currently, it appears the ANCHOR is just somewhere in .bss. I would expect tlsf (if used as the global allocator) to use the heap start address from the linker file (via something like cortex_m_rt::heap_start().
The text was updated successfully, but these errors were encountered:
There is typically a section in the linker file specifying the heap. Currently, it appears the ANCHOR is just somewhere in
.bss
. I would expect tlsf (if used as the global allocator) to use the heap start address from the linker file (via something likecortex_m_rt::heap_start()
.The text was updated successfully, but these errors were encountered: