Skip to content

Commit

Permalink
32
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0-bit committed Aug 7, 2023
1 parent f5a6398 commit ebf8210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firmware/watch-upgrade.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <Arduino.h>

// Replace FLASH_SECTOR_COUNT and SECTOR_SIZE with actual values for the STM32F411CEU6 mcu
#define FW_UPGRADE_MARKER 0x53544D32 // HEX for STM32
#define FW_UPGRADE_MARKER 0x53544D20 // HEX for STM32
#define BOOTLOADER_START_ADDRESS 0x0000ffff
#define FLASH_SECTOR_SIZE 0x8
#define FLASH_SECTOR_COUNT 8
Expand Down

0 comments on commit ebf8210

Please sign in to comment.