Skip to content

Commit 1271c82

Browse files
committed
Bumped MTU to 247. Now getting ~70kB/s
1 parent e5686eb commit 1271c82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/application/bluetooth.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include <stddef.h>
2929
#include <stdint.h>
3030

31-
#define BLE_PREFERRED_MAX_MTU 185
31+
#define BLE_PREFERRED_MAX_MTU 247
3232
extern uint16_t ble_negotiated_mtu;
3333

3434
void bluetooth_setup(bool factory_reset, bool *is_paired);

source/memory_layout.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ENTRY(Reset_Handler)
5151
MEMORY
5252
{
5353
APPLICATION_FLASH (rx) : ORIGIN = 0x27000, LENGTH = 0xCE000
54-
APPLICATION_RAM (rwx) : ORIGIN = 0x200026F8, LENGTH = 256K - 0x26F8
54+
APPLICATION_RAM (rwx) : ORIGIN = 0x200029A8, LENGTH = 256K - 0x29A8
5555

5656
BOOTLOADER_FLASH (rx) : ORIGIN = 0xF5000, LENGTH = 0x9000
5757
BOOTLOADER_RAM (rwx) : ORIGIN = 0x20002AE8, LENGTH = 256K - 0x2AE8

0 commit comments

Comments
 (0)