Changeset 38 for trunk/fw_g473rct/Core/Inc
- Timestamp:
 - Nov 1, 2025, 5:29:27 PM (3 days ago)
 - Location:
 - trunk/fw_g473rct/Core/Inc
 - Files:
 - 
          
- 1 added
 - 3 edited
 
- 
          iwdg.h (added)
 - 
          main.h (modified) (1 diff)
 - 
          stm32g4xx_hal_conf.h (modified) (1 diff)
 - 
          stm32g4xx_it.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/fw_g473rct/Core/Inc/main.h
r28 r38 95 95 #define ADC_DATA_READY_GPIO_Port GPIOD 96 96 #define ADC_DATA_READY_EXTI_IRQn EXTI2_IRQn 97 #define FAULT_Pin GPIO_PIN_7 98 #define FAULT_GPIO_Port GPIOB 97 #define FAULT_INT_Pin GPIO_PIN_7 98 #define FAULT_INT_GPIO_Port GPIOB 99 #define FAULT_INT_EXTI_IRQn EXTI9_5_IRQn 99 100 #define COM_POWERPRO_RES_Pin GPIO_PIN_9 100 101 #define COM_POWERPRO_RES_GPIO_Port GPIOB  - 
        
trunk/fw_g473rct/Core/Inc/stm32g4xx_hal_conf.h
r25 r38 47 47 /*#define HAL_HRTIM_MODULE_ENABLED */ 48 48 /*#define HAL_IRDA_MODULE_ENABLED */ 49 /*#define HAL_IWDG_MODULE_ENABLED */ 49 #define HAL_IWDG_MODULE_ENABLED 50 50 #define HAL_I2C_MODULE_ENABLED 51 51 /*#define HAL_I2S_MODULE_ENABLED */  - 
        
trunk/fw_g473rct/Core/Inc/stm32g4xx_it.h
r25 r38 64 64 void DMA1_Channel6_IRQHandler(void); 65 65 void DMA1_Channel7_IRQHandler(void); 66 void EXTI9_5_IRQHandler(void); 66 67 void USART1_IRQHandler(void); 67 68 void USART2_IRQHandler(void);  
Note: See TracChangeset
          for help on using the changeset viewer.
      