Ignore:
Timestamp:
Sep 9, 2026, 3:02:30 PM (11 days ago)
Author:
f.jahn
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/Core/Src/tim.c

    r73 r76  
    4242  /* USER CODE END TIM3_Init 1 */
    4343  htim3.Instance = TIM3;
    44   htim3.Init.Prescaler = 100 - 1;
     44  htim3.Init.Prescaler = 99;
    4545  htim3.Init.CounterMode = TIM_COUNTERMODE_UP;
    46   htim3.Init.Period = 500 - 1;
     46  htim3.Init.Period = 500;
    4747  htim3.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1;
    4848  htim3.Init.AutoReloadPreload = TIM_AUTORELOAD_PRELOAD_ENABLE;
Note: See TracChangeset for help on using the changeset viewer.