From 65667f8516e1c59d20ffc6b83074894141707f7e Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Thu, 14 Apr 2022 17:27:15 -0400 Subject: [PATCH] readme: clarify flash page size Signed-off-by: Eric Callahan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7257513..a250b87 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The menuconfig will present the following options: present for "STM32F103" models, - `Clock Reference`: Choose the appropriate setting for your board's crystal - `CAN pins`: Allows the user to choose which pins are wired to CAN. -- `Flash Page Size`: The STM32F103 comes in multiple variants. The low +- `Flash Page Size`: The STM32F103 comes in multiple variants. The low/medium density models have a 1 KiB page size, others a 2KiB page size. Choose the appropriate selection for your model. This option only present for "STM32F103" models,