You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The values for the .upload.maximum_size and .upload.maximum_data_size are swapped in the boards.txt file for the NUCLEO_L432KC board on lines 229 and 230.
Current incorrect lines:
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_size=65536
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_data_size=262144
This should be:
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_size=262144
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_data_size=65536
The text was updated successfully, but these errors were encountered:
Release: 2017.8.31
The values for the .upload.maximum_size and .upload.maximum_data_size are swapped in the boards.txt file for the NUCLEO_L432KC board on lines 229 and 230.
Current incorrect lines:
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_size=65536
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_data_size=262144
This should be:
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_size=262144
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_data_size=65536
The text was updated successfully, but these errors were encountered: