We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6969926 commit a3ff2e8Copy full SHA for a3ff2e8
cores/nRF5/linker/bluefruit52_s132_5.1.0.ld
@@ -9,10 +9,10 @@ MEMORY
9
10
/* SRAM required by S132 depend on
11
* - Attribute Table Size 0x800
12
- * - Vendor UUID count 20
13
- * - Role concurrent connection central + peripherl + secure links
+ * - Vendor UUID count 10
14
* - Max ATT MTU is 247
15
- * - Event Len = 3, HVN queue = 3, Write CMD queue =3
+ * - Role concurrent connection peripherl (1) + central (0) + secure links (1)
+ * - Event Len = 3, HVN queue = 3, Write CMD queue = 0
16
*/
17
/* RAM (rwx) : ORIGIN = 0x20003000, LENGTH = 0x20010000 - 0x20003000 */
18
RAM (rwx) : ORIGIN = 0x20003800, LENGTH = 0x20010000 - 0x20003800
0 commit comments