Hello, I noticed that ARM HAL puts stack in .bss segment, but before the HAL get fully initialized, the startup code uses stack as well. The issue is that external memory controller is not initialized at that moment and .bss does not fit into the internal SRAM. I wonder how this issue resolved on other ARM systems and is there any cleaner way than just hacking ecos/packages/hal/arm/arch/current/src/vectors.S to put stack in the segment other than .bss.
-- WBR, Alexander -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
