Ignore:
Timestamp:
Jun 12, 2023, 2:14:42 PM (19 months ago)
Author:
f.jahn
Message:

IWDG timeout is set to 1.024 sec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ecs_cellMon/firmware/Core/Src/main.c

    r12 r13  
    256256           case CMD_DELAY:
    257257            printf("EXEC: Delay of 1 second! Device must reset.\n");
    258             HAL_Delay(1000);
     258            HAL_Delay(1500);
    259259            break;
    260260          default:
     
    390390  /* USER CODE END IWDG_Init 1 */
    391391  hiwdg.Instance = IWDG;
    392   hiwdg.Init.Prescaler = IWDG_PRESCALER_4;
     392  hiwdg.Init.Prescaler = IWDG_PRESCALER_8;
    393393  hiwdg.Init.Window = 4095;
    394394  hiwdg.Init.Reload = 4095;
Note: See TracChangeset for help on using the changeset viewer.