Skip to content

Commit 17b1ff7

Browse files
committed
Error in boards.txt file for Nucleo-L432KC
The values for the .upload.maximum_size and .upload.maximum_data_size are swapped in the boards.txt file for the NUCLEO_L432KC. Thanks @Erik7716 Fix #96 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 45c2ebb commit 17b1ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ Nucleo_32.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.ena
226226
# Support: Serial1 (USART1 on PA10, PA9)
227227
Nucleo_32.menu.board_part_num.NUCLEO_L432KC=Nucleo L432KC
228228
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.node=NODE_L432KC
229-
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_size=65536
230-
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_data_size=262144
229+
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_size=262144
230+
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_data_size=65536
231231
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.build.mcu=cortex-m4
232232
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.build.f_cpu=80000000L
233233
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.build.board=NUCLEO_L432KC

0 commit comments

Comments
 (0)