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 ef39688 commit 4cc7241Copy full SHA for 4cc7241
lib/pbio/platform/prime_hub/pbdrvconfig.h
@@ -34,7 +34,7 @@
34
#define PBDRV_CONFIG_BLUETOOTH_BTSTACK_HUB_VARIANT_ADDR 0x08007d80
35
36
#define PBDRV_CONFIG_BLOCK_DEVICE (1)
37
-#define PBDRV_CONFIG_BLOCK_DEVICE_RAM_SIZE (258 * 1024)
+#define PBDRV_CONFIG_BLOCK_DEVICE_RAM_SIZE ((256 + 16) * 1024)
38
#define PBDRV_CONFIG_BLOCK_DEVICE_W25QXX_STM32 (1)
39
#define PBDRV_CONFIG_BLOCK_DEVICE_W25QXX_STM32_W25Q256 (1)
40
// Carve out 256K from the reserved 1M area at the start of the flash.
0 commit comments