I'm developing using a nrf51822.
as a investigation of map file,
It seems that use the only block0 ram region.
Name Origin Length
RAM 0x20002000 x00002000
so,I suffer from ram overflow issue.
so, I want to use both block0 and block1 for solving ram issue.
could you explain how to use that?(hw side or sw side )
or,need sample code if you have it.
or,If we need new stack library for this,how can i get new stack?