Changeset 71 for trunk/fw_g473rct/Core/Inc
- Timestamp:
- Jun 5, 2026, 1:30:00 PM (5 days ago)
- Location:
- trunk/fw_g473rct/Core/Inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/Core/Inc/adc.h
r20 r71 54 54 55 55 /* USER CODE BEGIN Prototypes */ 56 56 float GetADCSampleRate(void); 57 uint32_t GetADCClockHz(void); 57 58 /* USER CODE END Prototypes */ 58 59 -
trunk/fw_g473rct/Core/Inc/main.h
r65 r71 30 30 #include "stm32g4xx_hal.h" 31 31 32 #include "stm32g4xx_ll_ucpd.h"33 #include "stm32g4xx_ll_bus.h"34 #include "stm32g4xx_ll_cortex.h"35 #include "stm32g4xx_ll_rcc.h"36 #include "stm32g4xx_ll_system.h"37 #include "stm32g4xx_ll_utils.h"38 #include "stm32g4xx_ll_pwr.h"39 #include "stm32g4xx_ll_gpio.h"40 #include "stm32g4xx_ll_dma.h"41 32 42 #include "stm32g4xx_ll_exti.h"43 33 44 34 /* Private includes ----------------------------------------------------------*/ … … 133 123 #define COMMAND_BATTERY_CURRENT_GAIN_TEMP_SHUNT_CAL 11 134 124 //#define COMMAND_BATTERY_CURRENT_GAIN_TEMP_CHIP_CAL 12 125 #define COMMAND_SET_VOLTAGE_MEAS_TO_ZERO 13 135 126 #define COMMAND_STORE_WITH_SERIAL_NUMBER 1234 136 127 #define COMMAND_SET_RDP_LEVEL0 1010
Note:
See TracChangeset
for help on using the changeset viewer.
