Hi ,
I am using TI BLE stack v3.0.1 with Simple BLE peripheral as example base.
Our project requires additional RAM to include features.
Read write data of stack takes 1039 bytes of memory. ( Taken from .map file of stack compilation )
In application, ICALL_RAM0_START address is mentioned as 0x20003fe8 in IAR_Boundary.xcl
To use unused space by stack, we tried to change the ICALL_RAM0_START address , but, functionality doesn't work as expected.
Is it possible to use the RAM for application by changing the ICALL_RAM0_START ?
Many thanks in Advance !