Skip to content

Commit c4e8f8d

Browse files
committed
Comment out init_cycfg_system() to avoid HardFault before Secure Driver arrive
1 parent 89531b9 commit c4e8f8d

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_064B0S2_4343W/COMPONENT_BSP_DESIGN_MODUS/GeneratedSource

1 file changed

+1
-1
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_064B0S2_4343W/COMPONENT_BSP_DESIGN_MODUS/GeneratedSource/cycfg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
void init_cycfg_all(void)
3030
{
31-
init_cycfg_system();
31+
// init_cycfg_system();
3232
init_cycfg_clocks();
3333
init_cycfg_routing();
3434
init_cycfg_peripherals();

0 commit comments

Comments
 (0)