Hi,
Just wanted to know if i keep exceeding my RAM will the linker be able to place the data automatically in the banked memory or i need to verify if i crossed the limit of non banked memory. Can the linker automatically do it by some settings. Otherwise i am afraid at some point i may not verify my non banked memory ram and just overwrite it. Please help.
已解决! 转到解答。
Hello rahul
The linker will not automatically place the data into another segment where it locates.
When the data is too large and exceeds the scope of the segment, the linker will prompt error like: Out of allocation space in segment…
Best Regards
Fiona Kuang
Technical Information & Commercial Support
Hello rahul
The linker will not automatically place the data into another segment where it locates.
When the data is too large and exceeds the scope of the segment, the linker will prompt error like: Out of allocation space in segment…
Best Regards
Fiona Kuang
Technical Information & Commercial Support