Ignore:
Timestamp:
Jan 20, 2026, 3:00:17 PM (2 weeks ago)
Author:
f.jahn
Message:

System Bootloader can be activated with 5458 command.

File:
1 edited

Legend:

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

    r23 r44  
    9696  huart2.Init.OneBitSampling = UART_ONE_BIT_SAMPLE_DISABLE;
    9797  huart2.Init.ClockPrescaler = UART_PRESCALER_DIV1;
    98   huart2.AdvancedInit.AdvFeatureInit = UART_ADVFEATURE_SWAP_INIT;
     98  huart2.AdvancedInit.AdvFeatureInit = UART_ADVFEATURE_NO_INIT;
    9999  huart2.AdvancedInit.Swap = UART_ADVFEATURE_SWAP_ENABLE;
    100100  if (HAL_UART_Init(&huart2) != HAL_OK)
Note: See TracChangeset for help on using the changeset viewer.