Skip to content

Commit

Permalink
adjust parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
HirohitoHigashi committed Jun 14, 2023
1 parent cc4410e commit 1c409ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PIC32MX170F256B/model_dependent.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ extern volatile uint32_t *TBL_RPxnR[];
#define UART_CONSOLE 1

// flash memory address and parameter.
#define FLASH_SAVE_ADDR 0xBD03A000
#define FLASH_SAVE_ADDR 0xBD035000
#define FLASH_END_ADDR 0xBD03EFFF
#define FLASH_PAGE_SIZE 1024
#define FLASH_ROW_SIZE (FLASH_PAGE_SIZE / 8)
Expand Down

0 comments on commit 1c409ae

Please sign in to comment.