Other Parts Discussed in Thread: CC2640
Hi Team,
In order to have On-chip OAD, we are in the process of finding the memory footprints of various applications(Persistent App, Stack, User application) with stack built as library.
This is done to understand whether On-chip OAD can be done using stack library method(with BIM, Persistent App linked to stack library, User App linked to stack library)
The sdk being used is "simplelink_cc2640r2_sdk_2_20_00_49".
For Library method, the example project "simple_peripheral" is taken and map file indicated that the library "simple_peripheral_cc2640r2lp_stack_library.lib" consumed 16126 bytes of FLASH memory.
But in case of split image method, the example project "simple_peripheral_oad_onchip" indicated that the stack consumed 36864 bytes.
Can you please guide us how to find the memory consumed by stack in "Library" method and how could we relate memory consumption of stack in "split-image" and "Library" methods?
Does the above inference mean that 16126 bytes of stack will be added to "Persistent Application" and "User Application separately?
Thanks,
Arul Christopher