Skip to content

Commit 7a8dd19

Browse files
committed
fsp: enable code flash programming
1 parent 2b7d639 commit 7a8dd19

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

extras/e2studioProjects/portenta_h33_lib/configuration.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@
900900
</config>
901901
<config id="config.driver.flash_hp">
902902
<property id="config.driver.flash_hp.param_checking_enable" value="config.flash_hp.param_checking_enable.bsp"/>
903-
<property id="config.driver.flash_hp.param_code_flash_programming_enable" value="config.driver.flash_hp.param_code_flash_programming_enable.disabled"/>
903+
<property id="config.driver.flash_hp.param_code_flash_programming_enable" value="config.driver.flash_hp.param_code_flash_programming_enable.enabled"/>
904904
<property id="config.driver.flash_hp.param_data_flash_programming_enable" value="config.driver.flash_hp.param_data_flash_programming_enable.enabled"/>
905905
</config>
906906
<config id="config.driver.lpm">

variants/PORTENTA_C33/includes/ra_cfg/fsp_cfg/r_flash_hp_cfg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#endif
77

88
#define FLASH_HP_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
9-
#define FLASH_HP_CFG_CODE_FLASH_PROGRAMMING_ENABLE (0)
9+
#define FLASH_HP_CFG_CODE_FLASH_PROGRAMMING_ENABLE (1)
1010
#define FLASH_HP_CFG_DATA_FLASH_PROGRAMMING_ENABLE (1)
1111

1212
#ifdef __cplusplus

variants/PORTENTA_C33/libs/libfsp.a

23.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)