Hi
I'm doing some S/W based on nRF51822_xxAC. I want to split RAM into 2 regions, as following:
+-------------+ 0x20008000
|__ __ _ __ |
|APP ZONE2 |
+-------------+ 0x20004000
| __ _ _ _ _ |
| STACK |stack size=0x1000
|_ __ _ __ __|
| HEAP |heap size=0
+-------------+
|APP ZONE1 |
+-------------+0x20002000
| S110 8.0.0 |
+-------------+0x20000000
Please see if the correct? Safe for stack overflow or hardhalt?