Чет работает

This commit is contained in:
2025-12-16 17:57:59 +03:00
commit 260a6416ad
2906 changed files with 982301 additions and 0 deletions

View File

@@ -0,0 +1,64 @@
// File: STM32G4xx.dbgconf
// Version: 1.0.1
// Note: refer to STM32G4xx Reference manual (RM0440)
// refer to STM32G4xx datasheets
// <<< Use Configuration Wizard in Context Menu >>>
// <h> Debug MCU configuration register (DBGMCU_CR)
// <o.2> DBG_STANDBY <i> Debug Standby mode
// <o.1> DBG_STOP <i> Debug Stop mode
// <o.0> DBG_SLEEP <i> Debug Sleep mode
// </h>
DbgMCU_CR = 0x00000007;
// <h> Debug MCU APB1 freeze register1 (DBGMCU_APB1FZR1)
// <i> Reserved bits must be kept at reset value
// <o.31> DBG_LPTIM1_STOP <i> LPTIM1 counter stopped when core is halted
// <o.30> DBG_I2C3_STOP <i> I2C3 SMBUS timeout counter stopped when core is halted
// <o.22> DBG_I2C2_STOP <i> I2C2 SMBUS timeout counter stopped when core is halted
// <o.21> DBG_I2C1_STOP <i> I2C1 SMBUS timeout counter stopped when core is halted
// <o.12> DBG_IWDG_STOP <i> Independent watchdog counter stopped when core is halted
// <o.11> DBG_WWDG_STOP <i> Window watchdog counter stopped when core is halted
// <o.10> DBG_RTC_STOP <i> RTC counter stopped when core is halted
// <o.5> DBG_TIM7_STOP <i> TIM7 counter stopped when core is halted
// <o.4> DBG_TIM6_STOP <i> TIM6 counter stopped when core is halted
// <o.3> DBG_TIM5_STOP <i> TIM5 counter stopped when core is halted
// <o.2> DBG_TIM4_STOP <i> TIM4 counter stopped when core is halted
// <o.1> DBG_TIM3_STOP <i> TIM3 counter stopped when core is halted
// <o.0> DBG_TIM2_STOP <i> TIM2 counter stopped when core is halted
// </h>
DbgMCU_APB1_Fz1 = 0x00000000;
// <h> Debug MCU APB1 freeze register 2 (DBGMCU_APB1FZR2)
// <i> Reserved bits must be kept at reset value
// <o.1> DBG_I2C4_STOP <i> I2C4 SMBUS timeout counter stopped when core is halted
// </h>
DbgMCU_APB1_Fz2 = 0x00000000;
// <h> Debug MCU APB2 freeze register (DBGMCU_APB2FZR)
// <i> Reserved bits must be kept at reset value
// <o.26> DBG_HRTIM_STOP <i> HRTIM counter stopped when core is halted
// <o.20> DBG_TIM20_STOP <i> TIM20 counter stopped when core is halted
// <o.18> DBG_TIM17_STOP <i> TIM17 counter stopped when core is halted
// <o.17> DBG_TIM16_STOP <i> TIM16 counter stopped when core is halted
// <o.16> DBG_TIM15_STOP <i> TIM15 counter stopped when core is halted
// <o.13> DBG_TIM8_STOP <i> TIM8 counter stopped when core is halted
// <o.11> DBG_TIM1_STOP <i> TIM1 counter stopped when core is halted
// </h>
DbgMCU_APB2_Fz = 0x00000000;
// <h> TPIU Pin Routing
// <i> TRACECLK: Pin PE2
// <i> TRACED[0]: Pin PE3
// <i> TRACED[1]: Pin PE4
// <i> TRACED[2]: Pin PE5
// <i> TRACED[3]: Pin PE6
// </h>
// <h> Flash Download Options
// <o.0> Option Byte Loading <i> Launch the Option Byte Loading after a Flash Download by setting the OBL_LAUNCH bit (causes a reset)
// </h>
DoOptionByteLoading = 0x00000000;
// <<< end of configuration section >>>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
<component name="EventRecorderStub" version="1.0.0"/> <!--name and version of the component-->
<events>
</events>
</component_viewer>

View File

@@ -0,0 +1,21 @@
/*
* Auto generated Run-Time-Environment Configuration File
* *** Do not modify ! ***
*
* Project: 'UKSI_TEST'
* Target: 'UKSI_TEST'
*/
#ifndef RTE_COMPONENTS_H
#define RTE_COMPONENTS_H
/*
* Define the Device Header File:
*/
#define CMSIS_device_header "stm32g4xx.h"
#endif /* RTE_COMPONENTS_H */

3767
MDK-ARM/UKSI_TEST.uvguix.I Normal file

File diff suppressed because one or more lines are too long

1085
MDK-ARM/UKSI_TEST.uvoptx Normal file
View File

@@ -0,0 +1,1085 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
<SchemaVersion>1.0</SchemaVersion>
<Header>### uVision Project, (C) Keil Software</Header>
<Extensions>
<cExt>*.c</cExt>
<aExt>*.s*; *.src; *.a*</aExt>
<oExt>*.obj; *.o</oExt>
<lExt>*.lib</lExt>
<tExt>*.txt; *.h; *.inc; *.md</tExt>
<pExt>*.plm</pExt>
<CppX>*.cpp</CppX>
<nMigrate>0</nMigrate>
</Extensions>
<DaveTm>
<dwLowDateTime>0</dwLowDateTime>
<dwHighDateTime>0</dwHighDateTime>
</DaveTm>
<Target>
<TargetName>UKSI_TEST</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<TargetOption>
<CLKADS>8000000</CLKADS>
<OPTTT>
<gFlags>1</gFlags>
<BeepAtEnd>1</BeepAtEnd>
<RunSim>0</RunSim>
<RunTarget>1</RunTarget>
<RunAbUc>0</RunAbUc>
</OPTTT>
<OPTHX>
<HexSelection>1</HexSelection>
<FlashByte>65535</FlashByte>
<HexRangeLowAddress>0</HexRangeLowAddress>
<HexRangeHighAddress>0</HexRangeHighAddress>
<HexOffset>0</HexOffset>
</OPTHX>
<OPTLEX>
<PageWidth>79</PageWidth>
<PageLength>66</PageLength>
<TabStop>8</TabStop>
<ListingPath></ListingPath>
</OPTLEX>
<ListingPage>
<CreateCListing>1</CreateCListing>
<CreateAListing>1</CreateAListing>
<CreateLListing>1</CreateLListing>
<CreateIListing>0</CreateIListing>
<AsmCond>1</AsmCond>
<AsmSymb>1</AsmSymb>
<AsmXref>0</AsmXref>
<CCond>1</CCond>
<CCode>0</CCode>
<CListInc>0</CListInc>
<CSymb>0</CSymb>
<LinkerCodeListing>0</LinkerCodeListing>
</ListingPage>
<OPTXL>
<LMap>1</LMap>
<LComments>1</LComments>
<LGenerateSymbols>1</LGenerateSymbols>
<LLibSym>1</LLibSym>
<LLines>1</LLines>
<LLocSym>1</LLocSym>
<LPubSym>1</LPubSym>
<LXref>0</LXref>
<LExpSel>0</LExpSel>
</OPTXL>
<OPTFL>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<IsCurrentTarget>1</IsCurrentTarget>
</OPTFL>
<CpuCode>18</CpuCode>
<DebugOpt>
<uSim>0</uSim>
<uTrg>1</uTrg>
<sLdApp>1</sLdApp>
<sGomain>1</sGomain>
<sRbreak>1</sRbreak>
<sRwatch>1</sRwatch>
<sRmem>1</sRmem>
<sRfunc>1</sRfunc>
<sRbox>1</sRbox>
<tLdApp>1</tLdApp>
<tGomain>1</tGomain>
<tRbreak>1</tRbreak>
<tRwatch>1</tRwatch>
<tRmem>1</tRmem>
<tRfunc>1</tRfunc>
<tRbox>1</tRbox>
<tRtrace>1</tRtrace>
<sRSysVw>1</sRSysVw>
<tRSysVw>1</tRSysVw>
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<bEvRecOn>1</bEvRecOn>
<bSchkAxf>0</bSchkAxf>
<bTchkAxf>0</bTchkAxf>
<nTsel>6</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
<sDlgPa></sDlgPa>
<sIfile></sIfile>
<tDll></tDll>
<tDllPa></tDllPa>
<tDlgDll></tDlgDll>
<tDlgPa></tDlgPa>
<tIfile></tIfile>
<pMon>STLink\ST-LINKIII-KEIL_SWO.dll</pMon>
</DebugOpt>
<TargetDriverDllRegistry>
<SetRegEntry>
<Number>0</Number>
<Key>ARMRTXEVENTFLAGS</Key>
<Name>-L70 -Z18 -C0 -M0 -T1</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
<Key>DLGTARM</Key>
<Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
<Key>ARMDBGFLAGS</Key>
<Name></Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
<Key>DLGUARM</Key>
<Name>(105=-1,-1,-1,-1,0)</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
<Key>UL2CM3</Key>
<Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC8000 -FN1 -FF0STM32G43x-4x_128 -FS08000000 -FL020000 -FP0($$Device:STM32G431CBUx$CMSIS\Flash\STM32G43x-4x_128.FLM))</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
<Key>ST-LINKIII-KEIL_SWO</Key>
<Name>-U-O142 -O2254 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(2BA01477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32G43x-4x_128.FLM -FS08000000 -FL020000 -FP0($$Device:STM32G431CBUx$CMSIS\Flash\STM32G43x-4x_128.FLM) -WA0 -WE0 -WVCE4 -WS2710 -WM0 -WP2</Name>
</SetRegEntry>
</TargetDriverDllRegistry>
<Breakpoint/>
<WatchWindow1>
<Ww>
<count>0</count>
<WinNumber>1</WinNumber>
<ItemText>uksi_calc,0x0A</ItemText>
</Ww>
<Ww>
<count>1</count>
<WinNumber>1</WinNumber>
<ItemText>uksi_dc</ItemText>
</Ww>
<Ww>
<count>2</count>
<WinNumber>1</WinNumber>
<ItemText>iso_result</ItemText>
</Ww>
<Ww>
<count>3</count>
<WinNumber>1</WinNumber>
<ItemText>iso_result</ItemText>
</Ww>
<Ww>
<count>4</count>
<WinNumber>1</WinNumber>
<ItemText>current*1000000</ItemText>
</Ww>
<Ww>
<count>5</count>
<WinNumber>1</WinNumber>
<ItemText>uksi_calc.IsoOhm/1000000</ItemText>
</Ww>
<Ww>
<count>6</count>
<WinNumber>1</WinNumber>
<ItemText>dbg_dc,0x0A</ItemText>
</Ww>
<Ww>
<count>7</count>
<WinNumber>1</WinNumber>
<ItemText>uksi_calc.adc.Voltage - 0.00886446886446886446886446886447</ItemText>
</Ww>
<Ww>
<count>8</count>
<WinNumber>1</WinNumber>
<ItemText>calc-&gt;adc.avg,0x0A</ItemText>
</Ww>
</WatchWindow1>
<Tracepoint>
<THDelay>0</THDelay>
</Tracepoint>
<DebugFlag>
<trace>0</trace>
<periodic>1</periodic>
<aLwin>1</aLwin>
<aCover>0</aCover>
<aSer1>0</aSer1>
<aSer2>0</aSer2>
<aPa>0</aPa>
<viewmode>1</viewmode>
<vrSel>0</vrSel>
<aSym>0</aSym>
<aTbox>0</aTbox>
<AscS1>0</AscS1>
<AscS2>0</AscS2>
<AscS3>0</AscS3>
<aSer3>0</aSer3>
<eProf>0</eProf>
<aLa>0</aLa>
<aPa1>0</aPa1>
<AscS4>0</AscS4>
<aSer4>0</aSer4>
<StkLoc>1</StkLoc>
<TrcWin>0</TrcWin>
<newCpu>0</newCpu>
<uProt>0</uProt>
</DebugFlag>
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<bAutoGenD>0</bAutoGenD>
<LntExFlags>0</LntExFlags>
<pMisraName></pMisraName>
<pszMrule></pszMrule>
<pSingCmds></pSingCmds>
<pMultCmds></pMultCmds>
<pMisraNamep></pMisraNamep>
<pszMrulep></pszMrulep>
<pSingCmdsp></pSingCmdsp>
<pMultCmdsp></pMultCmdsp>
<SystemViewers>
<Entry>
<Name>System Viewer\ADC1</Name>
<WinId>35905</WinId>
</Entry>
<Entry>
<Name>System Viewer\GPIOA</Name>
<WinId>35903</WinId>
</Entry>
<Entry>
<Name>System Viewer\GPIOB</Name>
<WinId>35902</WinId>
</Entry>
<Entry>
<Name>System Viewer\RCC</Name>
<WinId>35901</WinId>
</Entry>
<Entry>
<Name>System Viewer\TIM1</Name>
<WinId>35904</WinId>
</Entry>
</SystemViewers>
<DebugDescription>
<Enable>1</Enable>
<EnableFlashSeq>0</EnableFlashSeq>
<EnableLog>0</EnableLog>
<Protocol>2</Protocol>
<DbgClock>10000000</DbgClock>
</DebugDescription>
</TargetOption>
</Target>
<Group>
<GroupName>Application/MDK-ARM</GroupName>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>1</GroupNumber>
<FileNumber>1</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>startup_stm32g431xx.s</PathWithFileName>
<FilenameWithoutPath>startup_stm32g431xx.s</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
<GroupName>Application/User/Core</GroupName>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>2</GroupNumber>
<FileNumber>2</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Core/Src/main.c</PathWithFileName>
<FilenameWithoutPath>main.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>2</GroupNumber>
<FileNumber>3</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Core/Src/gpio.c</PathWithFileName>
<FilenameWithoutPath>gpio.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>2</GroupNumber>
<FileNumber>4</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Core/Src/adc.c</PathWithFileName>
<FilenameWithoutPath>adc.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>2</GroupNumber>
<FileNumber>5</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Core/Src/tim.c</PathWithFileName>
<FilenameWithoutPath>tim.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>2</GroupNumber>
<FileNumber>6</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Core/Src/stm32g4xx_it.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_it.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>2</GroupNumber>
<FileNumber>7</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Core/Src/stm32g4xx_hal_msp.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_msp.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
<GroupName>Drivers/STM32G4xx_HAL_Driver</GroupName>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>8</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_adc.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>9</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc_ex.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_adc_ex.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>10</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_ll_adc.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>11</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>12</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_rcc.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>13</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc_ex.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_rcc_ex.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>14</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_flash.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>15</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_flash_ex.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>16</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_flash_ramfunc.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>17</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_gpio.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>18</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_exti.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>19</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_dma.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>20</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_dma_ex.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>21</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_pwr.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>22</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_pwr_ex.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>23</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_cortex.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>24</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_tim.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>25</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c</PathWithFileName>
<FilenameWithoutPath>stm32g4xx_hal_tim_ex.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
<GroupName>Drivers/CMSIS</GroupName>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>26</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>../Core/Src/system_stm32g4xx.c</PathWithFileName>
<FilenameWithoutPath>system_stm32g4xx.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
<GroupName>MyLibs</GroupName>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>27</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\MyLibs\RTT\SEGGER_RTT.c</PathWithFileName>
<FilenameWithoutPath>SEGGER_RTT.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>28</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\MyLibs\RTT\SEGGER_RTT_printf.c</PathWithFileName>
<FilenameWithoutPath>SEGGER_RTT_printf.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>29</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\MyLibs\MyLibs\Src\filters.c</PathWithFileName>
<FilenameWithoutPath>filters.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
<GroupName>Modbus</GroupName>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>30</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\__crc_algs.c</PathWithFileName>
<FilenameWithoutPath>__crc_algs.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>31</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\__modbus_compat.c</PathWithFileName>
<FilenameWithoutPath>__modbus_compat.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>32</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\modbus.c</PathWithFileName>
<FilenameWithoutPath>modbus.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>33</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\modbus_coils.c</PathWithFileName>
<FilenameWithoutPath>modbus_coils.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>34</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\modbus_core.c</PathWithFileName>
<FilenameWithoutPath>modbus_core.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>35</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\modbus_devid.c</PathWithFileName>
<FilenameWithoutPath>modbus_devid.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>36</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\modbus_diag.c</PathWithFileName>
<FilenameWithoutPath>modbus_diag.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>37</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\modbus_holdregs.c</PathWithFileName>
<FilenameWithoutPath>modbus_holdregs.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>38</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\modbus_inputregs.c</PathWithFileName>
<FilenameWithoutPath>modbus_inputregs.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>39</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\modbus_master.c</PathWithFileName>
<FilenameWithoutPath>modbus_master.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>40</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\modbus_slave.c</PathWithFileName>
<FilenameWithoutPath>modbus_slave.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>41</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\Modbus\Src\rs_message.c</PathWithFileName>
<FilenameWithoutPath>rs_message.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
<GroupName>PeriphGeneral</GroupName>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>7</GroupNumber>
<FileNumber>42</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\PeriphGeneral\Src\__general_flash.c</PathWithFileName>
<FilenameWithoutPath>__general_flash.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>7</GroupNumber>
<FileNumber>43</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\PeriphGeneral\Src\general_gpio.c</PathWithFileName>
<FilenameWithoutPath>general_gpio.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>7</GroupNumber>
<FileNumber>44</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\PeriphGeneral\Src\general_spi.c</PathWithFileName>
<FilenameWithoutPath>general_spi.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>7</GroupNumber>
<FileNumber>45</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\PeriphGeneral\Src\general_tim.c</PathWithFileName>
<FilenameWithoutPath>general_tim.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>7</GroupNumber>
<FileNumber>46</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\AllLibs\PeriphGeneral\Src\general_uart.c</PathWithFileName>
<FilenameWithoutPath>general_uart.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
<GroupName>UKSI</GroupName>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>8</GroupNumber>
<FileNumber>47</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\UKSI\uksi_main.c</PathWithFileName>
<FilenameWithoutPath>uksi_main.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>8</GroupNumber>
<FileNumber>48</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\UKSI\uksi_main.h</PathWithFileName>
<FilenameWithoutPath>uksi_main.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>8</GroupNumber>
<FileNumber>49</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\UKSI\uksi_calc_res.c</PathWithFileName>
<FilenameWithoutPath>uksi_calc_res.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>8</GroupNumber>
<FileNumber>50</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\UKSI\uksi_calc_res.h</PathWithFileName>
<FilenameWithoutPath>uksi_calc_res.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>8</GroupNumber>
<FileNumber>51</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\UKSI\uksi_dc_control.c</PathWithFileName>
<FilenameWithoutPath>uksi_dc_control.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>8</GroupNumber>
<FileNumber>52</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\UKSI\uksi_dc_control.h</PathWithFileName>
<FilenameWithoutPath>uksi_dc_control.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>8</GroupNumber>
<FileNumber>53</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\UKSI\foster_student.c</PathWithFileName>
<FilenameWithoutPath>foster_student.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>8</GroupNumber>
<FileNumber>54</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\UKSI\foster_student.h</PathWithFileName>
<FilenameWithoutPath>foster_student.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
<GroupName>Config</GroupName>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>9</GroupNumber>
<FileNumber>55</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\Config\memspi_config.h</PathWithFileName>
<FilenameWithoutPath>memspi_config.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>9</GroupNumber>
<FileNumber>56</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\Config\modbus_config.h</PathWithFileName>
<FilenameWithoutPath>modbus_config.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>9</GroupNumber>
<FileNumber>57</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\Config\modbus_data.c</PathWithFileName>
<FilenameWithoutPath>modbus_data.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>9</GroupNumber>
<FileNumber>58</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\Config\modbus_data.h</PathWithFileName>
<FilenameWithoutPath>modbus_data.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>9</GroupNumber>
<FileNumber>59</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\Config\mylibs_config.h</PathWithFileName>
<FilenameWithoutPath>mylibs_config.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>9</GroupNumber>
<FileNumber>60</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\Config\mylibs_include.h</PathWithFileName>
<FilenameWithoutPath>mylibs_include.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>9</GroupNumber>
<FileNumber>61</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Core\Config\SEGGER_RTT_Conf.h</PathWithFileName>
<FilenameWithoutPath>SEGGER_RTT_Conf.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
<GroupName>::CMSIS</GroupName>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>1</RteFlg>
</Group>
</ProjectOpt>

1046
MDK-ARM/UKSI_TEST.uvprojx Normal file
View File

@@ -0,0 +1,1046 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
<SchemaVersion>2.1</SchemaVersion>
<Header>### uVision Project, (C) Keil Software</Header>
<Targets>
<Target>
<TargetName>UKSI_TEST</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pArmCC>6190000::V6.19::ARMCLANG</pArmCC>
<pCCUsed>6190000::V6.19::ARMCLANG</pCCUsed>
<uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>STM32G431CBUx</Device>
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32G4xx_DFP.1.6.0</PackID>
<PackURL>https://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000-0x20007FFF) IROM(0x8000000-0x801FFFF) CLOCK(8000000) FPU2 CPUTYPE("Cortex-M4") TZ</Cpu>
<FlashUtilSpec></FlashUtilSpec>
<StartupFile></StartupFile>
<FlashDriverDll></FlashDriverDll>
<DeviceId>0</DeviceId>
<RegisterFile></RegisterFile>
<MemoryEnv></MemoryEnv>
<Cmp></Cmp>
<Asm></Asm>
<Linker></Linker>
<OHString></OHString>
<InfinionOptionDll></InfinionOptionDll>
<SLE66CMisc></SLE66CMisc>
<SLE66AMisc></SLE66AMisc>
<SLE66LinkerMisc></SLE66LinkerMisc>
<SFDFile>$$Device:STM32G431CBUx$CMSIS\SVD\STM32G431.svd</SFDFile>
<bCustSvd>0</bCustSvd>
<UseEnv>0</UseEnv>
<BinPath></BinPath>
<IncludePath></IncludePath>
<LibPath></LibPath>
<RegisterFilePath></RegisterFilePath>
<DBRegisterFilePath></DBRegisterFilePath>
<TargetStatus>
<Error>0</Error>
<ExitCodeStop>0</ExitCodeStop>
<ButtonStop>0</ButtonStop>
<NotGenerated>0</NotGenerated>
<InvalidFlash>1</InvalidFlash>
</TargetStatus>
<OutputDirectory>UKSI_TEST\</OutputDirectory>
<OutputName>UKSI_TEST</OutputName>
<CreateExecutable>1</CreateExecutable>
<CreateLib>0</CreateLib>
<CreateHexFile>1</CreateHexFile>
<DebugInformation>1</DebugInformation>
<BrowseInformation>1</BrowseInformation>
<ListingPath></ListingPath>
<HexFormatSelection>1</HexFormatSelection>
<Merge32K>0</Merge32K>
<CreateBatchFile>0</CreateBatchFile>
<BeforeCompile>
<RunUserProg1>0</RunUserProg1>
<RunUserProg2>0</RunUserProg2>
<UserProg1Name></UserProg1Name>
<UserProg2Name></UserProg2Name>
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
<nStopU1X>0</nStopU1X>
<nStopU2X>0</nStopU2X>
</BeforeCompile>
<BeforeMake>
<RunUserProg1>0</RunUserProg1>
<RunUserProg2>0</RunUserProg2>
<UserProg1Name></UserProg1Name>
<UserProg2Name></UserProg2Name>
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
<nStopB1X>0</nStopB1X>
<nStopB2X>0</nStopB2X>
</BeforeMake>
<AfterMake>
<RunUserProg1>0</RunUserProg1>
<RunUserProg2>1</RunUserProg2>
<UserProg1Name></UserProg1Name>
<UserProg2Name></UserProg2Name>
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
<nStopA1X>0</nStopA1X>
<nStopA2X>0</nStopA2X>
</AfterMake>
<SelectedForBatchBuild>1</SelectedForBatchBuild>
<SVCSIdString></SVCSIdString>
</TargetCommonOption>
<CommonProperty>
<UseCPPCompiler>0</UseCPPCompiler>
<RVCTCodeConst>0</RVCTCodeConst>
<RVCTZI>0</RVCTZI>
<RVCTOtherData>0</RVCTOtherData>
<ModuleSelection>0</ModuleSelection>
<IncludeInBuild>1</IncludeInBuild>
<AlwaysBuild>0</AlwaysBuild>
<GenerateAssemblyFile>0</GenerateAssemblyFile>
<AssembleAssemblyFile>0</AssembleAssemblyFile>
<PublicsOnly>0</PublicsOnly>
<StopOnExitCode>3</StopOnExitCode>
<CustomArgument></CustomArgument>
<IncludeLibraryModules></IncludeLibraryModules>
<ComprImg>0</ComprImg>
</CommonProperty>
<DllOption>
<SimDllName>SARMCM3.DLL</SimDllName>
<SimDllArguments>-REMAP -MPU</SimDllArguments>
<SimDlgDll>DCM.DLL</SimDlgDll>
<SimDlgDllArguments>-pCM4</SimDlgDllArguments>
<TargetDllName>SARMCM3.DLL</TargetDllName>
<TargetDllArguments>-MPU</TargetDllArguments>
<TargetDlgDll>TCM.DLL</TargetDlgDll>
<TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
</DllOption>
<DebugOption>
<OPTHX>
<HexSelection>1</HexSelection>
<HexRangeLowAddress>0</HexRangeLowAddress>
<HexRangeHighAddress>0</HexRangeHighAddress>
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
</DebugOption>
<Utilities>
<Flash1>
<UseTargetDll>1</UseTargetDll>
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
<Capability>1</Capability>
<DriverSelection>4101</DriverSelection>
</Flash1>
<bUseTDR>1</bUseTDR>
<Flash2>BIN\UL2V8M.DLL</Flash2>
<Flash3></Flash3>
<Flash4></Flash4>
<pFcarmOut></pFcarmOut>
<pFcarmGrp></pFcarmGrp>
<pFcArmRoot></pFcArmRoot>
<FcArmLst>0</FcArmLst>
</Utilities>
<TargetArmAds>
<ArmAdsMisc>
<GenerateListings>0</GenerateListings>
<asHll>1</asHll>
<asAsm>1</asAsm>
<asMacX>1</asMacX>
<asSyms>1</asSyms>
<asFals>1</asFals>
<asDbgD>1</asDbgD>
<asForm>1</asForm>
<ldLst>0</ldLst>
<ldmm>1</ldmm>
<ldXref>1</ldXref>
<BigEnd>0</BigEnd>
<AdsALst>1</AdsALst>
<AdsACrf>1</AdsACrf>
<AdsANop>0</AdsANop>
<AdsANot>0</AdsANot>
<AdsLLst>1</AdsLLst>
<AdsLmap>1</AdsLmap>
<AdsLcgr>1</AdsLcgr>
<AdsLsym>1</AdsLsym>
<AdsLszi>1</AdsLszi>
<AdsLtoi>1</AdsLtoi>
<AdsLsun>1</AdsLsun>
<AdsLven>1</AdsLven>
<AdsLsxf>1</AdsLsxf>
<RvctClst>0</RvctClst>
<GenPPlst>0</GenPPlst>
<AdsCpuType>"Cortex-M4"</AdsCpuType>
<RvctDeviceName></RvctDeviceName>
<mOS>0</mOS>
<uocRom>0</uocRom>
<uocRam>0</uocRam>
<hadIROM>1</hadIROM>
<hadIRAM>1</hadIRAM>
<hadXRAM>0</hadXRAM>
<uocXRam>0</uocXRam>
<RvdsVP>2</RvdsVP>
<RvdsMve>0</RvdsMve>
<RvdsCdeCp>0</RvdsCdeCp>
<nBranchProt>0</nBranchProt>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
<useUlib>0</useUlib>
<EndSel>0</EndSel>
<uLtcg>0</uLtcg>
<nSecure>0</nSecure>
<RoSelD>3</RoSelD>
<RwSelD>4</RwSelD>
<CodeSel>0</CodeSel>
<OptFeed>0</OptFeed>
<NoZi1>0</NoZi1>
<NoZi2>0</NoZi2>
<NoZi3>0</NoZi3>
<NoZi4>0</NoZi4>
<NoZi5>0</NoZi5>
<Ro1Chk>0</Ro1Chk>
<Ro2Chk>0</Ro2Chk>
<Ro3Chk>0</Ro3Chk>
<Ir1Chk>1</Ir1Chk>
<Ir2Chk>0</Ir2Chk>
<Ra1Chk>0</Ra1Chk>
<Ra2Chk>0</Ra2Chk>
<Ra3Chk>0</Ra3Chk>
<Im1Chk>1</Im1Chk>
<Im2Chk>0</Im2Chk>
<OnChipMemories>
<Ocm1>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</Ocm1>
<Ocm2>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</Ocm2>
<Ocm3>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</Ocm3>
<Ocm4>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</Ocm4>
<Ocm5>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</Ocm5>
<Ocm6>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</Ocm6>
<IRAM>
<Type>0</Type>
<StartAddress>0x20000000</StartAddress>
<Size>0x8000</Size>
</IRAM>
<IROM>
<Type>1</Type>
<StartAddress>0x8000000</StartAddress>
<Size>0x20000</Size>
</IROM>
<XRAM>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</XRAM>
<OCR_RVCT1>
<Type>1</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</OCR_RVCT1>
<OCR_RVCT2>
<Type>1</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</OCR_RVCT2>
<OCR_RVCT3>
<Type>1</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</OCR_RVCT3>
<OCR_RVCT4>
<Type>1</Type>
<StartAddress>0x8000000</StartAddress>
<Size>0x20000</Size>
</OCR_RVCT4>
<OCR_RVCT5>
<Type>1</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</OCR_RVCT5>
<OCR_RVCT6>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</OCR_RVCT6>
<OCR_RVCT7>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</OCR_RVCT7>
<OCR_RVCT8>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</OCR_RVCT8>
<OCR_RVCT9>
<Type>0</Type>
<StartAddress>0x20000000</StartAddress>
<Size>0x8000</Size>
</OCR_RVCT9>
<OCR_RVCT10>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</OCR_RVCT10>
</OnChipMemories>
<RvctStartVector></RvctStartVector>
</ArmAdsMisc>
<Cads>
<interw>1</interw>
<Optim>1</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
<OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
<wLevel>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>1</uC99>
<uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>3</v6Lang>
<v6LangP>5</v6LangP>
<vShortEn>1</vShortEn>
<vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
<Define>USE_HAL_DRIVER,STM32G431xx</Define>
<Undefine></Undefine>
<IncludePath>../Core/Inc;../Drivers/STM32G4xx_HAL_Driver/Inc;../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy;../Drivers/CMSIS/Device/ST/STM32G4xx/Include;../Drivers/CMSIS/Include;../AllLibs/ExtMemory/Inc;../AllLibs/Modbus/Inc;../AllLibs/MyLibs/RTT;../AllLibs/MyLibs/MyLibs/Inc;../AllLibs/PeriphGeneral/Inc;../Core/Config;../Core/UKSI</IncludePath>
</VariousControls>
</Cads>
<Aads>
<interw>1</interw>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
<thumb>0</thumb>
<SplitLS>0</SplitLS>
<SwStkChk>0</SwStkChk>
<NoWarn>0</NoWarn>
<uSurpInc>0</uSurpInc>
<useXO>0</useXO>
<ClangAsOpt>1</ClangAsOpt>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Aads>
<LDads>
<umfTarg>1</umfTarg>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
<noStLib>0</noStLib>
<RepFail>1</RepFail>
<useFile>0</useFile>
<TextAddressRange></TextAddressRange>
<DataAddressRange></DataAddressRange>
<pXoBase></pXoBase>
<ScatterFile></ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
<LinkerInputFile></LinkerInputFile>
<DisabledWarnings></DisabledWarnings>
</LDads>
</TargetArmAds>
</TargetOption>
<Groups>
<Group>
<GroupName>Application/MDK-ARM</GroupName>
<Files>
<File>
<FileName>startup_stm32g431xx.s</FileName>
<FileType>2</FileType>
<FilePath>startup_stm32g431xx.s</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>Application/User/Core</GroupName>
<Files>
<File>
<FileName>main.c</FileName>
<FileType>1</FileType>
<FilePath>../Core/Src/main.c</FilePath>
</File>
<File>
<FileName>gpio.c</FileName>
<FileType>1</FileType>
<FilePath>../Core/Src/gpio.c</FilePath>
</File>
<File>
<FileName>adc.c</FileName>
<FileType>1</FileType>
<FilePath>../Core/Src/adc.c</FilePath>
</File>
<File>
<FileName>tim.c</FileName>
<FileType>1</FileType>
<FilePath>../Core/Src/tim.c</FilePath>
<FileOption>
<CommonProperty>
<UseCPPCompiler>2</UseCPPCompiler>
<RVCTCodeConst>0</RVCTCodeConst>
<RVCTZI>0</RVCTZI>
<RVCTOtherData>0</RVCTOtherData>
<ModuleSelection>0</ModuleSelection>
<IncludeInBuild>1</IncludeInBuild>
<AlwaysBuild>2</AlwaysBuild>
<GenerateAssemblyFile>2</GenerateAssemblyFile>
<AssembleAssemblyFile>2</AssembleAssemblyFile>
<PublicsOnly>2</PublicsOnly>
<StopOnExitCode>11</StopOnExitCode>
<CustomArgument></CustomArgument>
<IncludeLibraryModules></IncludeLibraryModules>
<ComprImg>1</ComprImg>
</CommonProperty>
<FileArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
<Strict>2</Strict>
<EnumInt>2</EnumInt>
<PlainCh>2</PlainCh>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<wLevel>0</wLevel>
<uThumb>2</uThumb>
<uSurpInc>2</uSurpInc>
<uC99>2</uC99>
<uGnu>2</uGnu>
<useXO>2</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
<vShortEn>2</vShortEn>
<vShortWch>2</vShortWch>
<v6Lto>2</v6Lto>
<v6WtE>2</v6WtE>
<v6Rtti>2</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Cads>
</FileArmAds>
</FileOption>
</File>
<File>
<FileName>stm32g4xx_it.c</FileName>
<FileType>1</FileType>
<FilePath>../Core/Src/stm32g4xx_it.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_msp.c</FileName>
<FileType>1</FileType>
<FilePath>../Core/Src/stm32g4xx_hal_msp.c</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>Drivers/STM32G4xx_HAL_Driver</GroupName>
<Files>
<File>
<FileName>stm32g4xx_hal_adc.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_adc_ex.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc_ex.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_ll_adc.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_rcc.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_rcc_ex.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc_ex.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_flash.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_flash_ex.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_flash_ramfunc.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_gpio.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_exti.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_dma.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_dma_ex.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_pwr.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_pwr_ex.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_cortex.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_tim.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c</FilePath>
</File>
<File>
<FileName>stm32g4xx_hal_tim_ex.c</FileName>
<FileType>1</FileType>
<FilePath>../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>Drivers/CMSIS</GroupName>
<Files>
<File>
<FileName>system_stm32g4xx.c</FileName>
<FileType>1</FileType>
<FilePath>../Core/Src/system_stm32g4xx.c</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>MyLibs</GroupName>
<Files>
<File>
<FileName>SEGGER_RTT.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\MyLibs\RTT\SEGGER_RTT.c</FilePath>
</File>
<File>
<FileName>SEGGER_RTT_printf.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\MyLibs\RTT\SEGGER_RTT_printf.c</FilePath>
</File>
<File>
<FileName>filters.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\MyLibs\MyLibs\Src\filters.c</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>Modbus</GroupName>
<GroupOption>
<CommonProperty>
<UseCPPCompiler>0</UseCPPCompiler>
<RVCTCodeConst>0</RVCTCodeConst>
<RVCTZI>0</RVCTZI>
<RVCTOtherData>0</RVCTOtherData>
<ModuleSelection>0</ModuleSelection>
<IncludeInBuild>0</IncludeInBuild>
<AlwaysBuild>2</AlwaysBuild>
<GenerateAssemblyFile>2</GenerateAssemblyFile>
<AssembleAssemblyFile>2</AssembleAssemblyFile>
<PublicsOnly>2</PublicsOnly>
<StopOnExitCode>11</StopOnExitCode>
<CustomArgument></CustomArgument>
<IncludeLibraryModules></IncludeLibraryModules>
<ComprImg>1</ComprImg>
</CommonProperty>
<GroupArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
<Strict>2</Strict>
<EnumInt>2</EnumInt>
<PlainCh>2</PlainCh>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<wLevel>0</wLevel>
<uThumb>2</uThumb>
<uSurpInc>2</uSurpInc>
<uC99>2</uC99>
<uGnu>2</uGnu>
<useXO>2</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
<vShortEn>2</vShortEn>
<vShortWch>2</vShortWch>
<v6Lto>2</v6Lto>
<v6WtE>2</v6WtE>
<v6Rtti>2</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Cads>
<Aads>
<interw>2</interw>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<thumb>2</thumb>
<SplitLS>2</SplitLS>
<SwStkChk>2</SwStkChk>
<NoWarn>2</NoWarn>
<uSurpInc>2</uSurpInc>
<useXO>2</useXO>
<ClangAsOpt>0</ClangAsOpt>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Aads>
</GroupArmAds>
</GroupOption>
<Files>
<File>
<FileName>__crc_algs.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\__crc_algs.c</FilePath>
</File>
<File>
<FileName>__modbus_compat.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\__modbus_compat.c</FilePath>
</File>
<File>
<FileName>modbus.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\modbus.c</FilePath>
</File>
<File>
<FileName>modbus_coils.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\modbus_coils.c</FilePath>
</File>
<File>
<FileName>modbus_core.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\modbus_core.c</FilePath>
</File>
<File>
<FileName>modbus_devid.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\modbus_devid.c</FilePath>
</File>
<File>
<FileName>modbus_diag.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\modbus_diag.c</FilePath>
</File>
<File>
<FileName>modbus_holdregs.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\modbus_holdregs.c</FilePath>
</File>
<File>
<FileName>modbus_inputregs.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\modbus_inputregs.c</FilePath>
</File>
<File>
<FileName>modbus_master.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\modbus_master.c</FilePath>
</File>
<File>
<FileName>modbus_slave.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\modbus_slave.c</FilePath>
</File>
<File>
<FileName>rs_message.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\Modbus\Src\rs_message.c</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>PeriphGeneral</GroupName>
<GroupOption>
<CommonProperty>
<UseCPPCompiler>0</UseCPPCompiler>
<RVCTCodeConst>0</RVCTCodeConst>
<RVCTZI>0</RVCTZI>
<RVCTOtherData>0</RVCTOtherData>
<ModuleSelection>0</ModuleSelection>
<IncludeInBuild>0</IncludeInBuild>
<AlwaysBuild>2</AlwaysBuild>
<GenerateAssemblyFile>2</GenerateAssemblyFile>
<AssembleAssemblyFile>2</AssembleAssemblyFile>
<PublicsOnly>2</PublicsOnly>
<StopOnExitCode>11</StopOnExitCode>
<CustomArgument></CustomArgument>
<IncludeLibraryModules></IncludeLibraryModules>
<ComprImg>1</ComprImg>
</CommonProperty>
<GroupArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
<Strict>2</Strict>
<EnumInt>2</EnumInt>
<PlainCh>2</PlainCh>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<wLevel>0</wLevel>
<uThumb>2</uThumb>
<uSurpInc>2</uSurpInc>
<uC99>2</uC99>
<uGnu>2</uGnu>
<useXO>2</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
<vShortEn>2</vShortEn>
<vShortWch>2</vShortWch>
<v6Lto>2</v6Lto>
<v6WtE>2</v6WtE>
<v6Rtti>2</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Cads>
<Aads>
<interw>2</interw>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<thumb>2</thumb>
<SplitLS>2</SplitLS>
<SwStkChk>2</SwStkChk>
<NoWarn>2</NoWarn>
<uSurpInc>2</uSurpInc>
<useXO>2</useXO>
<ClangAsOpt>0</ClangAsOpt>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Aads>
</GroupArmAds>
</GroupOption>
<Files>
<File>
<FileName>__general_flash.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\PeriphGeneral\Src\__general_flash.c</FilePath>
</File>
<File>
<FileName>general_gpio.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\PeriphGeneral\Src\general_gpio.c</FilePath>
</File>
<File>
<FileName>general_spi.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\PeriphGeneral\Src\general_spi.c</FilePath>
</File>
<File>
<FileName>general_tim.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\PeriphGeneral\Src\general_tim.c</FilePath>
</File>
<File>
<FileName>general_uart.c</FileName>
<FileType>1</FileType>
<FilePath>..\AllLibs\PeriphGeneral\Src\general_uart.c</FilePath>
<FileOption>
<CommonProperty>
<UseCPPCompiler>2</UseCPPCompiler>
<RVCTCodeConst>0</RVCTCodeConst>
<RVCTZI>0</RVCTZI>
<RVCTOtherData>0</RVCTOtherData>
<ModuleSelection>0</ModuleSelection>
<IncludeInBuild>0</IncludeInBuild>
<AlwaysBuild>2</AlwaysBuild>
<GenerateAssemblyFile>2</GenerateAssemblyFile>
<AssembleAssemblyFile>2</AssembleAssemblyFile>
<PublicsOnly>2</PublicsOnly>
<StopOnExitCode>11</StopOnExitCode>
<CustomArgument></CustomArgument>
<IncludeLibraryModules></IncludeLibraryModules>
<ComprImg>1</ComprImg>
</CommonProperty>
<FileArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
<Strict>2</Strict>
<EnumInt>2</EnumInt>
<PlainCh>2</PlainCh>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<wLevel>0</wLevel>
<uThumb>2</uThumb>
<uSurpInc>2</uSurpInc>
<uC99>2</uC99>
<uGnu>2</uGnu>
<useXO>2</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
<vShortEn>2</vShortEn>
<vShortWch>2</vShortWch>
<v6Lto>2</v6Lto>
<v6WtE>2</v6WtE>
<v6Rtti>2</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Cads>
</FileArmAds>
</FileOption>
</File>
</Files>
</Group>
<Group>
<GroupName>UKSI</GroupName>
<Files>
<File>
<FileName>uksi_main.c</FileName>
<FileType>1</FileType>
<FilePath>..\Core\UKSI\uksi_main.c</FilePath>
</File>
<File>
<FileName>uksi_main.h</FileName>
<FileType>5</FileType>
<FilePath>..\Core\UKSI\uksi_main.h</FilePath>
</File>
<File>
<FileName>uksi_calc_res.c</FileName>
<FileType>1</FileType>
<FilePath>..\Core\UKSI\uksi_calc_res.c</FilePath>
</File>
<File>
<FileName>uksi_calc_res.h</FileName>
<FileType>5</FileType>
<FilePath>..\Core\UKSI\uksi_calc_res.h</FilePath>
</File>
<File>
<FileName>uksi_dc_control.c</FileName>
<FileType>1</FileType>
<FilePath>..\Core\UKSI\uksi_dc_control.c</FilePath>
</File>
<File>
<FileName>uksi_dc_control.h</FileName>
<FileType>5</FileType>
<FilePath>..\Core\UKSI\uksi_dc_control.h</FilePath>
</File>
<File>
<FileName>foster_student.c</FileName>
<FileType>1</FileType>
<FilePath>..\Core\UKSI\foster_student.c</FilePath>
</File>
<File>
<FileName>foster_student.h</FileName>
<FileType>5</FileType>
<FilePath>..\Core\UKSI\foster_student.h</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>Config</GroupName>
<Files>
<File>
<FileName>memspi_config.h</FileName>
<FileType>5</FileType>
<FilePath>..\Core\Config\memspi_config.h</FilePath>
</File>
<File>
<FileName>modbus_config.h</FileName>
<FileType>5</FileType>
<FilePath>..\Core\Config\modbus_config.h</FilePath>
</File>
<File>
<FileName>modbus_data.c</FileName>
<FileType>1</FileType>
<FilePath>..\Core\Config\modbus_data.c</FilePath>
<FileOption>
<CommonProperty>
<UseCPPCompiler>2</UseCPPCompiler>
<RVCTCodeConst>0</RVCTCodeConst>
<RVCTZI>0</RVCTZI>
<RVCTOtherData>0</RVCTOtherData>
<ModuleSelection>0</ModuleSelection>
<IncludeInBuild>0</IncludeInBuild>
<AlwaysBuild>2</AlwaysBuild>
<GenerateAssemblyFile>2</GenerateAssemblyFile>
<AssembleAssemblyFile>2</AssembleAssemblyFile>
<PublicsOnly>2</PublicsOnly>
<StopOnExitCode>11</StopOnExitCode>
<CustomArgument></CustomArgument>
<IncludeLibraryModules></IncludeLibraryModules>
<ComprImg>1</ComprImg>
</CommonProperty>
<FileArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
<Strict>2</Strict>
<EnumInt>2</EnumInt>
<PlainCh>2</PlainCh>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<wLevel>0</wLevel>
<uThumb>2</uThumb>
<uSurpInc>2</uSurpInc>
<uC99>2</uC99>
<uGnu>2</uGnu>
<useXO>2</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
<vShortEn>2</vShortEn>
<vShortWch>2</vShortWch>
<v6Lto>2</v6Lto>
<v6WtE>2</v6WtE>
<v6Rtti>2</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Cads>
</FileArmAds>
</FileOption>
</File>
<File>
<FileName>modbus_data.h</FileName>
<FileType>5</FileType>
<FilePath>..\Core\Config\modbus_data.h</FilePath>
</File>
<File>
<FileName>mylibs_config.h</FileName>
<FileType>5</FileType>
<FilePath>..\Core\Config\mylibs_config.h</FilePath>
</File>
<File>
<FileName>mylibs_include.h</FileName>
<FileType>5</FileType>
<FilePath>..\Core\Config\mylibs_include.h</FilePath>
</File>
<File>
<FileName>SEGGER_RTT_Conf.h</FileName>
<FileType>5</FileType>
<FilePath>..\Core\Config\SEGGER_RTT_Conf.h</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>::CMSIS</GroupName>
</Group>
</Groups>
</Target>
</Targets>
<RTE>
<apis/>
<components>
<component Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM" Cversion="5.6.0" condition="ARMv6_7_8-M Device">
<package name="CMSIS" schemaVersion="1.7.7" url="http://www.keil.com/pack/" vendor="ARM" version="5.9.0"/>
<targetInfos>
<targetInfo name="UKSI_TEST"/>
</targetInfos>
</component>
</components>
<files/>
</RTE>
</Project>

View File

@@ -0,0 +1,2 @@
[EXTDLL]
Count=0

Binary file not shown.

View File

@@ -0,0 +1,61 @@
<html>
<body>
<pre>
<h1>µVision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: µVision V5.38.0.0
Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: asd asda, asd, LIC=VGXG8-3QWPG-PCBJ8-38VN3-DKADU-U9B4E
Tool Versions:
Toolchain: MDK-ARM Plus Version: 5.38.0.0
Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin
C Compiler: ArmClang.exe V6.19
Assembler: Armasm.exe V6.19
Linker/Locator: ArmLink.exe V6.19
Library Manager: ArmAr.exe V6.19
Hex Converter: FromElf.exe V6.19
CPU DLL: SARMCM3.DLL V5.38.0.0
Dialog DLL: DCM.DLL V1.17.5.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.1.0.0
Dialog DLL: TCM.DLL V1.56.4.0
<h2>Project:</h2>
F:\Work\Projects\STM\UKSI_TEST\MDK-ARM\UKSI_TEST.uvprojx
Project File Date: 12/16/2025
<h2>Output:</h2>
*** Using Compiler 'V6.19', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
Build target 'UKSI_TEST'
compiling uksi_main.c...
linking...
Program Size: Code=21302 RO-data=522 RW-data=16 ZI-data=2576
FromELF: creating hex file...
"UKSI_TEST\UKSI_TEST.axf" - 0 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.9.0.pack
ARM.CMSIS.5.9.0
CMSIS (Common Microcontroller Software Interface Standard)
* Component: CORE Version: 5.6.0
Package Vendor: Keil
https://www.keil.com/pack/Keil.STM32G4xx_DFP.1.6.0.pack
Keil.STM32G4xx_DFP.1.6.0
STMicroelectronics STM32G4 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
./RTE/_UKSI_TEST
C:/Users/I/AppData/Local/Arm/Packs/ARM/CMSIS/5.9.0/CMSIS/Core/Include
C:/Users/I/AppData/Local/Arm/Packs/Keil/STM32G4xx_DFP/1.6.0/Drivers/CMSIS/Device/ST/STM32G4xx/Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.6.0
Include file: CMSIS/Core/Include/tz_context.h
Build Time Elapsed: 00:00:01
</pre>
</body>
</html>

View File

@@ -0,0 +1,1368 @@
:020000040800F2
:10000000200A0020790200082D430008413D000825
:1000100029430008B50800089551000800000000B9
:100020000000000000000000000000003D44000847
:100030006D090008000000009D4300089544000879
:10004000930200089302000893020008930200083C
:10005000930200089302000893020008930200082C
:10006000930200089302000893020008930200081C
:10007000930200089302000893020008930200080C
:100080009302000800000000930200089302000899
:1000900093020008930200089302000893020008EC
:1000A00093020008930200089302000893020008DC
:1000B00093020008930200089302000893020008CC
:1000C00093020008930200089302000893020008BC
:1000D00093020008930200089302000893020008AC
:1000E000930200089302000893020008930200089C
:1000F0009302000893020008930200080000000029
:1001000000000000930200080000000093020008B5
:100110009302000800000000930200089302000808
:10012000930200089302000893020008930200085B
:100130009302000800000000000000009302000885
:100140009302000893020008000000000000000075
:10015000000000000000000000000000000000009F
:1001600000000000000000000000000093020008F2
:1001700093020008000000000000000000000000E2
:1001800000000000930200080000000000000000D2
:10019000000000000000000000000000000000005F
:1001A0000000000000000000930200089302000815
:1001B0009302000893020008930200080000000068
:1001C0000000000093020008000000000000000092
:1001D000930200089302000800F002F800F03CF8D7
:1001E0000AA090E8000C82448344AAF10107DA4592
:1001F00001D100F031F8AFF2090EBAE80F0013F0A8
:10020000010F18BFFB1A43F00103184714530000F5
:1002100034530000103A24BF78C878C1FAD8520786
:1002200024BF30C830C144BF04680C607047000070
:100230000023002400250026103A28BF78C1FBD8EF
:10024000520728BF30C148BF0B6070471FB505F08B
:1002500051F91FBD10B510BD00F00EF91146FFF7A2
:10026000F5FF05F02FF900F02CF903B4FFF7F2FFCA
:1002700003BC00F02FF900000948804709480047F7
:10028000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE746
:10029000FEE7FEE704480549054A064B70470000A3
:1002A00011450008D901000820040020200A002080
:1002B000200600202006002053EA020C23D010B5AF
:1002C0004C1084EA530404D54042C1F1000138BF08
:1002D000491E1B4204D55242C3F1000338BF5B1EC6
:1002E00000F04EF814F0804F04D04042C1F10001FC
:1002F00038BF491E14F0004F04D05242C3F100032E
:1003000038BF5B1E10BD13B540424FF0000070EBCC
:100310000104B8BF012001F0004100281CBF6FF0AC
:1003200000414FF0FF30AFF300801CBD4FF00002E2
:1003300000B5134694469646203922BFA0E80C50DB
:10034000A0E80C50B1F12001BFF4F7AF090728BFB6
:10035000A0E80C5048BF0CC05DF804EB890028BF32
:1003600040F8042B08BF704748BF20F8022B11F05B
:10037000804F18BF00F8012B7047704770477047D7
:1003800053EA020C00F069802DE9F04B4FF00006B3
:10039000002B1FBFB3FA83F503FA05F424FA05F620
:1003A0005E4012BF1643B2FA82F502FA05F4C5F1B7
:1003B00020051EBF22FA05FC44EA0C04203556EA4B
:1003C000044C4FEA144418BF641C4FF000084FF06F
:1003D0000009904271EB030C39D3002919BFB1FA1F
:1003E00081F701FA07F6B0FA80F700FA07F6C7F1CD
:1003F00020071EBF20FA07FC46EA0C062037B6FB92
:10040000F4FCA7EB0507103F07F01F0BCBF120060C
:100410002CFA06F60CFA0BFB44BFB3460026202F3D
:10042000A4BF5E464FF0000B5BEA060C08BF4FF01E
:10043000010B19EB0B0948EB0608ABFB027C06FB32
:1004400002CC0BFB03CCC01B71EB0C01C1E70B46CC
:10045000024641464846BDE8F08B13B5084318BF35
:100460004FF0FF300146AFF30080BDE81C407047FD
:1004700000487047100000207546FFF7F9FFAE46B0
:1004800005006946534620F00700854618B020B5A0
:10049000FFF700FFBDE820404FF000064FF00007D7
:1004A0004FF000084FF0000BAC46ACE8C009ACE8D8
:1004B000C009ACE8C009ACE8C00921F007018D46CD
:1004C000704710B50446AFF300802046BDE81040E9
:1004D000FFF7CBBE01491820ABBEFEE726000200A5
:1004E0007047000080B586B00490049818B9FFE703
:1004F0000020059071E004980C3003900498006887
:1005000001F02EF9ADF80A000498406F48B1FFE7FA
:10051000049901F118004A6FBDF90A109047019043
:1005200002E000200190FFE70198ADF80A0004986E
:10053000D0F89C0050B1FFE7049901F17800D1F8A0
:100540009C20BDF90A109047009002E00020009026
:10055000FFE70098ADF80A0003984189BDF80A004A
:10056000401AADF80A00BDF90A00B0F1FF3F04DC03
:10057000FFE70020ADF80A00FFE7BDF90A00B0F57B
:10058000805F05DBFFE740F6FF70ADF80A00FFE78C
:10059000BDF80A0004998880BDF90A0000EE100A2F
:1005A000B8EEC00A0398018801EE101AB8EEC11A1D
:1005B00030EE410A90ED011A20EE010A0089401A3E
:1005C00001EE100AB8EEC11A80EE010A049880ED1F
:1005D000020A049880680590FFE79DED050A06B0C1
:1005E00080BD000080B587B00DF10C0CCDF800C0C7
:1005F00084460098CDF814C0ADF8121080ED000AC2
:10060000ADF80A20ADF80830059820B9FFE70120C1
:100610008DF81B0023E0009890ED000AB5EE400A2B
:10062000F1EE10FA04D0FFE7BDF80A0020B9FFE7A9
:1006300001208DF81B0012E0BDF80A0005998882A0
:10064000039805990861BDF8120005998881BDF8E5
:1006500008000599C88200208DF81B00FFE79DF86F
:100660001B0007B080BD000080B586B004908DF8F7
:100670000F100292049820B9FFE701208DF81700AF
:1006800029E0049818309DF80F100022009200F025
:1006900001FA009A04987830029900F071F9FFE7A6
:1006A0000498007E012804D1FFE70499022008760F
:1006B000FFE7FFE7FFE7049890F87800012805D1ED
:1006C000FFE70499022081F87800FFE7FFE70020A8
:1006D0008DF81700FFE79DF8170006B080BD0000F9
:1006E00080B584B002900298006803F09BFB0090F4
:1006F0000298006803F09EFB00284BD0FFE70098AB
:10070000002847D1FFE702980068806800F00D00DC
:10071000012809D1FFE70298006803F013FB029853
:100720000168032008600DE00299C86D40F01000D8
:10073000C8650299086E40F00100086601208DF836
:100740000F002BE001F09EFC0190FFE7029800688B
:100750008068C007E8B1FFE701F094FC0199401AF6
:10076000032815D3FFE7029800688068C00770B1BE
:10077000FFE70299C86D40F01000C8650299086E45
:1007800040F00100086601208DF80F0006E0FFE749
:10079000DCE7FFE700208DF80F00FFE79DF80F0072
:1007A00004B080BD80B584B0029000200090029813
:1007B000006803F03FFB002874D1FFE7029800684F
:1007C00080683F21C8F2000108420ED0FFE702997D
:1007D000C86D40F01000C8650299086E40F0010035
:1007E000086601208DF80F0060E00298006803F0B1
:1007F000C3FA40F20030C5F2000003F0DBFA000259
:1008000000281CD5FFE740F20000C2F2000000689B
:10081000800942F66351C0F23E51A0FB01108009ED
:1008200000EB40010C2000EB81000090FFE70098F6
:1008300020B1FFE7009801380090F8E7FFE701F0EA
:1008400021FC0190FFE7029800680068C00740BBE8
:10085000FFE70298006803F0EDFA28B9FFE7029875
:10086000006803F089FAFFE701F00CFC0199401AD7
:10087000032815D3FFE7029800680068C00770B925
:10088000FFE70299C86D40F01000C8650299086E34
:1008900040F00100086601208DF80F0006E0FFE738
:1008A000D1E7FFE700208DF80F00FFE79DF80F006C
:1008B00004B080BDFFE7FEE783B001908DF8031020
:1008C000019820B9FFE701208DF80B001EE0019888
:1008D00000680168886920F0700088619DF8030055
:1008E00040B1FFE7019908684A68016888691043C8
:1008F000886107E0019908688A680168886910437F
:100900008861FFE700208DF80B00FFE79DF80B00E2
:1009100003B0704780B586B00490039102920193B2
:10092000049830B1FFE7049838B1FFE7039820B985
:10093000FFE701208DF8170014E003980499086080
:1009400002980499486001980499886003980021EE
:10095000009102F08BFE0099039803F0C1F88DF826
:100960001700FFE79DF8170006B080BD7047000034
:1009700081B0EFF3108072B60090FFE7FEE7000051
:1009800084B0029001918DF80320FFE7029820B90E
:10099000FFE74FF0FF3003902FE00299002008702E
:1009A000FFE7019828B1FFE70198B0F5803F04D335
:1009B000FFE74FF0FF3003901FE001980299486075
:1009C00002990020C8608860029908610299486114
:1009D0009DF80310029A5170029A01211170029A37
:1009E00040F68111C0F600011162029A40F6012121
:1009F000C0F6000151620390FFE7039804B070470E
:100A000080B586B004900391FFE7049828B1FFE712
:100A100004980078022803D0FFE70398059036E099
:100A2000FFE7039B04998A68C868D21840EBE3701B
:100A30008A60C860049948690130486104990120BE
:100A4000087704984078012801D1FFE71BE004985B
:100A500041684069884215D3FFE7049A0192906883
:100A6000D168526900230293FFF726FC019A0146E0
:100A700002989161049948610499C860886004995A
:100A80000877FFE7FFE7049880690590FFE705987E
:100A900006B080BD85B003908DF80B100192FFE782
:100AA000039820B9FFE74FF0FF30049044E003992A
:100AB00000200870FFE79DF80B0028B1FFE79DF8C4
:100AC0000B000B2804DBFFE74FF0FF30049033E00E
:100AD00000200090FFE700989DF80B10884211DA83
:100AE000FFE701980399009A01EB820148600198A1
:100AF0000399009A01EB8201C862FFE70098013078
:100B00000090E8E70399002081F854009DF80B104D
:100B1000039A82F85510039A01211170039A40F646
:100B20009521C0F600019165039A40F64131C0F667
:100B30000001D1650490FFE7049805B070470000FC
:100B400089B007900691FFE7079828B1FFE707985B
:100B50000078022803D0FFE706980890DDE0FFE761
:100B6000079890F8541000EB8100406805900798B2
:100B700090F855008DF81300079890F854008DF800
:100B8000120007982C300390069807999DF81220C0
:100B900001EB820148609DF8120001308DF81200CF
:100BA0009DF812009DF81310884204DBFFE7002037
:100BB0008DF81200FFE79DF81200079981F85400A4
:100BC00000208DF80B008DF80A008DF809008DF8D3
:100BD0000800FFE79DF808009DF81310884229DA05
:100BE000FFE703989DF8081050F8210001909DF848
:100BF000090068B9FFE701980599884208D1FFE725
:100C00009DF808008DF80B0001208DF80900FFE722
:100C100006980199884206DDFFE79DF8080001303B
:100C20008DF80A00FFE7FFE79DF8080001308DF816
:100C30000800CFE79DF80A009DF80B10884206DDFA
:100C4000FFE79DF80A0001388DF80A00FFE79DF8DC
:100C50000A009DF80B10884207D1FFE70698039918
:100C60009DF80B2041F822004EE09DF80A009DF807
:100C70000B10884223DAFFE79DF80B008DF8030084
:100C8000FFE79DF803009DF80A10884210DDFFE79A
:100C900003999DF8032001EB820050F8040C41F801
:100CA0002200FFE79DF8030001388DF80300E8E714
:100CB000069803999DF80A2041F8220023E09DF848
:100CC0000B008DF80200FFE79DF802009DF80A1066
:100CD00088420FDAFFE703999DF8022001EB8200BA
:100CE000406841F82200FFE79DF8020001308DF8CE
:100CF0000200E9E7069803999DF80A2001EB8201BA
:100D000041F8040CFFE7FFE703989DF8131001F08A
:100D1000FE0150F811000890FFE7089809B07047ED
:100D200080B586B00490039100200190FFE70498FD
:100D300090F85800012804D1FFE702208DF8170031
:100D40005AE00499012081F85800FFE7FFE7049872
:100D5000FFF7C6FC8DF80B009DF80B00D8BBFFE732
:100D60000498C06D40F0020020F488500499C865D2
:100D700004980068039903F06BF9FFE70498006892
:100D800003F040F8F0B1FFE70198013001900198BD
:100D90004DF60261C0F20401884212D3FFE70498C5
:100DA000C06D40F0100020F002000499C865FFE714
:100DB0000499002081F85800FFE701208DF8170002
:100DC0001AE0DBE70498C06D40F0010020F002005B
:100DD0000499C86505E00499C86D40F01000C86525
:100DE000FFE7FFE70499002081F85800FFE79DF82E
:100DF0000B008DF81700FFE79DF8170006B080BDC7
:100E000080B5A4B02290219100208DF88300219814
:100E1000006808B1FFE7FFE7FFE7229890F8580065
:100E2000012804D1FFE702208DF88F009FE022996E
:100E3000012081F85800FFE7FFE700201B901C907D
:100E400022980068B0F1A04F06D1FFE740F20010F1
:100E5000C5F20000049002E000200490FFE704982F
:100E600078B9FFE72299C86D40F02000C865FFE718
:100E70002299002081F85800FFE701208DF88F00AB
:100E800075E0049802F0F6FF03902298006802F0E3
:100E9000F1FF002857D1FFE70398002853D1FFE75F
:100EA00040F20030C5F200001F902198006860B346
:100EB000FFE71F98806820F4604021994968229AD2
:100EC00092F8382041EA423108431F9988604FF078
:100ED000A04002F0B7FF029040F20010C5F20000FF
:100EE00002F0B0FF01460298084368B9FFE71F9877
:100EF000806840F61F718843219A116892681143F7
:100F000008431F998860FFE71CE01F99886820F458
:100F1000604088604FF0A04002F094FF019040F2E2
:100F20000010C5F2000002F08DFF01460198084351
:100F300038B9FFE71F99886840F61F7290438860B0
:100F4000FFE7FFE708E02299C86D40F02000C86580
:100F500001208DF88300FFE7FFE72299002081F848
:100F60005800FFE79DF883008DF88F00FFE79DF89C
:100F70008F0024B080BD000080B5C0B020901F91CC
:100F800000208DF87B001B901F98C0680021C4F2E0
:100F90007F01884201D0FFE700E0FFE7FFE72098EC
:100FA00090F85800012804D1FFE702208DF887004F
:100FB000D2E32099012081F85800FFE7FFE720984D
:100FC000006802F04FFF002840F0B283FFE720984E
:100FD00000681F990A68496802F054FF2098006869
:100FE00002F040FF1A902098006802F003FF199069
:100FF0001A98002840F0B881FFE71998002840F0BF
:10100000B381FFE71F988068B0F1004F0ED1FFE772
:10101000209800681F990968002202F05FFF20985D
:1010200000684FF0004103F005F80CE020980068DC
:101030001F9A1168926802F051FF20980068002101
:1010400002F0F8FFFFE71F98406920990968C96816
:1010500001F01801890888401D901F980069042834
:101060001CD0FFE7209800681F990A6809691D9B3A
:1010700002F086FF209800681F9A1169926902F0B9
:10108000B1FF209800681F9A1169127F013AB2FAE5
:1010900082F25209520602F091FF64E12098006842
:1010A000002102F097FE400348B9FFE7209800684E
:1010B000002102F08FFEC0F38460189018E02098A1
:1010C0000068002102F086FE90FAA0F03E903E9863
:1010D00020B9FFE720208DF8FF0005E03E98B0FA28
:1010E00080F08DF8FF00FFE79DF8FF001890FFE704
:1010F000189817901F980068400330B9FFE71F98B1
:101100000068C0F38460169015E01F98006890FA9C
:10111000A0F03C903C9820B9FFE720208DF8F70024
:1011200005E03C98B0FA80F08DF8F700FFE79DF8F5
:10113000F7001690FFE717981699884207D1FFE746
:10114000209800680022114602F060FFFFE7209817
:101150000068012102F03EFE400348B9FFE72098F5
:101160000068012102F036FEC0F38460159018E09B
:1011700020980068012102F02DFE90FAA0F03A902C
:101180003A9820B9FFE720208DF8EF0005E03A9863
:10119000B0FA80F08DF8EF00FFE79DF8EF001590B2
:1011A000FFE7159814901F980068400330B9FFE7D7
:1011B0001F980068C0F38460139015E01F980068C2
:1011C00090FAA0F03890389820B9FFE720208DF8E9
:1011D000E70005E03898B0FA80F08DF8E700FFE707
:1011E0009DF8E7001390FFE714981399884207D100
:1011F000FFE7209800680121002202F007FFFFE7C7
:1012000020980068022102F0E5FD400348B9FFE79D
:1012100020980068022102F0DDFDC0F38460129086
:1012200018E020980068022102F0D4FD90FAA0F0A6
:101230003690369820B9FFE720208DF8DF0005E0D2
:101240003698B0FA80F08DF8DF00FFE79DF8DF00F8
:101250001290FFE7129811901F980068400330B970
:10126000FFE71F980068C0F38460109015E01F9896
:10127000006890FAA0F03490349820B9FFE720205D
:101280008DF8D70005E03498B0FA80F08DF8D700DB
:10129000FFE79DF8D7001090FFE71198109988425A
:1012A00007D1FFE7209800680221002202F0AEFE7D
:1012B000FFE720980068032102F08CFD400348B945
:1012C000FFE720980068032102F084FDC0F38460EA
:1012D0000F9018E020980068032102F07BFD90FA3F
:1012E000A0F03290329820B9FFE720208DF8CF008F
:1012F00005E03298B0FA80F08DF8CF00FFE79DF856
:10130000CF000F90FFE70F980E901F9800684003E2
:1013100030B9FFE71F980068C0F384600D9015E0B6
:101320001F98006890FAA0F03090309820B9FFE73D
:1013300020208DF8C70005E03098B0FA80F08DF8D5
:10134000C700FFE79DF8C7000D90FFE70E980D99C5
:10135000884207D1FFE7209800680321002202F0AD
:1013600055FEFFE7FFE7FFE72098006802F062FD07
:10137000002840F04481FFE7209800681F9A116818
:10138000D26802F0C7FD1F98C0680021C4F27F0137
:10139000884240F03381FFE7209800680C901F9846
:1013A0000068400330B9FFE71F980068C0F384600D
:1013B0000B9015E01F98006890FAA0F02E902E98E0
:1013C00020B9FFE720208DF8BF0005E02E98B0FA85
:1013D00080F08DF8BF00FFE79DF8BF000B90FFE79E
:1013E0000B98013000F01F0009287DD8FFE71F98F7
:1013F0000068400330B9FFE71F980068C0F38460BD
:101400000A9015E01F98006890FAA0F02C902C9894
:1014100020B9FFE720208DF8B70005E02C98B0FA3E
:1014200080F08DF8B700FFE79DF8B7000A90FFE75E
:101430000A98013000F01F00800609901F9800688C
:10144000400330B9FFE71F980068C0F3846008903C
:1014500015E01F98006890FAA0F02A902A9820B909
:10146000FFE720208DF8AF0005E02A98B0FA80F061
:101470008DF8AF00FFE79DF8AF000890FFE70998EF
:101480000899013101F01F020121914008430790A2
:101490001F980068400330B9FFE71F980068C0F349
:1014A0008460069015E01F98006890FAA0F02890DC
:1014B000289820B9FFE720208DF8A70005E028989C
:1014C000B0FA80F08DF8A700FFE79DF8A70006901E
:1014D000FFE707980699013101F01F0101EB410177
:1014E00040EA0150059082E01F980068400330B93F
:1014F000FFE71F980068C0F38460049015E01F9810
:10150000006890FAA0F02690269820B9FFE72020E6
:101510008DF89F0005E02698B0FA80F08DF89F00C6
:10152000FFE79DF89F000490FFE70498013000F06A
:101530001F00800603901F980068400330B9FFE742
:101540001F980068C0F38460029015E01F9800683F
:1015500090FAA0F02490249820B9FFE720208DF87D
:10156000970005E02498B0FA80F08DF89700FFE727
:101570009DF897000290FFE703980299013101F06E
:101580001F0201219140084301901F980068400309
:1015900030B9FFE71F980068C0F38460009015E041
:1015A0001F98006890FAA0F02290229820B9FFE7D7
:1015B00020208DF88F0005E02298B0FA80F08DF899
:1015C0008F00FFE79DF88F000090FFE701990098DA
:1015D000013000F01F0000EB40020020CFF6206039
:1015E00000EB0250084340F000700590FFE70C98B4
:1015F00005991F9A926802F071FCFFE7FFE71F98B8
:10160000408848F20801084200F09180FFE740F26C
:101610000030C5F2000002F0CDFB1C901F9800685E
:101620000021CCF22131884208D0FFE71F980068E2
:101630001021C9F2C001884232D1FFE79DF8720043
:10164000000600282CD4FFE720980068B0F1A04FD6
:1016500025D1FFE71C9840F4000140F20030C5F2AC
:10166000000002F07FFC40F20000C2F200000068BF
:10167000800942F66351C0F23E51A0FB011080097F
:1016800000EB40010C2000EB81001B90FFE71B9852
:1016900020B1FFE71B9801381B90F8E7FFE745E012
:1016A0001F9800680021CCF25271884219D1FFE7DF
:1016B0009DF87300C007A0B9FFE72098006840F2CA
:1016C0000011C5F2000188420AD0FFE71C9840F0E3
:1016D000807140F20030C5F2000002F043FCFFE7E9
:1016E00023E01F9800680021CCF6843188421AD18B
:1016F000FFE79DF872004006002814D4FFE7209809
:10170000006840F20011C5F2000188420AD0FFE7EC
:101710001C9840F4800140F20030C5F2000002F055
:1017200021FCFFE700E0FFE7FFE7FFE7FFE708E056
:101730002099C86D40F02000C86501208DF87B001D
:10174000FFE7FFE72099002081F85800FFE79DF8A8
:101750007B008DF88700FFE79DF8870040B080BDD3
:1017600081B0009000980068006C01B070470000E4
:1017700080B588B0069000208DF81700019006987B
:1017800020B9FFE701208DF81F0079E10698406934
:1017900040B1FFE7069890F82400012801D1FFE747
:1017A000FFE7FFE70698C06D50B9FFE7069800F025
:1017B0006BF9069900200866069981F85800FFE742
:1017C0000698006802F026FB28B1FFE7069800683B
:1017D00002F0C6FAFFE70698006802F03BFBF0B99A
:1017E000FFE70698006802F0D5FA40F20000C2F266
:1017F00000000068800942F66351C0F23E51A0FB30
:1018000001108109022000EB41000190FFE70198DF
:1018100020B1FFE7019801380190F8E7FFE706984B
:10182000006802F017FB70B9FFE70699C86D40F039
:101830001000C8650699086E40F001000866012096
:101840008DF81700FFE70698006802F00BFB039085
:101850000698C06DC006002800F10481FFE70398D8
:10186000002840F0FF80FFE70698C06D40F00200BE
:1018700020F480700699C8650698006802F0DAFACC
:10188000D0B9FFE74FF0A04002F0D4FA009040F248
:101890000010C5F2000002F0CDFA0146009808439E
:1018A00048B9FFE70698416840F20030C5F20000F1
:1018B00002F04AFBFFE7FFE706994A7FC86B40EA60
:1018C00042308A68CB681843104391F8241040EAEC
:1018D00001400490069890F8240001280BD1FFE7FE
:1018E0000698816A0020CFF6FE7000EB4141049813
:1018F00008430490FFE70698C06A50B1FFE70699D5
:10190000C86A096B00F47870014304980843049096
:10191000FFE706980068C06844F20701CFF6F0714F
:1019200008400499084306990968C8600698006849
:10193000006920F04060069A1168526B10430861FC
:101940000698006802F056FA02900398002868D1C1
:10195000FFE70298002864D1FFE70699087F91F815
:101960003810800340EA4100049006980068C0687F
:1019700044F2020188430499084306990968C86043
:1019800006980069A0B1FFE706980168086940F46D
:101990008030086106980068D0F8C00043F6FF71F7
:1019A0008843069A116812691043C1F8C00011E01B
:1019B00006980168086920F480300861069800687C
:1019C000D0F8C00043F6FF71884306990968C1F852
:1019D000C000FFE7069890F84000012819D1FFE702
:1019E00006980068006940F2FD7120EA0102069B3A
:1019F0001968586CD3F848E0D3F84CC040EA0E00A0
:101A000040EA0C001B6D1843104340F001000861D0
:101A100006E006980168086920F001000861FFE708
:101A2000FFE70698406901280CD1FFE70698006897
:101A3000006B20F00F00069A1168126A013A1043F9
:101A4000086306E006980168086B20F00F00086341
:101A5000FFE70698C06D40F0010020F002000699F3
:101A6000C86508E00699C86D40F01000C8650120FF
:101A70008DF81700FFE79DF817008DF81F00FFE7AE
:101A80009DF81F0008B080BD80B59AB01990002065
:101A90001890179016901590149003A84421FEF703
:101AA00045FC19980068B0F1A04F38D1FFE74FF41A
:101AB000004003904FF00050129003A800F07AFC11
:101AC00018B1FFE7FEF754FFFFE7FFE741F24C00D4
:101AD000C4F20200016841F400510160006800F4A2
:101AE000005002900298FFE7FFE741F24C00C4F279
:101AF0000200016841F001010160006800F001008E
:101B000001900198FFE70120149003201590002018
:101B100016904FF0904014A900F0EAF8FFE71AB0D1
:101B200080BD000080B588B0069040F20030C5F25C
:101B3000000002F047F903900698006802F092F95D
:101B4000002840F0C880FFE7FFE7069890F85800AB
:101B5000012804D1FFE702208DF81F00C4E0069998
:101B6000012081F85800FFE7FFE70698FEF71AFE0C
:101B70008DF817009DF81700002840F0A480FFE7BB
:101B80000698C06D40F4807040F601618843069964
:101B9000C8650698006840F20011C5F2000188424D
:101BA00004D1FFE74FF0A040029003E006980068E0
:101BB0000290FFE7029806990968884203D0FFE780
:101BC000039830B9FFE70699C86D20F48010C86506
:101BD000FFE70698C06DC004002806D5FFE7069908
:101BE000086E20F00600086603E0069900200866EB
:101BF000FFE7069801681C200860FFE706990020AF
:101C000081F85800FFE70698006840F20011C5F21D
:101C10000001884204D1FFE74FF0A040019003E0AB
:101C2000069800680190FFE70198069909688842C4
:101C30000BD0FFE7039840B1FFE70398052804D0D5
:101C4000FFE70398092815D1FFE706980068C068E8
:101C50008001002809D5FFE70698C06D40F4805048
:101C600020F400500699C865FFE70698006802F066
:101C700027F927E00699C86D40F48010C8650698DA
:101C8000006840F20011C5F20001884204D1FFE76C
:101C90004FF0A040009003E0069800680090FFE736
:101CA000009804900498C0688001002809D5FFE7D7
:101CB0000698C06D40F4805020F400500699C86525
:101CC000FFE7FFE706E0FFE70699002081F85800EC
:101CD000FFE7FFE703E002208DF81700FFE79DF81C
:101CE00017008DF81F00FFE79DF81F0008B080BDAA
:101CF0008BB00A90099100200890FFE709980068CE
:101D00000899C840002800F0A581FFE709980068FD
:101D1000089A01219140084007900798002800F098
:101D20009581FFE70998406800F00300012807D07B
:101D3000FFE70998406800F0030002282FD1FFE771
:101D40000A988068069008984100032000FA01F183
:101D50000698884306900998C0680899490000FAD7
:101D600001F106980843069006980A9988600A9837
:101D7000406806900899012000FA01F1069888430E
:101D8000069009984068C0F30010089900FA01F124
:101D900006980843069006980A994860FFE7099854
:101DA000406800F00300032818D0FFE70A98C068D5
:101DB000069008984100032000FA01F10698884334
:101DC0000690099880680899490000FA01F1069880
:101DD0000843069006980A99C860FFE7099840688A
:101DE00000F00300022826D1FFE70A9808996FF057
:101DF000030202EA51010844006A0690089800F0C4
:101E0000070081000F2000FA01F106988843069030
:101E100009980069089901F00701890000FA01F1A9
:101E200006980843069006980A99089B02EA53020E
:101E300011440862FFE70A9800680690089841007C
:101E4000032000FA01F1069888430690099840683B
:101E500000F003000899490000FA01F106980843D0
:101E6000069006980A9908600998807980070028EA
:101E700000F0EB80FFE7FFE741F26000C4F20200F0
:101E8000016841F001010160006800F00100059067
:101E90000598FFE7089820F003000821C4F201012B
:101EA00040580690089800F0030081000F2000FAC7
:101EB00001F10698884306900A98B0F1904F03D13B
:101EC000FFE70020049042E00A9840F20041C4F687
:101ED0000001884203D1FFE70120039034E00A9813
:101EE00040F60001C4F60001884203D1FFE702205A
:101EF000029026E00A9840F60041C4F600018842AC
:101F000003D1FFE70320019018E00A9841F2000195
:101F1000C4F60001884203D1FFE7042000900AE0E4
:101F20000A9941F20042C4F600020620914208BF1D
:101F300005200090FFE700980190FFE701980290CC
:101F4000FFE702980390FFE703980490FFE70498E7
:101F5000089901F00301890000FA01F1069808438D
:101F600006900698089921F003010822C4F20102A4
:101F7000885040F20840C4F20100006806900799BA
:101F800006988843069009988079C006002805D5F0
:101F9000FFE70799069808430690FFE7069840F286
:101FA0000841C4F20101086040F20C40C4F2010093
:101FB00000680690079906988843069009988079EA
:101FC0008006002805D5FFE7079906980843069084
:101FD000FFE7069840F20C41C4F20101086040F2AC
:101FE0000440C4F2010000680690079906988843EF
:101FF0000690099880798007002805D5FFE70799A2
:10200000069808430690FFE7069840F20441C4F2A0
:102010000101086040F20040C4F20100006806902F
:10202000079906988843069009988079C00728B1D7
:10203000FFE70799069808430690FFE7069840F2E5
:102040000041C4F201010860FFE7FFE70898013092
:10205000089053E60BB0704782B00190ADF80210C3
:102060008DF801209DF8010028B1FFE7BDF80200BE
:102070000199886104E0BDF8020001998862FFE7D8
:1020800002B0704740F21C40C2F200000068704786
:1020900040F20800C2F20000026840F21C41C2F2A5
:1020A00000010868104408607047000080B582B0E5
:1020B00000208DF80700032000F090F80F2000F0BA
:1020C0000DF820B1FFE701208DF8070002E000F0D5
:1020D00049F8FFE79DF8070002B080BD80B582B0E7
:1020E000019000208DF8030040F20800C2F20000C9
:1020F000006878B3FFE740F20000C2F20000006819
:1021000040F20801C2F200010A684FF47A71B1FB93
:10211000F2F1B0FBF1F001F069F9B0B9FFE7019815
:102120000F280DD8FFE701994FF0FF30002200F093
:102130003DF8019840F20C01C2F20001086003E092
:1021400001208DF80300FFE703E001208DF8030074
:10215000FFE703E001208DF80300FFE79DF803008F
:1021600002B080BD80B582B0FFE741F26000C4F2EA
:102170000200016841F001010160006800F0010007
:1021800001900198FFE7FFE741F25800C4F2020016
:10219000016841F080510160006800F080500090BB
:1021A0000098FFE700F0FCF802B080BD80B586B073
:1021B0008DF817000491039202F0EEFF02909DF952
:1021C0001700019002980499039A02F0B1F80146B1
:1021D000019802F0E9FF06B080BD000080B582B032
:1021E0000190019803F002F802B080BD85B0039021
:1021F000039800285ED1FFE747F20000C4F2000018
:10220000006800F4C060B0F5806F49D1FFE747F285
:102210008001C4F20001086820F48070086047F271
:102220000002C4F200021168012060F34A2111602B
:1022300040F20001C2F200010968322251434DF61A
:102240008362C4F21B32A1FB022100EB9140029099
:10225000FFE747F21400C4F20000016800204905BE
:102260000029019006D5FFE70298002818BF012039
:102270000190FFE70198C00720B1FFE702980138FD
:102280000290E6E747F21400C4F20000006840053F
:10229000002804D5FFE703208DF813007CE008E058
:1022A00047F28001C4F20001086820F480700860E1
:1022B000FFE76DE00398B0F5007F5ED1FFE747F2DE
:1022C0000000C4F20000006800F4C060B0F5806F48
:1022D00049D1FFE747F28001C4F20001086840F4E9
:1022E0008070086047F20002C4F200021168012009
:1022F00060F34A21116040F20001C2F20001096856
:10230000322251434DF68362C4F21B32A1FB0221FB
:1023100000EB91400290FFE747F21400C4F2000086
:102320000168002049050029009006D5FFE70298C2
:10233000002818BF01200090FFE70098C00720B1D7
:10234000FFE7029801380290E6E747F21400C4F272
:10235000000000684005002804D5FFE703208DF841
:10236000130019E008E047F28001C4F20001086898
:1023700040F480700860FFE709E047F20001C4F212
:1023800000010868022262F34A200860FFE7FFE7C5
:1023900000208DF81300FFE79DF8130005B070478B
:1023A00047F20801C4F20001086840F48040086068
:1023B0007047000080B586B0059000208DF80B00B6
:1023C0008DF80A00059880780007002840F1B58054
:1023D000FFE700208DF8090041F25800C4F2020026
:1023E0000068C000002813D4FFE7FFE741F258005F
:1023F000C4F20200016841F080510160006800F001
:10240000805001900198FFE701208DF80900FFE757
:1024100047F20001C4F20001086840F480700860CF
:10242000FFF730FE0390FFE747F20000C4F2000020
:102430000068C00500280CD4FFE7FFF723FE0399CE
:10244000401A032804D3FFE703208DF80B0000E0B7
:10245000EAE79DF80B0000285BD1FFE741F290000E
:10246000C4F20200006800F4407004900498C8B1FF
:10247000FFE704980599096C884213D0FFE741F201
:102480009001C4F20201086820F4407004900868CA
:1024900040F480300860086820F4803008600498B8
:1024A0000860FFE79DF81000C007E0B1FFE7FFF705
:1024B000E9FD0390FFE741F29000C4F202000068DA
:1024C000800700280ED4FFE7FFF7DCFD0399401AD0
:1024D00041F28931884204D3FFE703208DF80B00D5
:1024E00000E0E8E7FFE79DF80B0060B9FFE741F285
:1024F0009001C4F20201086820F44070059A126C41
:102500001043086004E09DF80B008DF80A00FFE717
:1025100004E09DF80B008DF80A00FFE79DF8090024
:10252000012809D1FFE741F25801C4F2020108680D
:1025300020F080500860FFE7FFE705980078C007AB
:1025400060B1FFE741F28801C4F20201086820F09F
:102550000300059A526810430860FFE70598007869
:10256000800700280CD5FFE741F28801C4F2020180
:10257000086820F00C00059A926810430860FFE795
:1025800005980078400700280CD5FFE741F2880144
:10259000C4F20201086820F03000059AD2681043A6
:1025A0000860FFE705980078000700280CD5FFE7D2
:1025B00041F28801C4F20201086820F0C000059AC7
:1025C000126910430860FFE705980078800600282C
:1025D0000CD5FFE741F28801C4F20201086820F43B
:1025E0004060059A526910430860FFE7059800783B
:1025F000400600280CD5FFE741F28801C4F2020131
:10260000086820F44050059A926910430860FFE77B
:1026100005980078000600280CD5FFE741F28801F4
:10262000C4F20201086820F44040059AD2691043C0
:102630000860FFE705984078C00760B1FFE741F206
:102640008801C4F20201086820F44030059A126A39
:1026500010430860FFE705984078800700280CD5F4
:10266000FFE741F28801C4F20201086820F440202B
:10267000059A526A10430860FFE7059840784007C2
:1026800000281BD5FFE741F28801C4F20201086867
:1026900020F44010059A926A104308600598806AF9
:1026A000B0F5801F09D1FFE741F20C01C4F202012D
:1026B000086840F480100860FFE7FFE7059840785D
:1026C000000700281BD5FFE741F28801C4F2020190
:1026D000086820F44000059AD26A10430860059803
:1026E000C06AB0F5800F09D1FFE741F20C01C4F2D6
:1026F0000201086840F480100860FFE7FFE70598D2
:102700004078C00600281BD5FFE741F28801C4F2DB
:102710000201086820F04070059A126B10430860AF
:102720000598006BB0F1807F09D1FFE741F20C0101
:10273000C4F20201086840F480100860FFE7FFE778
:1027400005984078800600281BD5FFE741F28801F4
:10275000C4F20201086820F04060059A526B1043F1
:1027600008600598406BB0F1006F09D1FFE741F2B6
:102770000C01C4F20201086840F480100860FFE711
:10278000FFE705984078400600281BD5FFE741F297
:102790008801C4F20201086820F04060059A926B3B
:1027A000104308600598806BB0F1006F09D1FFE716
:1027B00041F20C01C4F20201086840F48010086084
:1027C000FFE7FFE705984078000600281BD5FFE7E4
:1027D00041F28801C4F20201086820F04050059AD5
:1027E000D26B104308600598C06BB0F1805F09D1CF
:1027F000FFE741F20C01C4F20201086840F48030A6
:102800000860FFE7FFE79DF80A0006B080BD000002
:1028100080B586B00490039100200090049820B900
:10282000FFE701208DF8170081E1039842F20001D3
:10283000C4F20201096801F00F01884216D9FFE7CE
:1028400042F20000C4F20200016821F00F01039A75
:1028500011430160006800F00F000399884204D022
:10286000FFE701208DF8170061E1FFE70498007889
:10287000C007002800F0A380FFE704984068032801
:1028800039D1FFE741F20000C4F202000068800184
:10289000002804D4FFE701208DF8170047E101F07C
:1028A0007FFD019001984BF20141C0F2C441884282
:1028B00020D3FFE741F20800C4F20200006810F0E4
:1028C000F00F0AD0FFE7049800788007002810D5A1
:1028D000FFE70498806860B9FFE741F20801C4F29D
:1028E00002010868082262F3071008608020009047
:1028F000FFE7FFE738E00498406802280ED1FFE7C1
:1029000041F20000C4F2020000688003002804D4F1
:10291000FFE701208DF8170009E10DE041F200000A
:10292000C4F2020000684005002804D4FFE701203B
:102930008DF81700FBE0FFE700F0FEF8019001982A
:102940004BF20141C0F2C44188420CD3FFE741F28F
:102950000801C4F202010868082262F30710086047
:1029600080200090FFE7FFE741F20801C4F2020176
:10297000086820F00300049A526810430860FFF7CB
:1029800081FB0290FFE741F20800C4F202000068F8
:1029900000F00C0004994968B0EB810F0ED0FFE7FE
:1029A000FFF770FB0299401A41F28931884204D343
:1029B000FFE703208DF81700B9E0E4E7FFE704988C
:1029C0000078800700282CD5FFE70498007840079E
:1029D000002809D5FFE741F20801C4F202010868A6
:1029E00040F4E0600860FFE70498007800070028E2
:1029F0000BD5FFE741F20801C4F20201086840F478
:102A0000E06020F460500860FFE741F20801C4F282
:102A10000201086820F0F000049A926810430860F0
:102A20000DE00098802809D1FFE741F20801C4F2C7
:102A30000201086820F0F0000860FFE7FFE7039854
:102A400042F20001C4F20201096801F00F0188425C
:102A500028D2FFE742F20001C4F20201086820F028
:102A60000F00039A10430860FFF70CFB0290FFE78A
:102A700042F20000C4F20200006800F00F00039967
:102A800088420ED0FFE7FFF7FDFA0299401A41F2A3
:102A90008931884204D3FFE703208DF8170046E010
:102AA000E6E7FFE704980078400700280CD5FFE729
:102AB00041F20801C4F20201086820F4E060049ABF
:102AC000D26810430860FFE70498007800070028E8
:102AD0000DD5FFE741F20801C4F20201086820F4B5
:102AE0006050049A126940EAC2000860FFE700F0F3
:102AF00023F841F20801C4F202010968C9B20A09C7
:102B000045F20E51C0F60001895C01F01F01C8407A
:102B100040F20001C2F20001086040F20C00C2F273
:102B200000000068FFF7DAFA8DF81700FFE79DF85C
:102B3000170006B080BD000086B041F20800C4F264
:102B40000200006800F00C00042806D1FFE742F202
:102B50000040C0F2F400019069E041F20800C4F2C4
:102B60000200006800F00C00082806D1FFE741F2DF
:102B70000020C0F27A00019058E041F20800C4F24F
:102B80000200006800F00C000C284BD1FFE741F276
:102B90000C00C4F20200016801F003010491006816
:102BA000C1B2012000EB111002900498009002289D
:102BB00015D0FFE70098032812D1FFE7029941F2F0
:102BC0000020C0F27A00B0FBF1F041F20C01C4F237
:102BD00002010968C1F306214843059011E0FFE7AF
:102BE000029942F20040C0F2F400B0FBF1F041F271
:102BF0000C01C4F202010968C1F3062148430590A3
:102C0000FFE741F20C00C4F20200006800F0C0616E
:102C1000022000EB1160039005980399B0FBF1F0DE
:102C2000019002E000200190FFE7FFE7FFE7019835
:102C300006B07047B0B588B00690069820B9FFE797
:102C400001208DF81F00CCE306980078C00700280B
:102C500000F09B80FFE741F20800C4F20200006828
:102C600000F00C00049041F20C00C4F20200006875
:102C700000F00300039004980C2804D1FFE70398A8
:102C8000032804D0FFE70498082812D1FFE741F297
:102C90000000C4F2020000688003002808D5FFE7A6
:102CA0000698406820B9FFE701208DF81F0098E3DF
:102CB0006AE0FFE706984068B0F5803F09D1FFE77A
:102CC00041F20001C4F20201086840F4803008605B
:102CD00020E006984068B0F5A02F0DD1FFE741F243
:102CE0000001C4F20201086840F48020086008680E
:102CF00040F4803008600CE041F20001C4F20201AF
:102D0000086820F480300860086820F4802008609B
:102D1000FFE7FFE7FFE706984068D0B1FFE7FFF75E
:102D2000B1F90590FFE741F20000C4F2020000682B
:102D3000800300280CD4FFE7FFF7A4F90599401A97
:102D4000652804D3FFE703208DF81F0049E3EAE775
:102D500019E0FFF797F90590FFE741F20000C4F290
:102D600002000068800300280CD5FFE7FFF78AF90E
:102D70000599401A652804D3FFE703208DF81F004A
:102D80002FE3EAE7FFE7FFE7FFE706980078800711
:102D9000002840F19F80FFE741F20800C4F20200E2
:102DA000006800F00C00049041F20C00C4F2020034
:102DB000006800F00300039004980C2804D1FFE79A
:102DC0000398022804D0FFE7049804282CD1FFE7D9
:102DD00041F20000C4F2020000684005002808D556
:102DE000FFE70698C06820B9FFE701208DF81F00B3
:102DF000F7E241F20401C4F20201086820F0FE404B
:102E0000069A126940EA0260086040F20C00C2F2C1
:102E100000000068FFF762F920B1FFE701208DF89C
:102E20001F00DEE2FFE754E00698C06870B3FFE7DA
:102E300041F20001C4F20201086840F480700860A9
:102E4000FFF720F90590FFE741F20000C4F202000D
:102E50000068400500280CD4FFE7FFF713F9059937
:102E6000401A032804D3FFE703208DF81F00B8E2BF
:102E7000EAE741F20401C4F20201086820F0FE40D2
:102E8000069A126940EA0260086021E041F20001FE
:102E9000C4F20201086820F480700860FFF7F2F8BD
:102EA0000590FFE741F20000C4F20200006840050F
:102EB00000280CD5FFE7FFF7E5F80599401A03282D
:102EC00004D3FFE703208DF81F008AE2EAE7FFE75B
:102ED000FFE7FFE7069800780007002849D5FFE7DD
:102EE0000698406910B3FFE741F29401C4F2020171
:102EF000086840F001000860FFF7C4F80590FFE79C
:102F000041F29400C4F202000068800700280CD44B
:102F1000FFE7FFF7B7F80599401A032804D3FFE746
:102F200003208DF81F005CE2EAE721E041F2940102
:102F3000C4F20201086820F001000860FFF7A2F85F
:102F40000590FFE741F29400C4F202000068800798
:102F500000280CD5FFE7FFF795F80599401A0328DC
:102F600004D3FFE703208DF81F003AE2EAE7FFE70A
:102F7000FFE7069800784007002840F1C680FFE789
:102F800000208DF80B0041F25800C4F202000068E6
:102F9000C000002813D4FFE7FFE741F25800C4F255
:102FA0000200016841F080510160006800F080502B
:102FB00001900198FFE701208DF80B00FFE747F231
:102FC0000000C4F200000068C005002822D4FFE71A
:102FD00047F20001C4F20001086840F48070086004
:102FE000FFF750F80590FFE747F20000C4F2000039
:102FF0000068C00500280CD4FFE7FFF743F80599E7
:10300000401A032804D3FFE703208DF81F00E8E1EE
:10301000EAE7FFE7FFE706988068012809D1FFE7A4
:1030200041F29001C4F20201086840F0010008601A
:103030001FE00698806805280DD1FFE741F2900156
:10304000C4F20201086840F004000860086840F01B
:10305000010008600CE041F29001C4F2020108682E
:1030600020F001000860086820F004000860FFE715
:10307000FFE7FFE706988068E0B1FFE7FFF702F897
:103080000590FFE741F29000C4F20200006880075B
:1030900000280ED4FFE7FEF7F5FF0599401A41F22C
:1030A0008931884204D3FFE703208DF81F0098E19F
:1030B000E8E71BE0FEF7E6FF0590FFE741F290002E
:1030C000C4F202000068800700280ED5FFE7FEF773
:1030D000D9FF0599401A41F28931884204D3FFE7AC
:1030E00003208DF81F007CE1E8E7FFE79DF80B0067
:1030F000012809D1FFE741F25801C4F20201086832
:1031000020F080500860FFE7FFE70698007880060F
:10311000002849D5FFE70698806910B3FFE741F220
:103120009801C4F20201086840F001000860FEF74F
:10313000A9FF0590FFE741F29800C4F20200006881
:10314000800700280CD4FFE7FEF79CFF0599401A82
:10315000032804D3FFE703208DF81F0041E1EAE7CD
:1031600021E041F29801C4F20201086820F0010058
:103170000860FEF787FF0590FFE741F29800C4F270
:1031800002000068800700280CD5FFE7FEF77AFFF1
:103190000599401A032804D3FFE703208DF81F0088
:1031A0001FE1EAE7FFE7FFE70698C069002800F0A3
:1031B0001481FFE741F20800C4F20200006800F049
:1031C0000C000C2800F0B080FFE70698C0690228C8
:1031D0007CD1FFE741F20001C4F20201086820F04F
:1031E00080700860FEF74EFF0590FFE741F2000097
:1031F000C4F202000068800100280CD5FFE7FEF74A
:1032000041FF0599401A032804D3FFE703208DF8F6
:103210001F00E6E0EAE741F20C01C4F2020108688F
:1032200048F20C02C0F29F121040DDF818C0DCF822
:103230002020DCF82450DCF828E0DCF82C306FF09B
:103240000F0404EB0514224342EA0E22DCF830405E
:1032500040F2000ECFF6E07E0EEA045EAEF5001EF0
:1032600042EA0E02DCF834E04FF07E4C0CEA0E6CC1
:103270000CF17E4C42EA0C0242EAC3621043086041
:1032800041F20002C4F20202106840F08070106047
:10329000086840F080700860FEF7F4FE0590FFE7D4
:1032A00041F20000C4F202000068800100280CD442
:1032B000FFE7FEF7E7FE0599401A032804D3FFE76E
:1032C00003208DF81F008CE0EAE72CE041F20001BA
:1032D000C4F20201086820F080700860FEF7D2FE98
:1032E0000590FFE741F20000C4F20200006880018F
:1032F00000280CD5FFE7FEF7C5FE0599401A032804
:1033000004D3FFE703208DF81F006AE0EAE741F2EB
:103310000C01C4F2020108684FF6FC72CFF6EE62AF
:1033200010400860FFE757E00698C069012804D103
:10333000FFE701208DF81F0053E041F20C00C4F2BA
:10334000020000680390039800F003000699096AE0
:1033500088423BD1FFE7039800F0F00006994A6AE3
:103360006FF00F0101EB021188422FD1FFE70398A4
:1033700000F4FE400699896AB0EB012F26D1FFE7E1
:10338000039800F078400699C96AB0EBC16F1DD16F
:10339000FFE7039800F4C00006990A6B0021CFF6FE
:1033A000E07101EA0251A1F5001188420ED1FFE758
:1033B000039800F0C06006994A6B4FF07E4101EA25
:1033C000026101F17E41884204D0FFE701208DF8BF
:1033D0001F0006E0FFE7FFE7FFE700208DF81F0072
:1033E000FFE79DF81F0008B0B0BD000080B582B0B7
:1033F0000190019801F024F802B080BD84B00290E1
:10340000019100200090FFE7029890F83C0001280D
:1034100004D1FFE702208DF80F0083E0029901201C
:1034200081F83C00FFE7FFE7009820F0FF000199DA
:10343000C96808430090009820F440700199896899
:1034400008430090009820F480600199496808437F
:103450000090009820F400600199096808430090EA
:10346000009820F480500199096908430090009861
:1034700020F400500199496908430090009820F415
:1034800080400199096B08430090009820F4702057
:103490000199896940EA01400090009820F080502D
:1034A0000199C969084300900298006842F60041FA
:1034B000C4F20101884209D0FFE70298006843F294
:1034C0000041C4F2010188421ED1FFE7009820F4B8
:1034D00070000199896A40EA01500090009820F03C
:1034E00080700199096A08430090009820F00070EC
:1034F0000199496A08430090009820F00050019912
:10350000C96A08430090FFE7009802990968486477
:10351000FFE70299002081F83C00FFE700208DF8CA
:103520000F00FFE79DF80F0004B0704785B00390CF
:103530000291FFE7039890F83C00012804D1FFE7CF
:1035400002208DF813008CE00399012081F83C00E3
:10355000FFE7FFE70399022081F83D000398006828
:1035600040680190039800688068009003980068A4
:1035700042F60041C4F20101884209D0FFE70398F6
:10358000006843F20041C4F2010188420AD1FFE71A
:10359000019820F470000190029841680198084356
:1035A0000190FFE701984FF68F71CFF6FF51084069
:1035B00001900298016801980843019001980399CD
:1035C000096848600398006842F60041C4F20101AE
:1035D00088422AD0FFE703980068B0F1804F24D0DA
:1035E000FFE70398006840F20041C4F200018842FE
:1035F0001BD0FFE70398006840F60001C4F2000109
:10360000884212D0FFE70398006843F20041C4F2F9
:103610000101884209D0FFE70398006844F20001E5
:10362000C4F2010188420ED1FFE7009820F080002B
:1036300000900298816800980843009000980399D0
:1036400009688860FFE70399012081F83D00FFE7E2
:103650000399002081F83C00FFE700208DF813005B
:10366000FFE79DF8130005B07047000080B58AB0F1
:1036700008900791079828B9FFE7089890F8440048
:1036800005901CE00798042805D1FFE7089890F8FA
:103690004500049010E00798082805D1FFE7089836
:1036A00090F84600039004E0089890F847000390D3
:1036B000FFE703980490FFE704980590FFE705985B
:1036C000012804D0FFE701208DF8270089E0079842
:1036D00028B9FFE70899022081F844001EE0079806
:1036E000042806D1FFE70899022081F845000290DE
:1036F00012E00798082806D1FFE70899022081F810
:103700004600019005E00899022081F847000190E9
:10371000FFE701980290FFE70298FFE7089800682A
:103720000799042200F0E6FF08980168486C40F40D
:10373000004048640898006842F60041C4F2010164
:1037400088422AD0FFE708980068B0F1804F24D063
:10375000FFE70898006840F20041C4F20001884287
:103760001BD0FFE70898006840F60001C4F2000192
:10377000884212D0FFE70898006843F20041C4F283
:103780000101884209D0FFE70898006844F200016F
:10379000C4F20101884219D1FFE7089800688068E7
:1037A0000721C0F2010108400690069806280CD0B7
:1037B000FFE70698B0F5803F07D0FFE7089801685B
:1037C000086840F001000860FFE706E0089801681B
:1037D000086840F001000860FFE700208DF827002E
:1037E000FFE79DF827000AB080BD000080B582B0D9
:1037F0000090009820B9FFE701208DF8070045E010
:10380000009890F83D0040B9FFE70099002081F84A
:103810003C00009800F03EF8FFE70099022081F894
:103820003D00009951F8040B00F07CFE0099012046
:1038300081F84800FFE70099012081F83E000099D7
:1038400081F83F00009981F84000009981F841001B
:10385000009981F84200009981F84300FFE7FFE7F3
:103860000099012081F84400009981F845000099F1
:1038700081F84600009981F84700FFE70099012090
:1038800081F83D0000208DF80700FFE79DF8070054
:1038900002B080BD82B001900198006844F600013A
:1038A000C4F20101884210D1FFE7FFE741F2600056
:1038B000C4F20200016841F480210160006800F454
:1038C000802000900098FFE7FFE702B070470000FB
:1038D00080B588B007900020069005900490039072
:1038E00002900798006842F60041C4F20101884244
:1038F0001FD1FFE7FFE741F24C00C4F2020001686C
:1039000041F001010160006800F0010001900198A0
:10391000FFE74FF410600290022003900020049013
:103920000590062006904FF0904002A9FEF7E0F9BE
:10393000FFE708B080BD000080B586B00490039119
:10394000029200208DF80700FFE7049890F83C00F1
:10395000012804D1FFE702208DF817004AE00499FE
:10396000012081F83C00FFE7FFE70298009014284F
:1039700031D80099DFE801F00B2F2F2F112F2F2FB7
:10398000172F2F2F1D2F2F2F232F2F2F2900049874
:103990000068039900F0CAFE21E0049800680399CA
:1039A00000F06EFF1BE004980068039901F020F816
:1039B00015E004980068039901F0D2F80FE004982C
:1039C0000068039901F084F909E0049800680399FC
:1039D00001F0E8F903E001208DF80700FFE7FFE7B9
:1039E0000499002081F83C00FFE79DF807008DF85E
:1039F0001700FFE79DF8170006B080BD80B582B0C4
:103A00000090009820B9FFE701208DF8070045E0FD
:103A1000009890F83D0040B9FFE70099002081F838
:103A20003C00009800F03EF8FFE70099022081F882
:103A30003D00009951F8040B00F074FD009901203D
:103A400081F84800FFE70099012081F83E000099C5
:103A500081F83F00009981F84000009981F8410009
:103A6000009981F84200009981F84300FFE7FFE7E1
:103A70000099012081F84400009981F845000099DF
:103A800081F84600009981F84700FFE7009901207E
:103A900081F83D0000208DF80700FFE79DF8070042
:103AA00002B080BD82B001900198006842F60041EA
:103AB000C4F20101884210D1FFE7FFE741F2600044
:103AC000C4F20200016841F400610160006800F482
:103AD000006000900098FFE7FFE702B07047000029
:103AE00080B590B00E900D910D9828B9FFE70E9813
:103AF00090F83E000B9034E00D98042805D1FFE7C4
:103B00000E9890F83F000A9028E00D98082805D1FB
:103B1000FFE70E9890F8400009901CE00D980C28E3
:103B200005D1FFE70E9890F84100089010E00D983D
:103B3000102805D1FFE70E9890F84200079004E0A6
:103B40000E9890F843000790FFE707980890FFE76A
:103B500008980990FFE709980A90FFE70A980B90E8
:103B6000FFE70B98012804D0FFE701208DF83F0004
:103B7000E1E00D9828B9FFE70E99022081F83E0098
:103B800038E00D98042806D1FFE70E99022081F84D
:103B90003F0006902CE00D98082806D1FFE70E990B
:103BA000022081F8400005901FE00D980C2806D1F6
:103BB000FFE70E99022081F84100049012E00D9871
:103BC000102806D1FFE70E99022081F842000390E9
:103BD00005E00E99022081F843000390FFE7039867
:103BE0000490FFE704980590FFE705980690FFE72B
:103BF0000698FFE70E9800680D990122019200F0E7
:103C00005DFD01980E99096842F60042C4F2010276
:103C1000914202902DD0FFE70E980168012043F2F7
:103C20000042C4F201029142029022D0FFE70E98B6
:103C30000168012044F20002C4F2010291420290A4
:103C400017D0FFE70E980168012044F20042C4F249
:103C50000102914202900CD0FFE70E9800684BF6EB
:103C60000001CBF6FE710844B0FA80F040090290E2
:103C7000FFE70298C00738B1FFE70E980168486C6B
:103C800040F400404864FFE70E98006842F60041A7
:103C9000C4F2010188422AD0FFE70E980068B0F113
:103CA000804F24D0FFE70E98006840F20041C4F234
:103CB000000188421BD0FFE70E98006840F6000123
:103CC000C4F20001884212D0FFE70E98006843F268
:103CD0000041C4F20101884209D0FFE70E98006854
:103CE00044F20001C4F20101884219D1FFE70E98A5
:103CF000006880680721C0F2010108400C900C9810
:103D000006280CD0FFE70C98B0F5803F07D0FFE7FE
:103D10000E980168086840F001000860FFE706E0BF
:103D20000E980168086840F001000860FFE7002075
:103D30008DF83F00FFE79DF83F0010B080BD000008
:103D4000FFE7FEE781B00090009880684FF6C071F1
:103D5000C7F6FF71084002300099886001B07047D3
:103D600081B00090009988684FF6C072C5F6FF7266
:103D70001040886001B0704781B000900098806862
:103D80004FF6C071C7F6FF71084001300099886096
:103D900001B0704781B000900098806840F080507A
:103DA0004FF6C071C7F6FF7108400099886001B0F6
:103DB0007047000081B000900098806800F0E070CB
:103DC00001B0704781B000900098806800F01F003B
:103DD00001B0704783B0029001910298019900EB05
:103DE0008100603000900098006800F0F84003B057
:103DF0007047000081B0009000988068C0F3C00058
:103E000001B0704781B0009000988068C00F01B089
:103E10007047000081B0009000988068C0F3407047
:103E200001B0704781B0009000988068C0F34000F6
:103E300001B0704781B000900098806800F00100E8
:103E400001B0704781B000900098806800F00100D8
:103E500001B0704781B0009000988068C0F3007096
:103E600001B0704781B0009000988068C0F3800076
:103E700001B0704781B0009000988068C0F3800066
:103E800001B0704784B003900291019203980299A7
:103E900001F4407100EB9110303000900098006800
:103EA000029901F01F021F21914088430199C1F33B
:103EB0008461914008430099086004B07047000095
:103EC00081B00090009880684FF6C071C7F6FF710E
:103ED000084004300099886001B0704784B00390B6
:103EE000029101920398029901F0007100EBD15008
:103EF00014300090009800680299C1F30452072121
:103F0000914088430199914008430099086004B0AA
:103F10007047000083B00290019100920298D0F89F
:103F2000B00001996FF3DF418843009A02F0180353
:103F30004FF6FF72C0F20702DA40114008440299BE
:103F4000C1F8B00003B0704782B0019000910198B1
:103F5000806820F47C10009908430199886002B0C1
:103F60007047000082B0019000910198806820F0B5
:103F7000E070009908430199886002B07047000022
:103F800085B004900391029201930498039900EB89
:103F9000810060300090009800684FF20001C0F28C
:103FA000FF310140029800F0F840019A10430843A5
:103FB00040F000400099086005B0704784B003905D
:103FC000029101920398029900EB81006030009009
:103FD0000098006820F0007001990843009908607B
:103FE00004B0704784B00390029101920398029943
:103FF00000EB8100603000900098006820F0807035
:10400000019908430099086004B0704784B0039098
:10401000029101920398029900EB810060300090B8
:104020000098006820F0004001990843009908605A
:1040300004B0704782B0019000910198406920F06F
:104040000040009908430199486102B070470000A0
:1040500082B001900091019880684FF6C071C3F65C
:10406000FF710140009800F08040084400F10040DA
:104070000199886002B0704780B58EB0002101912F
:104080000D910C910B910A9109910891079106915C
:1040900005910491039140F27C00C2F2000002906D
:1040A0004FF0A04202604FF4403242608160C16034
:1040B0000161416108228261017701224277026237
:1040C00080F82410C162016380F838104FF48052E8
:1040D000C26380F84010FDF74BFB18B1FFE7FCF717
:1040E00047FCFFE700200B9040F27C00C2F200008A
:1040F0000BA9FCF785FE18B1FFE7FCF739FCFFE7D9
:104100000220C0F230400390062004900020059069
:104110007F21069104210791089040F27C00C2F2B1
:10412000000003A9FCF728FF18B1FFE7FCF720FC0B
:10413000FFE70EB080BD000080B58CB000200B9072
:104140000A90099008900790FFE741F24C00C4F2F2
:104150000200016841F004010160006800F0040001
:1041600006900698FFE7FFE741F24C00C4F2020018
:10417000016841F020010160006800F02000059016
:104180000598FFE7FFE741F24C00C4F20200016826
:1041900041F001010160006800F001000490049802
:1041A000FFE7FFE741F24C00C4F20200016841F072
:1041B00002010160006800F0020003900398FFE72D
:1041C00040F20040C4F6000002904FF4805100918C
:1041D00000220192FDF740FF009A01990298079290
:1041E0000122089209910A9107A9FDF781FD0CB0FF
:1041F00080BD000080B582B040F23410C2F20000F1
:10420000019044F60001C4F2010101600021416007
:1042100081604FF6FF72C260016141618161FFF709
:10422000E5FA18B1FFE7FCF7A3FBFFE702B080BD9A
:1042300080B59AB0002001901990189017901690B0
:1042400015901490139012901190109003A834219F
:10425000FCF76CF8019940F2E800C2F2000002900D
:1042600042F60042C4F201020260416081604FF6F2
:10427000FF72C260016141618161FFF7BFFB18B14C
:10428000FFE7FCF775FBFFE70020179018901990E7
:1042900040F2E800C2F2000017A9FFF747F918B191
:1042A000FFE7FCF765FBFFE750201090002211921A
:1042B0001292139214921592169240F2E800C2F2F2
:1042C000000010A9FFF738FB18B1FFE7FCF750FB1F
:1042D000FFE700200090039004900590FF210691D5
:1042E0004FF4805107914FF40051089109900A90C2
:1042F0000B904FF000710C910D900E900F9040F2CA
:10430000E800C2F2000003A9FFF778F818B1FFE750
:10431000FCF72EFBFFE740F2E800C2F20000FFF7D7
:10432000D7FA1AB080BD0000FFE7FEE7FFE7FEE71F
:1043300088B0079006910592079800F00700049056
:104340000498C0F10700052803D3FFE7042001907B
:1043500004E00498C0F107000190FFE70198039082
:1043600004980430062803D8FFE70020009003E0FB
:10437000049803380090FFE700980290069803998C
:10438000012202FA01F101390840029B9840059987
:104390009A40013A1140084308B070477047000046
:1043A00086B041F20C00C4F20200016801F0030182
:1043B00004910068C1B2012000EB11100290049832
:1043C0000090022815D0FFE70098032812D1FFE7DC
:1043D000029941F20020C0F27A00B0FBF1F041F204
:1043E0000C01C4F202010968C1F30621484305909B
:1043F00011E0FFE7029942F20040C0F2F400B0FB86
:10440000F1F041F20C01C4F202010968C1F3062186
:1044100048430590FFE741F20C00C4F20200006837
:1044200000F0C061022000EB116003900598039931
:10443000B0FBF1F00190019806B0704770470000A2
:1044400080B582B0009000980138B0F1807F03D32E
:10445000FFE70120019019E0009801384EF21401A5
:10446000CEF2000108604FF0FF300F2100F09CFEFB
:104470004EF21801CEF20001002008604EF2100248
:10448000CEF20002072111600190FFE7019802B00F
:1044900080BD000080B5FDF7FBFD80BD80B594B008
:1044A00006A800903821FBF741FF002005900490FA
:1044B000039002900190FDF799FE0098012106916A
:1044C0004FF48031079102210D9103220E920F913A
:1044D00055221092119112911391FEF7ABFB18B176
:1044E000FFE7FCF745FAFFE70F2001900320029059
:1044F000002003900490059001A80421FEF788F99C
:1045000018B1FFE7FCF734FAFFE714B080BD0000F4
:104510004EF68851CEF20001086840F47000086041
:104520007047000083B002900191029800680090EB
:10453000029842F60041C4F2010188421DD0FFE713
:104540000298B0F1804F18D0FFE7029840F2004186
:10455000C4F20001884210D0FFE7029840F6000143
:10456000C4F20001884208D0FFE7029843F20041FC
:10457000C4F2010188420AD1FFE7009820F07000E0
:10458000009001984168009808430090FFE7029866
:1045900042F60041C4F20101884235D0FFE702989B
:1045A000B0F1804F30D0FFE7029840F20041C4F2F2
:1045B0000001884228D0FFE7029840F60001C4F2CB
:1045C0000001884220D0FFE7029843F20041C4F284
:1045D0000101884218D0FFE7029844F20001C4F2BA
:1045E0000101884210D0FFE7029844F20041C4F272
:1045F0000101884208D0FFE7029844F60001C4F2A6
:10460000010188420AD1FFE7009820F44070009031
:104610000198C168009808430090FFE7009820F0D7
:104620008000019949690843009000980299086048
:10463000019880680299C8620198006802998862AE
:10464000029842F60041C4F20101884220D0FFE7FF
:10465000029843F20041C4F20101884218D0FFE7FA
:10466000029844F20001C4F20101884210D0FFE731
:10467000029844F20041C4F20101884208D0FFE7E9
:10468000029844F60001C4F20101884205D1FFE717
:104690000198006902990863FFE7029901204861C7
:1046A00002980069C00730B1FFE70299086920F05D
:1046B00001000861FFE703B07047000084B0039079
:1046C00002910192029800F01F01012088400090A1
:1046D000009A0399086A904308620198029901F0D0
:1046E0001F0100FA01F20399086A1043086204B03E
:1046F0007047000084B0039002910192029800F08C
:104700000F01042088400090009A0399086A9043A2
:1047100008620198029901F00F0100FA01F2039971
:10472000086A1043086204B07047000085B0049026
:1047300003910498006A01900499086A20F001002E
:10474000086204984068009004988069029002987A
:104750004FF68F71CFF6FE7108400290029820F05C
:1047600003000290039801680298084302900198A0
:1047700020F002000190039881680198084301909D
:10478000049842F60041C4F20101884220D0FFE7BC
:10479000049843F20041C4F20101884218D0FFE7B7
:1047A000049844F20001C4F20101884210D0FFE7EE
:1047B000049844F20041C4F20101884208D0FFE7A6
:1047C000049844F60001C4F2010188420ED1FFE7CB
:1047D000019820F0080001900398C16801980843EF
:1047E0000190019820F004000190FFE7049842F640
:1047F0000041C4F20101884220D0FFE7049843F24F
:104800000041C4F20101884218D0FFE7049844F245
:104810000001C4F20101884210D0FFE7049844F27D
:104820000041C4F20101884208D0FFE7049844F631
:104830000001C4F20101884213D1FFE7009820F47F
:1048400080700090009820F40070009003984169F7
:1048500000980843009003988169009808430090ED
:10486000FFE70098049948600298049988610398CA
:1048700040680499486301980499086205B070473C
:1048800085B0049003910498006A01900499086A25
:1048900020F0100008620498406800900498806935
:1048A0000290029848F6FF71CFF6FF61084002902F
:1048B000029820F44070029003980168029840EA40
:1048C00001200290019820F0200001900398816857
:1048D000019840EA01100190049842F60041C4F2A8
:1048E0000101884229D0FFE7049843F20041C4F255
:1048F0000101884221D0FFE7049844F20001C4F28C
:104900000101884203D1FFE70020B0B9FFE7049816
:1049100044F20041C4F20101884203D1FFE70020C4
:1049200058B9FFE7049844F60001C4F20101884237
:1049300012D1FFE7012078B9FFE7019820F080004D
:1049400001900398C168019840EA01100190019814
:1049500020F040000190FFE7049842F60041C4F2C5
:104960000101884220D0FFE7049843F20041C4F2DD
:104970000101884218D0FFE7049844F20001C4F214
:104980000101884210D0FFE7049844F20041C4F2CC
:104990000101884208D0FFE7049844F60001C4F200
:1049A0000101884215D1FFE7009820F48060009053
:1049B000009820F40060009003984169009840EA54
:1049C0008100009003988169009840EA810000907E
:1049D000FFE7009804994860029804998861039859
:1049E00040680499886301980499086205B070478B
:1049F00085B0049003910498006A01900499086AB4
:104A000020F4807008620498406800900498C0699F
:104A1000029002984FF68F71CFF6FE710840029017
:104A2000029820F00300029003980168029808435E
:104A30000290019820F40070019003988168019819
:104A400040EA01200190049842F60041C4F20101BD
:104A5000884229D0FFE7049843F20041C4F20101E3
:104A6000884221D0FFE7049844F20001C4F201011A
:104A7000884203D1FFE70020B0B9FFE7049844F271
:104A80000041C4F20101884203D1FFE7002058B978
:104A9000FFE7049844F60001C4F20101884212D1F4
:104AA000FFE7012078B9FFE7019820F4006001904A
:104AB0000398C168019840EA01200190019820F410
:104AC00080600190FFE7049842F60041C4F20101C2
:104AD000884220D0FFE7049843F20041C4F201016C
:104AE000884218D0FFE7049844F20001C4F20101A3
:104AF000884210D0FFE7049844F20041C4F201015B
:104B0000884208D0FFE7049844F60001C4F201018E
:104B1000884215D1FFE7009820F48050009000985B
:104B200020F40050009003984169009840EA011079
:104B3000009003988169009840EA01100090FFE717
:104B400000980499486002980499C86103984068E5
:104B50000499C86301980499086205B07047000081
:104B600085B0049003910498006A01900499086A42
:104B700020F4805008620498406800900498C0694E
:104B80000290029848F6FF71CFF6FF61084002904C
:104B9000029820F44070029003980168029840EA5D
:104BA00001200290019820F4005001900398816840
:104BB000019840EA01300190049842F60041C4F2A5
:104BC0000101884229D0FFE7049843F20041C4F272
:104BD0000101884221D0FFE7049844F20001C4F2A9
:104BE0000101884203D1FFE70020B0B9FFE7049834
:104BF00044F20041C4F20101884203D1FFE70020E2
:104C000058B9FFE7049844F60001C4F20101884254
:104C100012D1FFE7012078B9FFE7019820F40040A6
:104C200001900398C168019840EA01300190019811
:104C300020F480400190FFE7049842F60041C4F25E
:104C40000101884220D0FFE7049843F20041C4F2FA
:104C50000101884218D0FFE7049844F20001C4F231
:104C60000101884210D0FFE7049844F20041C4F2E9
:104C70000101884208D0FFE7049844F60001C4F21D
:104C80000101884215D1FFE7009820F48040009090
:104C9000009820F40040009003984169009840EA91
:104CA0008110009003988169009840EA811000907B
:104CB000FFE700980499486002980499C861039836
:104CC00040680499086401980499086205B0704727
:104CD00085B0049003910498006A01900499086AD1
:104CE00020F4803008620498406800900498006DB9
:104CF000029002984FF68F71CFF6FE710840029035
:104D000003980168029808430290019820F400304B
:104D1000019003988168019840EA0140019004984D
:104D200042F60041C4F20101884220D0FFE7049816
:104D300043F20041C4F20101884218D0FFE7049811
:104D400044F20001C4F20101884210D0FFE7049848
:104D500044F20041C4F20101884208D0FFE7049800
:104D600044F60001C4F2010188420BD1FFE700982C
:104D700020F48030009003984169009840EA0120B7
:104D80000090FFE70098049948600298049908652C
:104D9000039840680499886401980499086205B0F2
:104DA0007047000085B0049003910498006A019058
:104DB0000499086A20F48010086204984068009002
:104DC0000498006D0290029848F6FF71CFF6FF61DB
:104DD0000840029003980168029840EA012002907E
:104DE000019820F40010019003988168019840EA2E
:104DF00001500190049842F60041C4F2010188423A
:104E000020D0FFE7049843F20041C4F20101884238
:104E100018D0FFE7049844F20001C4F2010188426F
:104E200010D0FFE7049844F20041C4F20101884227
:104E300008D0FFE7049844F60001C4F2010188425B
:104E40000BD1FFE7009820F480200090039841697F
:104E5000009840EA81200090FFE70098049948609C
:104E6000029804990865039840680499C8640198F9
:104E70000499086205B0704780B584B00290019132
:104E8000029830B1FFE7029838B1FFE7019820B9E6
:104E9000FFE701208DF80F003BE0019802990860C0
:104EA000029800219FED1D0A40F244720E23FBF789
:104EB00099FB02980A214CF25032FBF7D5FB02997C
:104EC0004FF20040C4F20870C1F87002029941F636
:104ED0000030C4F6B710C1F8740202990020C4F281
:104EE0007C20C1F878020298A0309FED0D0A00F0F6
:104EF00091FA0298A0309FED0B0A00F0CDFA0198CC
:104F00007F21FBF70DFF0198FCF70CFE8DF80F00D9
:104F1000FFE79DF80F0004B080BD00BFA69BB43F23
:104F200000803B456F12833A80B588B006900698A2
:104F300018B9FFE70020079065E00698FBF7D2FA62
:104F40008DED050A069890F89400002856D1FFE7E9
:104F50000698A0309DED050A00F066F90698A0308D
:104F600000F086FAB0B1FFE70698A03000F096F99D
:104F70008DF813009DF81300069981F8D8009DF86C
:104F80001300012805D1FFE70698D0F87C020790AE
:104F900039E0FFE79DED050A069890ED9C1A80EE3A
:104FA000010A8DED030A069890ED9E0A9DED031A05
:104FB00080EE010A8DED020A9DED020A069890ED41
:104FC0009C1A90ED9D2A31EE021A30EE410A8DEDC9
:104FD000010A01980699C1F87C029DED010A9FED36
:104FE0000C1A80EE010A069880EDA00A9DED030AD6
:104FF00020EE010A069880EDA10AFFE70698D0F896
:105000007C020790FFE79DED070A08B080BD00BF56
:105010000024744980B540F21040C2F2000040F212
:10502000E801C2F2000120221023FBF773FC40F2DA
:105030008810C2F2000040F27C01C2F20001FFF7CA
:105040001BFF80BD7047000080B582B0002001903A
:1050500040F27800C2F200000090017840F2104067
:10506000C2F20000FBF728FC0098006800286AD014
:10507000FFE740F28810C2F20000FFF755FF8DED08
:10508000010A40F21C40C2F20000006840F27001C8
:10509000C2F200010968401A40F20401C2F20001A4
:1050A000096888424ED9FFE740F28810C2F200003A
:1050B000A03000F0F3F8002843D1FFE740F274007D
:1050C000C2F20000006858B9FFE740F21C40C2F28B
:1050D0000000006840F27401C2F2000108602FE095
:1050E00040F21C40C2F20000006840F27401C2F2BB
:1050F00000010968401A40F20401C2F20001096887
:1051000088421CD9FFE740F27801C2F2000100207A
:10511000086040F27401C2F20001086040F21C40D5
:10512000C2F20000006840F27001C2F200010860A3
:10513000019840F28011C2F200010860FFE7FFE72A
:10514000FFE7FFE724E040F21C40C2F200000068E5
:1051500040F27001C2F200010968401A40F20401F5
:10516000C2F200010968884211D9FFE740F27801D4
:10517000C2F200010120086040F21C40C2F20000AF
:10518000006840F27001C2F200010860FFE7FFE72B
:1051900002B080BDFFE7FEE74EF60C50CEF20000F5
:1051A0000068C0F30220704782B08DF807000091BC
:1051B0009DF9070000280AD4FFE7009800019DF937
:1051C00007104EF20042CEF2000288540BE0009825
:1051D00000019DF8071001F00F014EF61452CEF2B7
:1051E00000028854FFE702B07047000083B00290CD
:1051F000029800F0070000904EF60C51CEF200012C
:105200000868019001984FF6FF0210400190019844
:10521000009A40EA02200022C0F2FA5210430190A4
:105220000198086003B0704782B001908DED000ACC
:10523000019808B9FFE72EE00098019991F8342011
:1052400041F82200019991F8340001304CF6CD422A
:10525000CCF6CC42A0FB0232D20802EB8202A0EBD9
:10526000420081F83400019890F83500092812DCDA
:10527000FFE7019991F83500013081F83500019878
:1052800090F835000A2805D1FFE70199012081F83F
:105290003600FFE7FFE702B0704700008AB00890D1
:1052A000089828B1FFE7089890F8360020B9FFE782
:1052B000FF208DF82700A8E0089890F834104CF6ED
:1052C000CD42CCF6CC42A1FB0232D20802EB8202E4
:1052D000A1EB420150F8210007900798069007982B
:1052E000059000208DF813008DF8120003900290B5
:1052F000FFE70298092851DCFFE7089890F834107E
:10530000029A114446F26762C6F2666251FB02F3EA
:105310009A0802EBD37202EB8202A1EB420150F831
:10532000210001909DED010A9DED061AB4EE410A9F
:10533000F1EE10FA06DDFFE70198069001208DF8E6
:10534000130003E000208DF81300FFE79DED010A34
:105350009DED051AB4EE410AF1EE10FA06DAFFE708
:105360000198059001208DF8120003E000208DF8CF
:105370001200FFE79DF813009DF81210401A00EE8E
:10538000100AB8EEC01A9DED030A30EE010A8DED49
:10539000030AFFE7029801300290AAE79DED030A95
:1053A000B5EE400AF1EE10FA07DAFFE79DED030AC9
:1053B000B1EE400A8DED030AFFE7089890ED0C0A64
:1053C000B5EE400AF1EE10FA1BDDFFE79DED030A92
:1053D000089890ED0C1A80EE010A8DED000A0098F5
:1053E000089988629DED000A089890ED0B1A00203C
:1053F000B4EE410AF1EE10FAC8BF01208DF8270083
:1054000003E0FF208DF82700FFE79DF827000AB092
:105410007047000083B002908DED010A029808B930
:10542000FFE722E000200090FFE7009809280ADC4F
:10543000FFE70299009A002041F82200FFE7009858
:1054400001300090F1E701980299C86202994FF08B
:105450007E5008630299002081F83400029981F897
:105460003500029981F83600FFE703B0704700006D
:1054700082B0019001990020009041B1FFE70198AE
:1054800090F83600002818BF01200090FFE7009830
:1054900000F0010002B0704782B001908DED000A6B
:1054A000019840B1FFE79DED000AB5EE400AF1EE2C
:1054B00010FA01DCFFE703E0009801990863FFE7B9
:1054C00002B0704780B582B000200190FCF7EEFD7D
:1054D000FEF7E4FFFEF730FEFEF7CEFDFEF78AFE94
:1054E000FEF7A6FEFFF796FDFFF7ACFDFFE7FFF71F
:1054F000ABFDFCE7F1EE100A4FF6FF71C0F2C031D0
:1055000020EA010040F04070E1EE100A7047000010
:105510000000000000000102030406070809000063
:105520004055000800000020100000001402000890
:105530005055000810000020100A0000300200083A
:105540000024F40088130000010000001000000097
:04000005080001D915
:00000001FF

View File

@@ -0,0 +1,1401 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html><head>
<title>Static Call Graph - [UKSI_TEST\UKSI_TEST.axf]</title></head>
<body><HR>
<H1>Static Call Graph for image UKSI_TEST\UKSI_TEST.axf</H1><HR>
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6190004: Last Updated: Tue Dec 16 17:45:13 2025
<BR><P>
<H3>Maximum Stack Usage = 364 bytes + Unknown(Functions without stacksize, Cycles, Untraceable Function Pointers)</H3><H3>
Call chain for Maximum Stack Depth:</H3>
__rt_entry_main &rArr; main &rArr; MX_ADC1_Init &rArr; HAL_ADC_ConfigChannel &rArr; LL_ADC_SetOffset
<P>
<H3>
Functions with no stack information
</H3><UL>
<LI><a href="#[6a]">__user_initial_stackheap</a>
</UL>
</UL>
<P>
<H3>
Mutually Recursive functions
</H3> <LI><a href="#[1b]">ADC1_2_IRQHandler</a>&nbsp;&nbsp;&nbsp;&rArr;&nbsp;&nbsp;&nbsp;<a href="#[1b]">ADC1_2_IRQHandler</a><BR>
</UL>
<P>
<H3>
Function Pointers
</H3><UL>
<LI><a href="#[1b]">ADC1_2_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[4]">BusFault_Handler</a> from stm32g4xx_it.o(.text.BusFault_Handler) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[43]">COMP1_2_3_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[44]">COMP4_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[4e]">CORDIC_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[45]">CRS_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[15]">DMA1_Channel1_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[16]">DMA1_Channel2_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[17]">DMA1_Channel3_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[18]">DMA1_Channel4_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[19]">DMA1_Channel5_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[1a]">DMA1_Channel6_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[3d]">DMA2_Channel1_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[3e]">DMA2_Channel2_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[3f]">DMA2_Channel3_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[40]">DMA2_Channel4_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[41]">DMA2_Channel5_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[4d]">DMA2_Channel6_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[4c]">DMAMUX_OVR_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[7]">DebugMon_Handler</a> from stm32g4xx_it.o(.text.DebugMon_Handler) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[10]">EXTI0_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[31]">EXTI15_10_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[11]">EXTI1_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[12]">EXTI2_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[13]">EXTI3_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[14]">EXTI4_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[20]">EXTI9_5_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[1e]">FDCAN1_IT0_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[1f]">FDCAN1_IT1_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[e]">FLASH_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[4f]">FMAC_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[47]">FPU_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[52]">FilterAverageInt_Init</a> from filters.o(.text.FilterAverageInt_Init) referenced 2 times from filters.o(.text.FilterAverageInt_Init)
<LI><a href="#[53]">FilterAverageInt_Process</a> from filters.o(.text.FilterAverageInt_Process) referenced 2 times from filters.o(.text.FilterAverageInt_Init)
<LI><a href="#[54]">FilterMedianInt_Init</a> from filters.o(.text.FilterMedianInt_Init) referenced 2 times from filters.o(.text.FilterMedianInt_Init)
<LI><a href="#[55]">FilterMedianInt_Process</a> from filters.o(.text.FilterMedianInt_Process) referenced 2 times from filters.o(.text.FilterMedianInt_Init)
<LI><a href="#[2]">HardFault_Handler</a> from stm32g4xx_it.o(.text.HardFault_Handler) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[29]">I2C1_ER_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[28]">I2C1_EV_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[2b]">I2C2_ER_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[2a]">I2C2_EV_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[4b]">I2C3_ER_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[4a]">I2C3_EV_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[38]">LPTIM1_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[49]">LPUART1_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[3]">MemManage_Handler</a> from stm32g4xx_it.o(.text.MemManage_Handler) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[1]">NMI_Handler</a> from stm32g4xx_it.o(.text.NMI_Handler) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[b]">PVD_PVM_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[8]">PendSV_Handler</a> from stm32g4xx_it.o(.text.PendSV_Handler) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[f]">RCC_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[48]">RNG_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[32]">RTC_Alarm_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[c]">RTC_TAMP_LSECSS_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[d]">RTC_WKUP_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[0]">Reset_Handler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[46]">SAI1_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[2c]">SPI1_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[2d]">SPI2_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[39]">SPI3_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[6]">SVC_Handler</a> from stm32g4xx_it.o(.text.SVC_Handler) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[9]">SysTick_Handler</a> from stm32g4xx_it.o(.text.SysTick_Handler) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[50]">SystemInit</a> from system_stm32g4xx.o(.text.SystemInit) referenced from startup_stm32g431xx.o(.text)
<LI><a href="#[21]">TIM1_BRK_TIM15_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[24]">TIM1_CC_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[23]">TIM1_TRG_COM_TIM17_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[22]">TIM1_UP_TIM16_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[25]">TIM2_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[26]">TIM3_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[27]">TIM4_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[3b]">TIM6_DAC_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[3c]">TIM7_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[34]">TIM8_BRK_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[37]">TIM8_CC_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[36]">TIM8_TRG_COM_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[35]">TIM8_UP_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[3a]">UART4_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[42]">UCPD1_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[2e]">USART1_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[2f]">USART2_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[30]">USART3_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[33]">USBWakeUp_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[1c]">USB_HP_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[1d]">USB_LP_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[5]">UsageFault_Handler</a> from stm32g4xx_it.o(.text.UsageFault_Handler) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[a]">WWDG_IRQHandler</a> from startup_stm32g431xx.o(.text) referenced from startup_stm32g431xx.o(RESET)
<LI><a href="#[51]">__main</a> from __main.o(!!!main) referenced from startup_stm32g431xx.o(.text)
</UL>
<P>
<H3>
Global Symbols
</H3>
<P><STRONG><a name="[51]"></a>__main</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, __main.o(!!!main))
<BR><BR>[Calls]<UL><LI><a href="#[57]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_entry
<LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload
</UL>
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(.text)
</UL>
<P><STRONG><a name="[56]"></a>__scatterload</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter))
<BR><BR>[Called By]<UL><LI><a href="#[51]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__main
</UL>
<P><STRONG><a name="[58]"></a>__scatterload_rt2</STRONG> (Thumb, 44 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED)
<BR><BR>[Calls]<UL><LI><a href="#[57]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_entry
</UL>
<P><STRONG><a name="[d1]"></a>__scatterload_rt2_thumb_only</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED)
<P><STRONG><a name="[d2]"></a>__scatterload_null</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED)
<P><STRONG><a name="[59]"></a>__scatterload_copy</STRONG> (Thumb, 26 bytes, Stack size unknown bytes, __scatter_copy.o(!!handler_copy), UNUSED)
<BR><BR>[Calls]<UL><LI><a href="#[59]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload_copy
</UL>
<BR>[Called By]<UL><LI><a href="#[59]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload_copy
</UL>
<P><STRONG><a name="[d3]"></a>__scatterload_zeroinit</STRONG> (Thumb, 28 bytes, Stack size unknown bytes, __scatter_zi.o(!!handler_zi), UNUSED)
<P><STRONG><a name="[5f]"></a>__rt_lib_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit.o(.ARM.Collect$$libinit$$00000000))
<BR><BR>[Called By]<UL><LI><a href="#[5e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_entry_li
</UL>
<P><STRONG><a name="[5a]"></a>__rt_lib_init_fp_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000001))
<BR><BR>[Calls]<UL><LI><a href="#[5b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_fp_init
</UL>
<P><STRONG><a name="[d4]"></a>__rt_lib_init_alloca_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000030))
<P><STRONG><a name="[d5]"></a>__rt_lib_init_argv_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000002E))
<P><STRONG><a name="[d6]"></a>__rt_lib_init_atexit_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001D))
<P><STRONG><a name="[d7]"></a>__rt_lib_init_clock_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000023))
<P><STRONG><a name="[d8]"></a>__rt_lib_init_cpp_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000034))
<P><STRONG><a name="[d9]"></a>__rt_lib_init_exceptions_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000032))
<P><STRONG><a name="[da]"></a>__rt_lib_init_fp_trap_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000021))
<P><STRONG><a name="[db]"></a>__rt_lib_init_getenv_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000025))
<P><STRONG><a name="[dc]"></a>__rt_lib_init_heap_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000000C))
<P><STRONG><a name="[dd]"></a>__rt_lib_init_lc_collate_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000013))
<P><STRONG><a name="[de]"></a>__rt_lib_init_lc_ctype_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000015))
<P><STRONG><a name="[df]"></a>__rt_lib_init_lc_monetary_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000017))
<P><STRONG><a name="[e0]"></a>__rt_lib_init_lc_numeric_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000019))
<P><STRONG><a name="[e1]"></a>__rt_lib_init_lc_time_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001B))
<P><STRONG><a name="[e2]"></a>__rt_lib_init_preinit_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000006))
<P><STRONG><a name="[e3]"></a>__rt_lib_init_rand_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000010))
<P><STRONG><a name="[e4]"></a>__rt_lib_init_relocate_pie_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000004))
<P><STRONG><a name="[e5]"></a>__rt_lib_init_return</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000035))
<P><STRONG><a name="[e6]"></a>__rt_lib_init_signal_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001F))
<P><STRONG><a name="[e7]"></a>__rt_lib_init_stdio_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000027))
<P><STRONG><a name="[e8]"></a>__rt_lib_init_user_alloc_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000000E))
<P><STRONG><a name="[64]"></a>__rt_lib_shutdown</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libshutdown.o(.ARM.Collect$$libshutdown$$00000000))
<BR><BR>[Called By]<UL><LI><a href="#[63]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_exit_ls
</UL>
<P><STRONG><a name="[e9]"></a>__rt_lib_shutdown_cpp_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000002))
<P><STRONG><a name="[ea]"></a>__rt_lib_shutdown_fp_trap_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000007))
<P><STRONG><a name="[eb]"></a>__rt_lib_shutdown_heap_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F))
<P><STRONG><a name="[ec]"></a>__rt_lib_shutdown_return</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000010))
<P><STRONG><a name="[ed]"></a>__rt_lib_shutdown_signal_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A))
<P><STRONG><a name="[ee]"></a>__rt_lib_shutdown_stdio_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000004))
<P><STRONG><a name="[ef]"></a>__rt_lib_shutdown_user_alloc_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C))
<P><STRONG><a name="[57]"></a>__rt_entry</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __rtentry.o(.ARM.Collect$$rtentry$$00000000))
<BR><BR>[Called By]<UL><LI><a href="#[51]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__main
<LI><a href="#[58]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload_rt2
</UL>
<P><STRONG><a name="[f0]"></a>__rt_entry_presh_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$00000002))
<P><STRONG><a name="[5c]"></a>__rt_entry_sh</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __rtentry4.o(.ARM.Collect$$rtentry$$00000004))
<BR><BR>[Stack]<UL><LI>Max Depth = 8 + Unknown Stack Size
<LI>Call Chain = __rt_entry_sh &rArr; __user_setup_stackheap
</UL>
<BR>[Calls]<UL><LI><a href="#[5d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__user_setup_stackheap
</UL>
<P><STRONG><a name="[5e]"></a>__rt_entry_li</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000A))
<BR><BR>[Calls]<UL><LI><a href="#[5f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_lib_init
</UL>
<P><STRONG><a name="[f1]"></a>__rt_entry_postsh_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$00000009))
<P><STRONG><a name="[60]"></a>__rt_entry_main</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000D))
<BR><BR>[Stack]<UL><LI>Max Depth = 364 + Unknown Stack Size
<LI>Call Chain = __rt_entry_main &rArr; main &rArr; MX_ADC1_Init &rArr; HAL_ADC_ConfigChannel &rArr; LL_ADC_SetOffset
</UL>
<BR>[Calls]<UL><LI><a href="#[61]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
<LI><a href="#[62]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;exit
</UL>
<P><STRONG><a name="[f2]"></a>__rt_entry_postli_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000C))
<P><STRONG><a name="[6b]"></a>__rt_exit</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, rtexit.o(.ARM.Collect$$rtexit$$00000000))
<BR><BR>[Called By]<UL><LI><a href="#[62]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;exit
</UL>
<P><STRONG><a name="[63]"></a>__rt_exit_ls</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000003))
<BR><BR>[Calls]<UL><LI><a href="#[64]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_lib_shutdown
</UL>
<P><STRONG><a name="[f3]"></a>__rt_exit_prels_1</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000002))
<P><STRONG><a name="[65]"></a>__rt_exit_exit</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000004))
<BR><BR>[Calls]<UL><LI><a href="#[66]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_sys_exit
</UL>
<P><STRONG><a name="[0]"></a>Reset_Handler</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[1b]"></a>ADC1_2_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR><BR>[Calls]<UL><LI><a href="#[1b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC1_2_IRQHandler
</UL>
<BR>[Called By]<UL><LI><a href="#[1b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC1_2_IRQHandler
</UL>
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[43]"></a>COMP1_2_3_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[44]"></a>COMP4_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[4e]"></a>CORDIC_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[45]"></a>CRS_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[15]"></a>DMA1_Channel1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[16]"></a>DMA1_Channel2_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[17]"></a>DMA1_Channel3_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[18]"></a>DMA1_Channel4_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[19]"></a>DMA1_Channel5_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[1a]"></a>DMA1_Channel6_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[3d]"></a>DMA2_Channel1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[3e]"></a>DMA2_Channel2_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[3f]"></a>DMA2_Channel3_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[40]"></a>DMA2_Channel4_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[41]"></a>DMA2_Channel5_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[4d]"></a>DMA2_Channel6_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[4c]"></a>DMAMUX_OVR_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[10]"></a>EXTI0_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[31]"></a>EXTI15_10_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[11]"></a>EXTI1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[12]"></a>EXTI2_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[13]"></a>EXTI3_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[14]"></a>EXTI4_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[20]"></a>EXTI9_5_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[1e]"></a>FDCAN1_IT0_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[1f]"></a>FDCAN1_IT1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[e]"></a>FLASH_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[4f]"></a>FMAC_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[47]"></a>FPU_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[29]"></a>I2C1_ER_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[28]"></a>I2C1_EV_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[2b]"></a>I2C2_ER_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[2a]"></a>I2C2_EV_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[4b]"></a>I2C3_ER_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[4a]"></a>I2C3_EV_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[38]"></a>LPTIM1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[49]"></a>LPUART1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[b]"></a>PVD_PVM_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[f]"></a>RCC_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[48]"></a>RNG_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[32]"></a>RTC_Alarm_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[c]"></a>RTC_TAMP_LSECSS_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[d]"></a>RTC_WKUP_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[46]"></a>SAI1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[2c]"></a>SPI1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[2d]"></a>SPI2_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[39]"></a>SPI3_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[21]"></a>TIM1_BRK_TIM15_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[24]"></a>TIM1_CC_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[23]"></a>TIM1_TRG_COM_TIM17_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[22]"></a>TIM1_UP_TIM16_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[25]"></a>TIM2_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[26]"></a>TIM3_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[27]"></a>TIM4_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[3b]"></a>TIM6_DAC_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[3c]"></a>TIM7_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[34]"></a>TIM8_BRK_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[37]"></a>TIM8_CC_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[36]"></a>TIM8_TRG_COM_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[35]"></a>TIM8_UP_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[3a]"></a>UART4_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[42]"></a>UCPD1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[2e]"></a>USART1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[2f]"></a>USART2_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[30]"></a>USART3_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[33]"></a>USBWakeUp_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[1c]"></a>USB_HP_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[1d]"></a>USB_LP_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[a]"></a>WWDG_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g431xx.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[6a]"></a>__user_initial_stackheap</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, startup_stm32g431xx.o(.text))
<BR><BR>[Called By]<UL><LI><a href="#[5d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__user_setup_stackheap
</UL>
<P><STRONG><a name="[7a]"></a>__aeabi_ldivmod</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, llsdiv.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = __aeabi_ldivmod
</UL>
<BR>[Called By]<UL><LI><a href="#[53]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;FilterAverageInt_Process
</UL>
<P><STRONG><a name="[67]"></a>_ll_sdiv</STRONG> (Thumb, 116 bytes, Stack size 24 bytes, llsdiv.o(.text), UNUSED)
<BR><BR>[Calls]<UL><LI><a href="#[68]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_uldivmod
</UL>
<P><STRONG><a name="[95]"></a>__aeabi_memclr4</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, rt_memclr_w.o(.text))
<BR><BR>[Called By]<UL><LI><a href="#[8f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_MspInit
<LI><a href="#[bf]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM1_Init
<LI><a href="#[c3]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
</UL>
<P><STRONG><a name="[f4]"></a>__aeabi_memclr8</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, rt_memclr_w.o(.text), UNUSED)
<P><STRONG><a name="[f5]"></a>__rt_memclr_w</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, rt_memclr_w.o(.text), UNUSED)
<P><STRONG><a name="[f6]"></a>_memset_w</STRONG> (Thumb, 74 bytes, Stack size 4 bytes, rt_memclr_w.o(.text), UNUSED)
<P><STRONG><a name="[f7]"></a>__use_two_region_memory</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED)
<P><STRONG><a name="[f8]"></a>__rt_heap_escrow$2region</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED)
<P><STRONG><a name="[f9]"></a>__rt_heap_expand$2region</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED)
<P><STRONG><a name="[68]"></a>__aeabi_uldivmod</STRONG> (Thumb, 0 bytes, Stack size 48 bytes, lludivv7m.o(.text), UNUSED)
<BR><BR>[Called By]<UL><LI><a href="#[67]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_ll_sdiv
</UL>
<P><STRONG><a name="[fa]"></a>_ll_udiv</STRONG> (Thumb, 240 bytes, Stack size 48 bytes, lludivv7m.o(.text), UNUSED)
<P><STRONG><a name="[fb]"></a>__user_libspace</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, libspace.o(.text), UNUSED)
<P><STRONG><a name="[69]"></a>__user_perproc_libspace</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, libspace.o(.text))
<BR><BR>[Called By]<UL><LI><a href="#[5d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__user_setup_stackheap
</UL>
<P><STRONG><a name="[fc]"></a>__user_perthread_libspace</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, libspace.o(.text), UNUSED)
<P><STRONG><a name="[5d]"></a>__user_setup_stackheap</STRONG> (Thumb, 74 bytes, Stack size 8 bytes, sys_stackheap_outer.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 8 + Unknown Stack Size
<LI>Call Chain = __user_setup_stackheap
</UL>
<BR>[Calls]<UL><LI><a href="#[6a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__user_initial_stackheap
<LI><a href="#[69]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__user_perproc_libspace
</UL>
<BR>[Called By]<UL><LI><a href="#[5c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_entry_sh
</UL>
<P><STRONG><a name="[62]"></a>exit</STRONG> (Thumb, 18 bytes, Stack size 8 bytes, exit.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 8 + Unknown Stack Size
<LI>Call Chain = exit
</UL>
<BR>[Calls]<UL><LI><a href="#[6b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_exit
</UL>
<BR>[Called By]<UL><LI><a href="#[60]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_entry_main
</UL>
<P><STRONG><a name="[66]"></a>_sys_exit</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, sys_exit.o(.text))
<BR><BR>[Called By]<UL><LI><a href="#[65]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_exit_exit
</UL>
<P><STRONG><a name="[fd]"></a>__I$use$semihosting</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, use_no_semi.o(.text), UNUSED)
<P><STRONG><a name="[fe]"></a>__use_no_semihosting_swi</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, use_no_semi.o(.text), UNUSED)
<P><STRONG><a name="[ff]"></a>__semihosting_library_function</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, indicate_semi.o(.text), UNUSED)
<P><STRONG><a name="[6c]"></a>ADC_Calc</STRONG> (Thumb, 254 bytes, Stack size 32 bytes, uksi_calc_res.o(.text.ADC_Calc))
<BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = ADC_Calc &rArr; HAL_ADC_GetValue
</UL>
<BR>[Calls]<UL><LI><a href="#[6d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_GetValue
</UL>
<BR>[Called By]<UL><LI><a href="#[c9]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Isolation
</UL>
<P><STRONG><a name="[c6]"></a>ADC_ConfigCoef</STRONG> (Thumb, 130 bytes, Stack size 36 bytes, uksi_calc_res.o(.text.ADC_ConfigCoef))
<BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = ADC_ConfigCoef
</UL>
<BR>[Called By]<UL><LI><a href="#[c5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Init
</UL>
<P><STRONG><a name="[6e]"></a>ADC_ConfigFilter</STRONG> (Thumb, 118 bytes, Stack size 32 bytes, uksi_calc_res.o(.text.ADC_ConfigFilter))
<BR><BR>[Stack]<UL><LI>Max Depth = 52<LI>Call Chain = ADC_ConfigFilter &rArr; FilterMedianInt_Init
</UL>
<BR>[Calls]<UL><LI><a href="#[52]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;FilterAverageInt_Init
<LI><a href="#[54]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;FilterMedianInt_Init
</UL>
<BR>[Called By]<UL><LI><a href="#[c5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Init
</UL>
<P><STRONG><a name="[6f]"></a>ADC_Disable</STRONG> (Thumb, 196 bytes, Stack size 24 bytes, stm32g4xx_hal_adc.o(.text.ADC_Disable))
<BR><BR>[Stack]<UL><LI>Max Depth = 28<LI>Call Chain = ADC_Disable &rArr; LL_ADC_Disable
</UL>
<BR>[Calls]<UL><LI><a href="#[73]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick
<LI><a href="#[72]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_Disable
<LI><a href="#[70]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_IsDisableOngoing
<LI><a href="#[71]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_IsEnabled
</UL>
<BR>[Called By]<UL><LI><a href="#[7b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADCEx_Calibration_Start
</UL>
<P><STRONG><a name="[74]"></a>ADC_Enable</STRONG> (Thumb, 272 bytes, Stack size 24 bytes, stm32g4xx_hal_adc.o(.text.ADC_Enable))
<BR><BR>[Stack]<UL><LI>Max Depth = 28<LI>Call Chain = ADC_Enable &rArr; LL_ADC_GetCommonPathInternalCh
</UL>
<BR>[Calls]<UL><LI><a href="#[73]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick
<LI><a href="#[76]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_GetCommonPathInternalCh
<LI><a href="#[75]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_Enable
<LI><a href="#[71]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_IsEnabled
</UL>
<BR>[Called By]<UL><LI><a href="#[99]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Start
</UL>
<P><STRONG><a name="[4]"></a>BusFault_Handler</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, stm32g4xx_it.o(.text.BusFault_Handler))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[cf]"></a>DC_Enable</STRONG> (Thumb, 92 bytes, Stack size 12 bytes, uksi_dc_control.o(.text.DC_Enable))
<BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = DC_Enable
</UL>
<BR>[Called By]<UL><LI><a href="#[ce]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_while
</UL>
<P><STRONG><a name="[77]"></a>DC_Init</STRONG> (Thumb, 88 bytes, Stack size 32 bytes, uksi_dc_control.o(.text.DC_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 120<LI>Call Chain = DC_Init &rArr; HAL_TIM_OC_Start &rArr; TIM_CCxChannelCmd
</UL>
<BR>[Calls]<UL><LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIMEx_OCN_Start
<LI><a href="#[79]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_Start
</UL>
<BR>[Called By]<UL><LI><a href="#[cd]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Init
</UL>
<P><STRONG><a name="[7]"></a>DebugMon_Handler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, stm32g4xx_it.o(.text.DebugMon_Handler))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[97]"></a>Error_Handler</STRONG> (Thumb, 14 bytes, Stack size 4 bytes, main.o(.text.Error_Handler))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = Error_Handler
</UL>
<BR>[Called By]<UL><LI><a href="#[8f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_MspInit
<LI><a href="#[bf]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM1_Init
<LI><a href="#[be]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM17_Init
<LI><a href="#[bb]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_ADC1_Init
<LI><a href="#[c3]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
</UL>
<P><STRONG><a name="[52]"></a>FilterAverageInt_Init</STRONG> (Thumb, 128 bytes, Stack size 16 bytes, filters.o(.text.FilterAverageInt_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = FilterAverageInt_Init
</UL>
<BR>[Called By]<UL><LI><a href="#[6e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_ConfigFilter
</UL>
<BR>[Address Reference Count : 1]<UL><LI> filters.o(.text.FilterAverageInt_Init)
</UL>
<P><STRONG><a name="[53]"></a>FilterAverageInt_Process</STRONG> (Thumb, 148 bytes, Stack size 32 bytes, filters.o(.text.FilterAverageInt_Process))
<BR><BR>[Stack]<UL><LI>Max Depth = 56<LI>Call Chain = FilterAverageInt_Process &rArr; __aeabi_ldivmod
</UL>
<BR>[Calls]<UL><LI><a href="#[7a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_ldivmod
</UL>
<BR>[Address Reference Count : 1]<UL><LI> filters.o(.text.FilterAverageInt_Init)
</UL>
<P><STRONG><a name="[54]"></a>FilterMedianInt_Init</STRONG> (Thumb, 170 bytes, Stack size 20 bytes, filters.o(.text.FilterMedianInt_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = FilterMedianInt_Init
</UL>
<BR>[Called By]<UL><LI><a href="#[6e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_ConfigFilter
</UL>
<BR>[Address Reference Count : 1]<UL><LI> filters.o(.text.FilterMedianInt_Init)
</UL>
<P><STRONG><a name="[55]"></a>FilterMedianInt_Process</STRONG> (Thumb, 480 bytes, Stack size 36 bytes, filters.o(.text.FilterMedianInt_Process))
<BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = FilterMedianInt_Process
</UL>
<BR>[Address Reference Count : 1]<UL><LI> filters.o(.text.FilterMedianInt_Init)
</UL>
<P><STRONG><a name="[7b]"></a>HAL_ADCEx_Calibration_Start</STRONG> (Thumb, 224 bytes, Stack size 32 bytes, stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_Start))
<BR><BR>[Stack]<UL><LI>Max Depth = 60<LI>Call Chain = HAL_ADCEx_Calibration_Start &rArr; ADC_Disable &rArr; LL_ADC_Disable
</UL>
<BR>[Calls]<UL><LI><a href="#[7d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_IsCalibrationOnGoing
<LI><a href="#[7c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_StartCalibration
<LI><a href="#[6f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Disable
</UL>
<BR>[Called By]<UL><LI><a href="#[c5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Init
</UL>
<P><STRONG><a name="[7e]"></a>HAL_ADCEx_MultiModeConfigChannel</STRONG> (Thumb, 374 bytes, Stack size 152 bytes, stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeConfigChannel))
<BR><BR>[Stack]<UL><LI>Max Depth = 156<LI>Call Chain = HAL_ADCEx_MultiModeConfigChannel &rArr; LL_ADC_IsEnabled
</UL>
<BR>[Calls]<UL><LI><a href="#[80]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_IsEnabled
<LI><a href="#[7f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_REG_IsConversionOngoing
</UL>
<BR>[Called By]<UL><LI><a href="#[bb]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_ADC1_Init
</UL>
<P><STRONG><a name="[81]"></a>HAL_ADC_ConfigChannel</STRONG> (Thumb, 2024 bytes, Stack size 264 bytes, stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel))
<BR><BR>[Stack]<UL><LI>Max Depth = 284<LI>Call Chain = HAL_ADC_ConfigChannel &rArr; LL_ADC_SetOffset
</UL>
<BR>[Calls]<UL><LI><a href="#[8d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_SetCommonPathInternalCh
<LI><a href="#[8c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_SetChannelSingleDiff
<LI><a href="#[8b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_SetOffsetState
<LI><a href="#[8a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_GetOffsetChannel
<LI><a href="#[89]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_SetOffsetSaturation
<LI><a href="#[88]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_SetOffsetSign
<LI><a href="#[87]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_SetOffset
<LI><a href="#[86]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_SetSamplingTimeCommonConfig
<LI><a href="#[85]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_SetChannelSamplingTime
<LI><a href="#[83]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_REG_SetSequencerRanks
<LI><a href="#[76]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_GetCommonPathInternalCh
<LI><a href="#[84]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_INJ_IsConversionOngoing
<LI><a href="#[71]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_IsEnabled
<LI><a href="#[82]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_REG_IsConversionOngoing
</UL>
<BR>[Called By]<UL><LI><a href="#[bb]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_ADC1_Init
</UL>
<P><STRONG><a name="[6d]"></a>HAL_ADC_GetValue</STRONG> (Thumb, 14 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.HAL_ADC_GetValue))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = HAL_ADC_GetValue
</UL>
<BR>[Called By]<UL><LI><a href="#[6c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Calc
</UL>
<P><STRONG><a name="[8e]"></a>HAL_ADC_Init</STRONG> (Thumb, 792 bytes, Stack size 40 bytes, stm32g4xx_hal_adc.o(.text.HAL_ADC_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 196 + Unknown Stack Size
<LI>Call Chain = HAL_ADC_Init &rArr; HAL_ADC_MspInit &rArr; HAL_GPIO_Init
</UL>
<BR>[Calls]<UL><LI><a href="#[84]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_INJ_IsConversionOngoing
<LI><a href="#[94]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_SetCommonClock
<LI><a href="#[71]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_IsEnabled
<LI><a href="#[82]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_REG_IsConversionOngoing
<LI><a href="#[93]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_EnableInternalRegulator
<LI><a href="#[92]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_IsInternalRegulatorEnabled
<LI><a href="#[91]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_DisableDeepPowerDown
<LI><a href="#[90]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_IsDeepPowerDownEnabled
<LI><a href="#[8f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_MspInit
</UL>
<BR>[Called By]<UL><LI><a href="#[bb]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_ADC1_Init
</UL>
<P><STRONG><a name="[8f]"></a>HAL_ADC_MspInit</STRONG> (Thumb, 154 bytes, Stack size 112 bytes, adc.o(.text.HAL_ADC_MspInit))
<BR><BR>[Stack]<UL><LI>Max Depth = 156 + Unknown Stack Size
<LI>Call Chain = HAL_ADC_MspInit &rArr; HAL_GPIO_Init
</UL>
<BR>[Calls]<UL><LI><a href="#[96]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCCEx_PeriphCLKConfig
<LI><a href="#[98]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_Init
<LI><a href="#[97]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Error_Handler
<LI><a href="#[95]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memclr4
</UL>
<BR>[Called By]<UL><LI><a href="#[8e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Init
</UL>
<P><STRONG><a name="[99]"></a>HAL_ADC_Start</STRONG> (Thumb, 460 bytes, Stack size 40 bytes, stm32g4xx_hal_adc.o(.text.HAL_ADC_Start))
<BR><BR>[Stack]<UL><LI>Max Depth = 68<LI>Call Chain = HAL_ADC_Start &rArr; ADC_Enable &rArr; LL_ADC_GetCommonPathInternalCh
</UL>
<BR>[Calls]<UL><LI><a href="#[74]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Enable
<LI><a href="#[9b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_REG_StartConversion
<LI><a href="#[9a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_GetMultimode
<LI><a href="#[82]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_REG_IsConversionOngoing
</UL>
<BR>[Called By]<UL><LI><a href="#[c5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Init
</UL>
<P><STRONG><a name="[98]"></a>HAL_GPIO_Init</STRONG> (Thumb, 872 bytes, Stack size 44 bytes, stm32g4xx_hal_gpio.o(.text.HAL_GPIO_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 44<LI>Call Chain = HAL_GPIO_Init
</UL>
<BR>[Called By]<UL><LI><a href="#[b0]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_MspPostInit
<LI><a href="#[8f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_MspInit
<LI><a href="#[bc]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_GPIO_Init
</UL>
<P><STRONG><a name="[bd]"></a>HAL_GPIO_WritePin</STRONG> (Thumb, 44 bytes, Stack size 8 bytes, stm32g4xx_hal_gpio.o(.text.HAL_GPIO_WritePin))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = HAL_GPIO_WritePin
</UL>
<BR>[Called By]<UL><LI><a href="#[bc]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_GPIO_Init
</UL>
<P><STRONG><a name="[73]"></a>HAL_GetTick</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, stm32g4xx_hal.o(.text.HAL_GetTick))
<BR><BR>[Called By]<UL><LI><a href="#[74]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Enable
<LI><a href="#[6f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Disable
<LI><a href="#[96]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCCEx_PeriphCLKConfig
<LI><a href="#[a7]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig
<LI><a href="#[aa]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_OscConfig
</UL>
<P><STRONG><a name="[c2]"></a>HAL_IncTick</STRONG> (Thumb, 26 bytes, Stack size 0 bytes, stm32g4xx_hal.o(.text.HAL_IncTick))
<BR><BR>[Called By]<UL><LI><a href="#[9]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SysTick_Handler
</UL>
<P><STRONG><a name="[9c]"></a>HAL_Init</STRONG> (Thumb, 48 bytes, Stack size 16 bytes, stm32g4xx_hal.o(.text.HAL_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 96<LI>Call Chain = HAL_Init &rArr; HAL_InitTick &rArr; HAL_NVIC_SetPriority &rArr; NVIC_EncodePriority
</UL>
<BR>[Calls]<UL><LI><a href="#[9e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick
<LI><a href="#[9d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_SetPriorityGrouping
<LI><a href="#[9f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_MspInit
</UL>
<BR>[Called By]<UL><LI><a href="#[61]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[9e]"></a>HAL_InitTick</STRONG> (Thumb, 136 bytes, Stack size 16 bytes, stm32g4xx_hal.o(.text.HAL_InitTick))
<BR><BR>[Stack]<UL><LI>Max Depth = 80<LI>Call Chain = HAL_InitTick &rArr; HAL_NVIC_SetPriority &rArr; NVIC_EncodePriority
</UL>
<BR>[Calls]<UL><LI><a href="#[a1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_SetPriority
<LI><a href="#[a0]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SYSTICK_Config
</UL>
<BR>[Called By]<UL><LI><a href="#[a7]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig
<LI><a href="#[aa]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_OscConfig
<LI><a href="#[9c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Init
</UL>
<P><STRONG><a name="[9f]"></a>HAL_MspInit</STRONG> (Thumb, 72 bytes, Stack size 16 bytes, stm32g4xx_hal_msp.o(.text.HAL_MspInit))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = HAL_MspInit
</UL>
<BR>[Calls]<UL><LI><a href="#[a2]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_PWREx_DisableUCPDDeadBattery
</UL>
<BR>[Called By]<UL><LI><a href="#[9c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Init
</UL>
<P><STRONG><a name="[a1]"></a>HAL_NVIC_SetPriority</STRONG> (Thumb, 46 bytes, Stack size 32 bytes, stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriority))
<BR><BR>[Stack]<UL><LI>Max Depth = 64<LI>Call Chain = HAL_NVIC_SetPriority &rArr; NVIC_EncodePriority
</UL>
<BR>[Calls]<UL><LI><a href="#[a5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__NVIC_SetPriority
<LI><a href="#[a4]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;NVIC_EncodePriority
<LI><a href="#[a3]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__NVIC_GetPriorityGrouping
</UL>
<BR>[Called By]<UL><LI><a href="#[9e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick
</UL>
<P><STRONG><a name="[9d]"></a>HAL_NVIC_SetPriorityGrouping</STRONG> (Thumb, 16 bytes, Stack size 16 bytes, stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping))
<BR><BR>[Stack]<UL><LI>Max Depth = 28<LI>Call Chain = HAL_NVIC_SetPriorityGrouping &rArr; __NVIC_SetPriorityGrouping
</UL>
<BR>[Calls]<UL><LI><a href="#[a6]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__NVIC_SetPriorityGrouping
</UL>
<BR>[Called By]<UL><LI><a href="#[9c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Init
</UL>
<P><STRONG><a name="[c4]"></a>HAL_PWREx_ControlVoltageScaling</STRONG> (Thumb, 436 bytes, Stack size 20 bytes, stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_ControlVoltageScaling))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = HAL_PWREx_ControlVoltageScaling
</UL>
<BR>[Called By]<UL><LI><a href="#[c3]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
</UL>
<P><STRONG><a name="[a2]"></a>HAL_PWREx_DisableUCPDDeadBattery</STRONG> (Thumb, 18 bytes, Stack size 0 bytes, stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableUCPDDeadBattery))
<BR><BR>[Called By]<UL><LI><a href="#[9f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_MspInit
</UL>
<P><STRONG><a name="[96]"></a>HAL_RCCEx_PeriphCLKConfig</STRONG> (Thumb, 1114 bytes, Stack size 32 bytes, stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 32<LI>Call Chain = HAL_RCCEx_PeriphCLKConfig
</UL>
<BR>[Calls]<UL><LI><a href="#[73]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick
</UL>
<BR>[Called By]<UL><LI><a href="#[8f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_MspInit
</UL>
<P><STRONG><a name="[a7]"></a>HAL_RCC_ClockConfig</STRONG> (Thumb, 806 bytes, Stack size 32 bytes, stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 112<LI>Call Chain = HAL_RCC_ClockConfig &rArr; HAL_InitTick &rArr; HAL_NVIC_SetPriority &rArr; NVIC_EncodePriority
</UL>
<BR>[Calls]<UL><LI><a href="#[a9]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_GetSysClockFreq
<LI><a href="#[a8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;RCC_GetSysClockFreqFromPLLSource
<LI><a href="#[9e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick
<LI><a href="#[73]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick
</UL>
<BR>[Called By]<UL><LI><a href="#[c3]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
</UL>
<P><STRONG><a name="[a9]"></a>HAL_RCC_GetSysClockFreq</STRONG> (Thumb, 252 bytes, Stack size 24 bytes, stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq))
<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = HAL_RCC_GetSysClockFreq
</UL>
<BR>[Called By]<UL><LI><a href="#[a7]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig
</UL>
<P><STRONG><a name="[aa]"></a>HAL_RCC_OscConfig</STRONG> (Thumb, 1974 bytes, Stack size 48 bytes, stm32g4xx_hal_rcc.o(.text.HAL_RCC_OscConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 128<LI>Call Chain = HAL_RCC_OscConfig &rArr; HAL_InitTick &rArr; HAL_NVIC_SetPriority &rArr; NVIC_EncodePriority
</UL>
<BR>[Calls]<UL><LI><a href="#[9e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick
<LI><a href="#[73]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick
</UL>
<BR>[Called By]<UL><LI><a href="#[c3]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
</UL>
<P><STRONG><a name="[a0]"></a>HAL_SYSTICK_Config</STRONG> (Thumb, 16 bytes, Stack size 16 bytes, stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_Config))
<BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = HAL_SYSTICK_Config &rArr; SysTick_Config &rArr; __NVIC_SetPriority
</UL>
<BR>[Calls]<UL><LI><a href="#[ab]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SysTick_Config
</UL>
<BR>[Called By]<UL><LI><a href="#[9e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick
</UL>
<P><STRONG><a name="[c1]"></a>HAL_TIMEx_ConfigBreakDeadTime</STRONG> (Thumb, 304 bytes, Stack size 16 bytes, stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigBreakDeadTime))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = HAL_TIMEx_ConfigBreakDeadTime
</UL>
<BR>[Called By]<UL><LI><a href="#[bf]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM1_Init
</UL>
<P><STRONG><a name="[c0]"></a>HAL_TIMEx_MasterConfigSynchronization</STRONG> (Thumb, 318 bytes, Stack size 20 bytes, stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_MasterConfigSynchronization))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = HAL_TIMEx_MasterConfigSynchronization
</UL>
<BR>[Called By]<UL><LI><a href="#[bf]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM1_Init
</UL>
<P><STRONG><a name="[78]"></a>HAL_TIMEx_OCN_Start</STRONG> (Thumb, 382 bytes, Stack size 48 bytes, stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start))
<BR><BR>[Stack]<UL><LI>Max Depth = 64<LI>Call Chain = HAL_TIMEx_OCN_Start &rArr; TIM_CCxNChannelCmd
</UL>
<BR>[Calls]<UL><LI><a href="#[ac]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM_CCxNChannelCmd
</UL>
<BR>[Called By]<UL><LI><a href="#[77]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;DC_Init
</UL>
<P><STRONG><a name="[ad]"></a>HAL_TIM_Base_Init</STRONG> (Thumb, 168 bytes, Stack size 16 bytes, stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 28<LI>Call Chain = HAL_TIM_Base_Init &rArr; TIM_Base_SetConfig
</UL>
<BR>[Calls]<UL><LI><a href="#[ae]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_Base_MspInit
<LI><a href="#[af]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM_Base_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[be]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM17_Init
</UL>
<P><STRONG><a name="[ae]"></a>HAL_TIM_Base_MspInit</STRONG> (Thumb, 58 bytes, Stack size 8 bytes, tim.o(.text.HAL_TIM_Base_MspInit))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = HAL_TIM_Base_MspInit
</UL>
<BR>[Called By]<UL><LI><a href="#[ad]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_Base_Init
</UL>
<P><STRONG><a name="[b0]"></a>HAL_TIM_MspPostInit</STRONG> (Thumb, 102 bytes, Stack size 40 bytes, tim.o(.text.HAL_TIM_MspPostInit))
<BR><BR>[Stack]<UL><LI>Max Depth = 84<LI>Call Chain = HAL_TIM_MspPostInit &rArr; HAL_GPIO_Init
</UL>
<BR>[Calls]<UL><LI><a href="#[98]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_Init
</UL>
<BR>[Called By]<UL><LI><a href="#[bf]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM1_Init
</UL>
<P><STRONG><a name="[b1]"></a>HAL_TIM_OC_ConfigChannel</STRONG> (Thumb, 196 bytes, Stack size 32 bytes, stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_ConfigChannel))
<BR><BR>[Stack]<UL><LI>Max Depth = 52<LI>Call Chain = HAL_TIM_OC_ConfigChannel &rArr; TIM_OC2_SetConfig
</UL>
<BR>[Calls]<UL><LI><a href="#[b3]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM_OC2_SetConfig
<LI><a href="#[b7]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM_OC6_SetConfig
<LI><a href="#[b6]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM_OC5_SetConfig
<LI><a href="#[b5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM_OC4_SetConfig
<LI><a href="#[b4]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM_OC3_SetConfig
<LI><a href="#[b2]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM_OC1_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[bf]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM1_Init
</UL>
<P><STRONG><a name="[b8]"></a>HAL_TIM_OC_Init</STRONG> (Thumb, 168 bytes, Stack size 16 bytes, stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 28<LI>Call Chain = HAL_TIM_OC_Init &rArr; TIM_Base_SetConfig
</UL>
<BR>[Calls]<UL><LI><a href="#[b9]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_MspInit
<LI><a href="#[af]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM_Base_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[bf]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM1_Init
</UL>
<P><STRONG><a name="[b9]"></a>HAL_TIM_OC_MspInit</STRONG> (Thumb, 58 bytes, Stack size 8 bytes, tim.o(.text.HAL_TIM_OC_MspInit))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = HAL_TIM_OC_MspInit
</UL>
<BR>[Called By]<UL><LI><a href="#[b8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_Init
</UL>
<P><STRONG><a name="[79]"></a>HAL_TIM_OC_Start</STRONG> (Thumb, 606 bytes, Stack size 72 bytes, stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start))
<BR><BR>[Stack]<UL><LI>Max Depth = 88<LI>Call Chain = HAL_TIM_OC_Start &rArr; TIM_CCxChannelCmd
</UL>
<BR>[Calls]<UL><LI><a href="#[ba]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM_CCxChannelCmd
</UL>
<BR>[Called By]<UL><LI><a href="#[77]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;DC_Init
</UL>
<P><STRONG><a name="[2]"></a>HardFault_Handler</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, stm32g4xx_it.o(.text.HardFault_Handler))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[bb]"></a>MX_ADC1_Init</STRONG> (Thumb, 190 bytes, Stack size 64 bytes, adc.o(.text.MX_ADC1_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 348 + Unknown Stack Size
<LI>Call Chain = MX_ADC1_Init &rArr; HAL_ADC_ConfigChannel &rArr; LL_ADC_SetOffset
</UL>
<BR>[Calls]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
<LI><a href="#[7e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADCEx_MultiModeConfigChannel
<LI><a href="#[8e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Init
<LI><a href="#[97]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Error_Handler
</UL>
<BR>[Called By]<UL><LI><a href="#[61]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[bc]"></a>MX_GPIO_Init</STRONG> (Thumb, 186 bytes, Stack size 56 bytes, gpio.o(.text.MX_GPIO_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 100<LI>Call Chain = MX_GPIO_Init &rArr; HAL_GPIO_Init
</UL>
<BR>[Calls]<UL><LI><a href="#[98]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_Init
<LI><a href="#[bd]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_WritePin
</UL>
<BR>[Called By]<UL><LI><a href="#[61]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[be]"></a>MX_TIM17_Init</STRONG> (Thumb, 60 bytes, Stack size 16 bytes, tim.o(.text.MX_TIM17_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 44<LI>Call Chain = MX_TIM17_Init &rArr; HAL_TIM_Base_Init &rArr; TIM_Base_SetConfig
</UL>
<BR>[Calls]<UL><LI><a href="#[ad]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_Base_Init
<LI><a href="#[97]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Error_Handler
</UL>
<BR>[Called By]<UL><LI><a href="#[61]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[bf]"></a>MX_TIM1_Init</STRONG> (Thumb, 246 bytes, Stack size 112 bytes, tim.o(.text.MX_TIM1_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 196 + Unknown Stack Size
<LI>Call Chain = MX_TIM1_Init &rArr; HAL_TIM_MspPostInit &rArr; HAL_GPIO_Init
</UL>
<BR>[Calls]<UL><LI><a href="#[b0]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_MspPostInit
<LI><a href="#[c1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIMEx_ConfigBreakDeadTime
<LI><a href="#[b1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_ConfigChannel
<LI><a href="#[c0]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIMEx_MasterConfigSynchronization
<LI><a href="#[b8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_Init
<LI><a href="#[97]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Error_Handler
<LI><a href="#[95]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memclr4
</UL>
<BR>[Called By]<UL><LI><a href="#[61]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[3]"></a>MemManage_Handler</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, stm32g4xx_it.o(.text.MemManage_Handler))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[1]"></a>NMI_Handler</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, stm32g4xx_it.o(.text.NMI_Handler))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[8]"></a>PendSV_Handler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, stm32g4xx_it.o(.text.PendSV_Handler))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[6]"></a>SVC_Handler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, stm32g4xx_it.o(.text.SVC_Handler))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[9]"></a>SysTick_Handler</STRONG> (Thumb, 8 bytes, Stack size 8 bytes, stm32g4xx_it.o(.text.SysTick_Handler))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = SysTick_Handler
</UL>
<BR>[Calls]<UL><LI><a href="#[c2]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_IncTick
</UL>
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[c3]"></a>SystemClock_Config</STRONG> (Thumb, 114 bytes, Stack size 88 bytes, main.o(.text.SystemClock_Config))
<BR><BR>[Stack]<UL><LI>Max Depth = 216 + Unknown Stack Size
<LI>Call Chain = SystemClock_Config &rArr; HAL_RCC_OscConfig &rArr; HAL_InitTick &rArr; HAL_NVIC_SetPriority &rArr; NVIC_EncodePriority
</UL>
<BR>[Calls]<UL><LI><a href="#[a7]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig
<LI><a href="#[97]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Error_Handler
<LI><a href="#[aa]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_OscConfig
<LI><a href="#[c4]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_PWREx_ControlVoltageScaling
<LI><a href="#[95]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memclr4
</UL>
<BR>[Called By]<UL><LI><a href="#[61]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[50]"></a>SystemInit</STRONG> (Thumb, 18 bytes, Stack size 0 bytes, system_stm32g4xx.o(.text.SystemInit))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(.text)
</UL>
<P><STRONG><a name="[af]"></a>TIM_Base_SetConfig</STRONG> (Thumb, 406 bytes, Stack size 12 bytes, stm32g4xx_hal_tim.o(.text.TIM_Base_SetConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = TIM_Base_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[ad]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_Base_Init
<LI><a href="#[b8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_Init
</UL>
<P><STRONG><a name="[ba]"></a>TIM_CCxChannelCmd</STRONG> (Thumb, 54 bytes, Stack size 16 bytes, stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = TIM_CCxChannelCmd
</UL>
<BR>[Called By]<UL><LI><a href="#[79]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_Start
</UL>
<P><STRONG><a name="[b3]"></a>TIM_OC2_SetConfig</STRONG> (Thumb, 368 bytes, Stack size 20 bytes, stm32g4xx_hal_tim.o(.text.TIM_OC2_SetConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = TIM_OC2_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[b1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_ConfigChannel
</UL>
<P><STRONG><a name="[c5]"></a>UKSI_Calc_Init</STRONG> (Thumb, 176 bytes, Stack size 24 bytes, uksi_calc_res.o(.text.UKSI_Calc_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 92<LI>Call Chain = UKSI_Calc_Init &rArr; HAL_ADC_Start &rArr; ADC_Enable &rArr; LL_ADC_GetCommonPathInternalCh
</UL>
<BR>[Calls]<UL><LI><a href="#[7b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADCEx_Calibration_Start
<LI><a href="#[99]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Start
<LI><a href="#[c8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;foster_set_mse
<LI><a href="#[c7]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;foster_init
<LI><a href="#[6e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_ConfigFilter
<LI><a href="#[c6]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_ConfigCoef
</UL>
<BR>[Called By]<UL><LI><a href="#[cd]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Init
</UL>
<P><STRONG><a name="[c9]"></a>UKSI_Calc_Isolation</STRONG> (Thumb, 236 bytes, Stack size 40 bytes, uksi_calc_res.o(.text.UKSI_Calc_Isolation))
<BR><BR>[Stack]<UL><LI>Max Depth = 80<LI>Call Chain = UKSI_Calc_Isolation &rArr; foster_check
</UL>
<BR>[Calls]<UL><LI><a href="#[cb]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;foster_is_ready
<LI><a href="#[ca]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;foster_add_sample
<LI><a href="#[6c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Calc
<LI><a href="#[cc]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;foster_check
</UL>
<BR>[Called By]<UL><LI><a href="#[ce]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_while
</UL>
<P><STRONG><a name="[cd]"></a>UKSI_Init</STRONG> (Thumb, 48 bytes, Stack size 8 bytes, uksi_main.o(.text.UKSI_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 128<LI>Call Chain = UKSI_Init &rArr; DC_Init &rArr; HAL_TIM_OC_Start &rArr; TIM_CCxChannelCmd
</UL>
<BR>[Calls]<UL><LI><a href="#[c5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Init
<LI><a href="#[77]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;DC_Init
</UL>
<BR>[Called By]<UL><LI><a href="#[61]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[d0]"></a>UKSI_prewhile</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, uksi_main.o(.text.UKSI_prewhile))
<BR><BR>[Called By]<UL><LI><a href="#[61]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[ce]"></a>UKSI_while</STRONG> (Thumb, 332 bytes, Stack size 16 bytes, uksi_main.o(.text.UKSI_while))
<BR><BR>[Stack]<UL><LI>Max Depth = 96<LI>Call Chain = UKSI_while &rArr; UKSI_Calc_Isolation &rArr; foster_check
</UL>
<BR>[Calls]<UL><LI><a href="#[cc]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;foster_check
<LI><a href="#[c9]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Isolation
<LI><a href="#[cf]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;DC_Enable
</UL>
<BR>[Called By]<UL><LI><a href="#[61]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[5]"></a>UsageFault_Handler</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, stm32g4xx_it.o(.text.UsageFault_Handler))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32g431xx.o(RESET)
</UL>
<P><STRONG><a name="[ca]"></a>foster_add_sample</STRONG> (Thumb, 114 bytes, Stack size 8 bytes, foster_student.o(.text.foster_add_sample))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = foster_add_sample
</UL>
<BR>[Called By]<UL><LI><a href="#[c9]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Isolation
</UL>
<P><STRONG><a name="[cc]"></a>foster_check</STRONG> (Thumb, 374 bytes, Stack size 40 bytes, foster_student.o(.text.foster_check))
<BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = foster_check
</UL>
<BR>[Called By]<UL><LI><a href="#[ce]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_while
<LI><a href="#[c9]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Isolation
</UL>
<P><STRONG><a name="[c7]"></a>foster_init</STRONG> (Thumb, 90 bytes, Stack size 12 bytes, foster_student.o(.text.foster_init))
<BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = foster_init
</UL>
<BR>[Called By]<UL><LI><a href="#[c5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Init
</UL>
<P><STRONG><a name="[cb]"></a>foster_is_ready</STRONG> (Thumb, 40 bytes, Stack size 8 bytes, foster_student.o(.text.foster_is_ready))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = foster_is_ready
</UL>
<BR>[Called By]<UL><LI><a href="#[c9]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Isolation
</UL>
<P><STRONG><a name="[c8]"></a>foster_set_mse</STRONG> (Thumb, 44 bytes, Stack size 8 bytes, foster_student.o(.text.foster_set_mse))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = foster_set_mse
</UL>
<BR>[Called By]<UL><LI><a href="#[c5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Calc_Init
</UL>
<P><STRONG><a name="[61]"></a>main</STRONG> (Thumb, 48 bytes, Stack size 16 bytes, main.o(.text.main))
<BR><BR>[Stack]<UL><LI>Max Depth = 364 + Unknown Stack Size
<LI>Call Chain = main &rArr; MX_ADC1_Init &rArr; HAL_ADC_ConfigChannel &rArr; LL_ADC_SetOffset
</UL>
<BR>[Calls]<UL><LI><a href="#[ce]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_while
<LI><a href="#[d0]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_prewhile
<LI><a href="#[cd]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UKSI_Init
<LI><a href="#[bf]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM1_Init
<LI><a href="#[be]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM17_Init
<LI><a href="#[bb]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_ADC1_Init
<LI><a href="#[bc]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_GPIO_Init
<LI><a href="#[c3]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
<LI><a href="#[9c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Init
</UL>
<BR>[Called By]<UL><LI><a href="#[60]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_entry_main
</UL>
<P><STRONG><a name="[5b]"></a>_fp_init</STRONG> (Thumb, 26 bytes, Stack size 0 bytes, fpinit.o(x$fpl$fpinit))
<BR><BR>[Called By]<UL><LI><a href="#[5a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_lib_init_fp_1
</UL>
<P><STRONG><a name="[100]"></a>__fplib_config_fpu_vfp</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, fpinit.o(x$fpl$fpinit), UNUSED)
<P><STRONG><a name="[101]"></a>__fplib_config_pureend_doubles</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, fpinit.o(x$fpl$fpinit), UNUSED)
<P>
<H3>
Local Symbols
</H3>
<P><STRONG><a name="[90]"></a>LL_ADC_IsDeepPowerDownEnabled</STRONG> (Thumb, 16 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_IsDeepPowerDownEnabled))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_IsDeepPowerDownEnabled
</UL>
<BR>[Called By]<UL><LI><a href="#[8e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Init
</UL>
<P><STRONG><a name="[91]"></a>LL_ADC_DisableDeepPowerDown</STRONG> (Thumb, 24 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_DisableDeepPowerDown))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_DisableDeepPowerDown
</UL>
<BR>[Called By]<UL><LI><a href="#[8e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Init
</UL>
<P><STRONG><a name="[92]"></a>LL_ADC_IsInternalRegulatorEnabled</STRONG> (Thumb, 16 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_IsInternalRegulatorEnabled))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_IsInternalRegulatorEnabled
</UL>
<BR>[Called By]<UL><LI><a href="#[8e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Init
</UL>
<P><STRONG><a name="[93]"></a>LL_ADC_EnableInternalRegulator</STRONG> (Thumb, 30 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_EnableInternalRegulator))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_EnableInternalRegulator
</UL>
<BR>[Called By]<UL><LI><a href="#[8e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Init
</UL>
<P><STRONG><a name="[82]"></a>LL_ADC_REG_IsConversionOngoing</STRONG> (Thumb, 16 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_REG_IsConversionOngoing
</UL>
<BR>[Called By]<UL><LI><a href="#[99]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Start
<LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
<LI><a href="#[8e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Init
</UL>
<P><STRONG><a name="[71]"></a>LL_ADC_IsEnabled</STRONG> (Thumb, 16 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_IsEnabled))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_IsEnabled
</UL>
<BR>[Called By]<UL><LI><a href="#[74]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Enable
<LI><a href="#[6f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Disable
<LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
<LI><a href="#[8e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Init
</UL>
<P><STRONG><a name="[94]"></a>LL_ADC_SetCommonClock</STRONG> (Thumb, 26 bytes, Stack size 8 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_SetCommonClock))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = LL_ADC_SetCommonClock
</UL>
<BR>[Called By]<UL><LI><a href="#[8e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Init
</UL>
<P><STRONG><a name="[84]"></a>LL_ADC_INJ_IsConversionOngoing</STRONG> (Thumb, 16 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsConversionOngoing))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_INJ_IsConversionOngoing
</UL>
<BR>[Called By]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
<LI><a href="#[8e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Init
</UL>
<P><STRONG><a name="[70]"></a>LL_ADC_IsDisableOngoing</STRONG> (Thumb, 16 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_IsDisableOngoing))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_IsDisableOngoing
</UL>
<BR>[Called By]<UL><LI><a href="#[6f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Disable
</UL>
<P><STRONG><a name="[72]"></a>LL_ADC_Disable</STRONG> (Thumb, 28 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_Disable))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_Disable
</UL>
<BR>[Called By]<UL><LI><a href="#[6f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Disable
</UL>
<P><STRONG><a name="[9a]"></a>LL_ADC_GetMultimode</STRONG> (Thumb, 16 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultimode))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_GetMultimode
</UL>
<BR>[Called By]<UL><LI><a href="#[99]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Start
</UL>
<P><STRONG><a name="[9b]"></a>LL_ADC_REG_StartConversion</STRONG> (Thumb, 28 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_REG_StartConversion))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_REG_StartConversion
</UL>
<BR>[Called By]<UL><LI><a href="#[99]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_Start
</UL>
<P><STRONG><a name="[75]"></a>LL_ADC_Enable</STRONG> (Thumb, 28 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_Enable))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_Enable
</UL>
<BR>[Called By]<UL><LI><a href="#[74]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Enable
</UL>
<P><STRONG><a name="[76]"></a>LL_ADC_GetCommonPathInternalCh</STRONG> (Thumb, 16 bytes, Stack size 4 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_GetCommonPathInternalCh))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_GetCommonPathInternalCh
</UL>
<BR>[Called By]<UL><LI><a href="#[74]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADC_Enable
<LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
</UL>
<P><STRONG><a name="[83]"></a>LL_ADC_REG_SetSequencerRanks</STRONG> (Thumb, 58 bytes, Stack size 16 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_REG_SetSequencerRanks))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = LL_ADC_REG_SetSequencerRanks
</UL>
<BR>[Called By]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
</UL>
<P><STRONG><a name="[85]"></a>LL_ADC_SetChannelSamplingTime</STRONG> (Thumb, 54 bytes, Stack size 16 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_SetChannelSamplingTime))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = LL_ADC_SetChannelSamplingTime
</UL>
<BR>[Called By]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
</UL>
<P><STRONG><a name="[86]"></a>LL_ADC_SetSamplingTimeCommonConfig</STRONG> (Thumb, 26 bytes, Stack size 8 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_SetSamplingTimeCommonConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = LL_ADC_SetSamplingTimeCommonConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
</UL>
<P><STRONG><a name="[87]"></a>LL_ADC_SetOffset</STRONG> (Thumb, 60 bytes, Stack size 20 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffset))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = LL_ADC_SetOffset
</UL>
<BR>[Called By]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
</UL>
<P><STRONG><a name="[88]"></a>LL_ADC_SetOffsetSign</STRONG> (Thumb, 40 bytes, Stack size 16 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetSign))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = LL_ADC_SetOffsetSign
</UL>
<BR>[Called By]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
</UL>
<P><STRONG><a name="[89]"></a>LL_ADC_SetOffsetSaturation</STRONG> (Thumb, 40 bytes, Stack size 16 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetSaturation))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = LL_ADC_SetOffsetSaturation
</UL>
<BR>[Called By]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
</UL>
<P><STRONG><a name="[8a]"></a>LL_ADC_GetOffsetChannel</STRONG> (Thumb, 30 bytes, Stack size 12 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_GetOffsetChannel))
<BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = LL_ADC_GetOffsetChannel
</UL>
<BR>[Called By]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
</UL>
<P><STRONG><a name="[8b]"></a>LL_ADC_SetOffsetState</STRONG> (Thumb, 40 bytes, Stack size 16 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetState))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = LL_ADC_SetOffsetState
</UL>
<BR>[Called By]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
</UL>
<P><STRONG><a name="[8c]"></a>LL_ADC_SetChannelSingleDiff</STRONG> (Thumb, 52 bytes, Stack size 12 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_SetChannelSingleDiff))
<BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = LL_ADC_SetChannelSingleDiff
</UL>
<BR>[Called By]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
</UL>
<P><STRONG><a name="[8d]"></a>LL_ADC_SetCommonPathInternalCh</STRONG> (Thumb, 26 bytes, Stack size 8 bytes, stm32g4xx_hal_adc.o(.text.LL_ADC_SetCommonPathInternalCh))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = LL_ADC_SetCommonPathInternalCh
</UL>
<BR>[Called By]<UL><LI><a href="#[81]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADC_ConfigChannel
</UL>
<P><STRONG><a name="[7c]"></a>LL_ADC_StartCalibration</STRONG> (Thumb, 40 bytes, Stack size 8 bytes, stm32g4xx_hal_adc_ex.o(.text.LL_ADC_StartCalibration))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = LL_ADC_StartCalibration
</UL>
<BR>[Called By]<UL><LI><a href="#[7b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADCEx_Calibration_Start
</UL>
<P><STRONG><a name="[7d]"></a>LL_ADC_IsCalibrationOnGoing</STRONG> (Thumb, 14 bytes, Stack size 4 bytes, stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsCalibrationOnGoing))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_IsCalibrationOnGoing
</UL>
<BR>[Called By]<UL><LI><a href="#[7b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADCEx_Calibration_Start
</UL>
<P><STRONG><a name="[7f]"></a>LL_ADC_REG_IsConversionOngoing</STRONG> (Thumb, 16 bytes, Stack size 4 bytes, stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_REG_IsConversionOngoing
</UL>
<BR>[Called By]<UL><LI><a href="#[7e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADCEx_MultiModeConfigChannel
</UL>
<P><STRONG><a name="[80]"></a>LL_ADC_IsEnabled</STRONG> (Thumb, 16 bytes, Stack size 4 bytes, stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsEnabled))
<BR><BR>[Stack]<UL><LI>Max Depth = 4<LI>Call Chain = LL_ADC_IsEnabled
</UL>
<BR>[Called By]<UL><LI><a href="#[7e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_ADCEx_MultiModeConfigChannel
</UL>
<P><STRONG><a name="[a8]"></a>RCC_GetSysClockFreqFromPLLSource</STRONG> (Thumb, 156 bytes, Stack size 24 bytes, stm32g4xx_hal_rcc.o(.text.RCC_GetSysClockFreqFromPLLSource))
<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = RCC_GetSysClockFreqFromPLLSource
</UL>
<BR>[Called By]<UL><LI><a href="#[a7]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig
</UL>
<P><STRONG><a name="[a6]"></a>__NVIC_SetPriorityGrouping</STRONG> (Thumb, 60 bytes, Stack size 12 bytes, stm32g4xx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping))
<BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = __NVIC_SetPriorityGrouping
</UL>
<BR>[Called By]<UL><LI><a href="#[9d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_SetPriorityGrouping
</UL>
<P><STRONG><a name="[a3]"></a>__NVIC_GetPriorityGrouping</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, stm32g4xx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping))
<BR><BR>[Called By]<UL><LI><a href="#[a1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_SetPriority
</UL>
<P><STRONG><a name="[a4]"></a>NVIC_EncodePriority</STRONG> (Thumb, 108 bytes, Stack size 32 bytes, stm32g4xx_hal_cortex.o(.text.NVIC_EncodePriority))
<BR><BR>[Stack]<UL><LI>Max Depth = 32<LI>Call Chain = NVIC_EncodePriority
</UL>
<BR>[Called By]<UL><LI><a href="#[a1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_SetPriority
</UL>
<P><STRONG><a name="[a5]"></a>__NVIC_SetPriority</STRONG> (Thumb, 66 bytes, Stack size 8 bytes, stm32g4xx_hal_cortex.o(.text.__NVIC_SetPriority))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = __NVIC_SetPriority
</UL>
<BR>[Called By]<UL><LI><a href="#[ab]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SysTick_Config
<LI><a href="#[a1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_SetPriority
</UL>
<P><STRONG><a name="[ab]"></a>SysTick_Config</STRONG> (Thumb, 82 bytes, Stack size 16 bytes, stm32g4xx_hal_cortex.o(.text.SysTick_Config))
<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = SysTick_Config &rArr; __NVIC_SetPriority
</UL>
<BR>[Calls]<UL><LI><a href="#[a5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__NVIC_SetPriority
</UL>
<BR>[Called By]<UL><LI><a href="#[a0]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SYSTICK_Config
</UL>
<P><STRONG><a name="[b2]"></a>TIM_OC1_SetConfig</STRONG> (Thumb, 340 bytes, Stack size 20 bytes, stm32g4xx_hal_tim.o(.text.TIM_OC1_SetConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = TIM_OC1_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[b1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_ConfigChannel
</UL>
<P><STRONG><a name="[b4]"></a>TIM_OC3_SetConfig</STRONG> (Thumb, 366 bytes, Stack size 20 bytes, stm32g4xx_hal_tim.o(.text.TIM_OC3_SetConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = TIM_OC3_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[b1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_ConfigChannel
</UL>
<P><STRONG><a name="[b5]"></a>TIM_OC4_SetConfig</STRONG> (Thumb, 368 bytes, Stack size 20 bytes, stm32g4xx_hal_tim.o(.text.TIM_OC4_SetConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = TIM_OC4_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[b1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_ConfigChannel
</UL>
<P><STRONG><a name="[b6]"></a>TIM_OC5_SetConfig</STRONG> (Thumb, 210 bytes, Stack size 20 bytes, stm32g4xx_hal_tim.o(.text.TIM_OC5_SetConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = TIM_OC5_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[b1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_ConfigChannel
</UL>
<P><STRONG><a name="[b7]"></a>TIM_OC6_SetConfig</STRONG> (Thumb, 212 bytes, Stack size 20 bytes, stm32g4xx_hal_tim.o(.text.TIM_OC6_SetConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = TIM_OC6_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[b1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIM_OC_ConfigChannel
</UL>
<P><STRONG><a name="[ac]"></a>TIM_CCxNChannelCmd</STRONG> (Thumb, 54 bytes, Stack size 16 bytes, stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = TIM_CCxNChannelCmd
</UL>
<BR>[Called By]<UL><LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_TIMEx_OCN_Start
</UL>
<P>
<H3>
Undefined Global Symbols
</H3><HR></body></html>

View File

@@ -0,0 +1,38 @@
--cpu=Cortex-M4.fp.sp
"uksi_test\startup_stm32g431xx.o"
"uksi_test\main.o"
"uksi_test\gpio.o"
"uksi_test\adc.o"
"uksi_test\tim.o"
"uksi_test\stm32g4xx_it.o"
"uksi_test\stm32g4xx_hal_msp.o"
"uksi_test\stm32g4xx_hal_adc.o"
"uksi_test\stm32g4xx_hal_adc_ex.o"
"uksi_test\stm32g4xx_ll_adc.o"
"uksi_test\stm32g4xx_hal.o"
"uksi_test\stm32g4xx_hal_rcc.o"
"uksi_test\stm32g4xx_hal_rcc_ex.o"
"uksi_test\stm32g4xx_hal_flash.o"
"uksi_test\stm32g4xx_hal_flash_ex.o"
"uksi_test\stm32g4xx_hal_flash_ramfunc.o"
"uksi_test\stm32g4xx_hal_gpio.o"
"uksi_test\stm32g4xx_hal_exti.o"
"uksi_test\stm32g4xx_hal_dma.o"
"uksi_test\stm32g4xx_hal_dma_ex.o"
"uksi_test\stm32g4xx_hal_pwr.o"
"uksi_test\stm32g4xx_hal_pwr_ex.o"
"uksi_test\stm32g4xx_hal_cortex.o"
"uksi_test\stm32g4xx_hal_tim.o"
"uksi_test\stm32g4xx_hal_tim_ex.o"
"uksi_test\system_stm32g4xx.o"
"uksi_test\segger_rtt.o"
"uksi_test\segger_rtt_printf.o"
"uksi_test\filters.o"
"uksi_test\uksi_main.o"
"uksi_test\uksi_calc_res.o"
"uksi_test\uksi_dc_control.o"
"uksi_test\foster_student.o"
--strict --scatter "UKSI_TEST\UKSI_TEST.sct"
--summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list "UKSI_TEST.map" -o UKSI_TEST\UKSI_TEST.axf

View File

@@ -0,0 +1,3820 @@
Component: Arm Compiler for Embedded 6.19 Tool: armlink [5e73cb00]
==============================================================================
Section Cross References
startup_stm32g431xx.o(STACK) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup_stm32g431xx.o(HEAP) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup_stm32g431xx.o(RESET) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup_stm32g431xx.o(RESET) refers to startup_stm32g431xx.o(STACK) for __initial_sp
startup_stm32g431xx.o(RESET) refers to startup_stm32g431xx.o(.text) for Reset_Handler
startup_stm32g431xx.o(RESET) refers to stm32g4xx_it.o(.text.NMI_Handler) for NMI_Handler
startup_stm32g431xx.o(RESET) refers to stm32g4xx_it.o(.text.HardFault_Handler) for HardFault_Handler
startup_stm32g431xx.o(RESET) refers to stm32g4xx_it.o(.text.MemManage_Handler) for MemManage_Handler
startup_stm32g431xx.o(RESET) refers to stm32g4xx_it.o(.text.BusFault_Handler) for BusFault_Handler
startup_stm32g431xx.o(RESET) refers to stm32g4xx_it.o(.text.UsageFault_Handler) for UsageFault_Handler
startup_stm32g431xx.o(RESET) refers to stm32g4xx_it.o(.text.SVC_Handler) for SVC_Handler
startup_stm32g431xx.o(RESET) refers to stm32g4xx_it.o(.text.DebugMon_Handler) for DebugMon_Handler
startup_stm32g431xx.o(RESET) refers to stm32g4xx_it.o(.text.PendSV_Handler) for PendSV_Handler
startup_stm32g431xx.o(RESET) refers to stm32g4xx_it.o(.text.SysTick_Handler) for SysTick_Handler
startup_stm32g431xx.o(.text) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup_stm32g431xx.o(.text) refers to system_stm32g4xx.o(.text.SystemInit) for SystemInit
startup_stm32g431xx.o(.text) refers to __main.o(!!!main) for __main
startup_stm32g431xx.o(.text) refers to startup_stm32g431xx.o(HEAP) for Heap_Mem
startup_stm32g431xx.o(.text) refers to startup_stm32g431xx.o(STACK) for Stack_Mem
main.o(.text.main) refers to stm32g4xx_hal.o(.text.HAL_Init) for HAL_Init
main.o(.text.main) refers to main.o(.text.SystemClock_Config) for SystemClock_Config
main.o(.text.main) refers to gpio.o(.text.MX_GPIO_Init) for MX_GPIO_Init
main.o(.text.main) refers to adc.o(.text.MX_ADC1_Init) for MX_ADC1_Init
main.o(.text.main) refers to tim.o(.text.MX_TIM17_Init) for MX_TIM17_Init
main.o(.text.main) refers to tim.o(.text.MX_TIM1_Init) for MX_TIM1_Init
main.o(.text.main) refers to uksi_main.o(.text.UKSI_Init) for UKSI_Init
main.o(.text.main) refers to uksi_main.o(.text.UKSI_prewhile) for UKSI_prewhile
main.o(.text.main) refers to uksi_main.o(.text.UKSI_while) for UKSI_while
main.o(.ARM.exidx.text.main) refers to main.o(.text.main) for [Anonymous Symbol]
main.o(.text.SystemClock_Config) refers to rt_memclr_w.o(.text) for __aeabi_memclr4
main.o(.text.SystemClock_Config) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_ControlVoltageScaling) for HAL_PWREx_ControlVoltageScaling
main.o(.text.SystemClock_Config) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_OscConfig) for HAL_RCC_OscConfig
main.o(.text.SystemClock_Config) refers to main.o(.text.Error_Handler) for Error_Handler
main.o(.text.SystemClock_Config) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig) for HAL_RCC_ClockConfig
main.o(.ARM.exidx.text.SystemClock_Config) refers to main.o(.text.SystemClock_Config) for [Anonymous Symbol]
main.o(.ARM.exidx.text.Error_Handler) refers to main.o(.text.Error_Handler) for [Anonymous Symbol]
gpio.o(.text.MX_GPIO_Init) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_WritePin) for HAL_GPIO_WritePin
gpio.o(.text.MX_GPIO_Init) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_Init) for HAL_GPIO_Init
gpio.o(.ARM.exidx.text.MX_GPIO_Init) refers to gpio.o(.text.MX_GPIO_Init) for [Anonymous Symbol]
adc.o(.text.MX_ADC1_Init) refers to adc.o(.bss.hadc1) for hadc1
adc.o(.text.MX_ADC1_Init) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) for HAL_ADC_Init
adc.o(.text.MX_ADC1_Init) refers to main.o(.text.Error_Handler) for Error_Handler
adc.o(.text.MX_ADC1_Init) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeConfigChannel) for HAL_ADCEx_MultiModeConfigChannel
adc.o(.text.MX_ADC1_Init) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) for HAL_ADC_ConfigChannel
adc.o(.ARM.exidx.text.MX_ADC1_Init) refers to adc.o(.text.MX_ADC1_Init) for [Anonymous Symbol]
adc.o(.text.HAL_ADC_MspInit) refers to rt_memclr_w.o(.text) for __aeabi_memclr4
adc.o(.text.HAL_ADC_MspInit) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) for HAL_RCCEx_PeriphCLKConfig
adc.o(.text.HAL_ADC_MspInit) refers to main.o(.text.Error_Handler) for Error_Handler
adc.o(.text.HAL_ADC_MspInit) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_Init) for HAL_GPIO_Init
adc.o(.ARM.exidx.text.HAL_ADC_MspInit) refers to adc.o(.text.HAL_ADC_MspInit) for [Anonymous Symbol]
adc.o(.text.HAL_ADC_MspDeInit) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_DeInit) for HAL_GPIO_DeInit
adc.o(.ARM.exidx.text.HAL_ADC_MspDeInit) refers to adc.o(.text.HAL_ADC_MspDeInit) for [Anonymous Symbol]
tim.o(.text.MX_TIM1_Init) refers to rt_memclr_w.o(.text) for __aeabi_memclr4
tim.o(.text.MX_TIM1_Init) refers to tim.o(.bss.htim1) for htim1
tim.o(.text.MX_TIM1_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Init) for HAL_TIM_OC_Init
tim.o(.text.MX_TIM1_Init) refers to main.o(.text.Error_Handler) for Error_Handler
tim.o(.text.MX_TIM1_Init) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_MasterConfigSynchronization) for HAL_TIMEx_MasterConfigSynchronization
tim.o(.text.MX_TIM1_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_ConfigChannel) for HAL_TIM_OC_ConfigChannel
tim.o(.text.MX_TIM1_Init) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigBreakDeadTime) for HAL_TIMEx_ConfigBreakDeadTime
tim.o(.text.MX_TIM1_Init) refers to tim.o(.text.HAL_TIM_MspPostInit) for HAL_TIM_MspPostInit
tim.o(.ARM.exidx.text.MX_TIM1_Init) refers to tim.o(.text.MX_TIM1_Init) for [Anonymous Symbol]
tim.o(.text.HAL_TIM_MspPostInit) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_Init) for HAL_GPIO_Init
tim.o(.ARM.exidx.text.HAL_TIM_MspPostInit) refers to tim.o(.text.HAL_TIM_MspPostInit) for [Anonymous Symbol]
tim.o(.text.MX_TIM17_Init) refers to tim.o(.bss.htim17) for htim17
tim.o(.text.MX_TIM17_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Init) for HAL_TIM_Base_Init
tim.o(.text.MX_TIM17_Init) refers to main.o(.text.Error_Handler) for Error_Handler
tim.o(.ARM.exidx.text.MX_TIM17_Init) refers to tim.o(.text.MX_TIM17_Init) for [Anonymous Symbol]
tim.o(.ARM.exidx.text.HAL_TIM_OC_MspInit) refers to tim.o(.text.HAL_TIM_OC_MspInit) for [Anonymous Symbol]
tim.o(.ARM.exidx.text.HAL_TIM_Base_MspInit) refers to tim.o(.text.HAL_TIM_Base_MspInit) for [Anonymous Symbol]
tim.o(.ARM.exidx.text.HAL_TIM_OC_MspDeInit) refers to tim.o(.text.HAL_TIM_OC_MspDeInit) for [Anonymous Symbol]
tim.o(.ARM.exidx.text.HAL_TIM_Base_MspDeInit) refers to tim.o(.text.HAL_TIM_Base_MspDeInit) for [Anonymous Symbol]
stm32g4xx_it.o(.ARM.exidx.text.NMI_Handler) refers to stm32g4xx_it.o(.text.NMI_Handler) for [Anonymous Symbol]
stm32g4xx_it.o(.ARM.exidx.text.HardFault_Handler) refers to stm32g4xx_it.o(.text.HardFault_Handler) for [Anonymous Symbol]
stm32g4xx_it.o(.ARM.exidx.text.MemManage_Handler) refers to stm32g4xx_it.o(.text.MemManage_Handler) for [Anonymous Symbol]
stm32g4xx_it.o(.ARM.exidx.text.BusFault_Handler) refers to stm32g4xx_it.o(.text.BusFault_Handler) for [Anonymous Symbol]
stm32g4xx_it.o(.ARM.exidx.text.UsageFault_Handler) refers to stm32g4xx_it.o(.text.UsageFault_Handler) for [Anonymous Symbol]
stm32g4xx_it.o(.ARM.exidx.text.SVC_Handler) refers to stm32g4xx_it.o(.text.SVC_Handler) for [Anonymous Symbol]
stm32g4xx_it.o(.ARM.exidx.text.DebugMon_Handler) refers to stm32g4xx_it.o(.text.DebugMon_Handler) for [Anonymous Symbol]
stm32g4xx_it.o(.ARM.exidx.text.PendSV_Handler) refers to stm32g4xx_it.o(.text.PendSV_Handler) for [Anonymous Symbol]
stm32g4xx_it.o(.text.SysTick_Handler) refers to stm32g4xx_hal.o(.text.HAL_IncTick) for HAL_IncTick
stm32g4xx_it.o(.ARM.exidx.text.SysTick_Handler) refers to stm32g4xx_it.o(.text.SysTick_Handler) for [Anonymous Symbol]
stm32g4xx_hal_msp.o(.text.HAL_MspInit) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableUCPDDeadBattery) for HAL_PWREx_DisableUCPDDeadBattery
stm32g4xx_hal_msp.o(.ARM.exidx.text.HAL_MspInit) refers to stm32g4xx_hal_msp.o(.text.HAL_MspInit) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) refers to adc.o(.text.HAL_ADC_MspInit) for HAL_ADC_MspInit
stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsDeepPowerDownEnabled) for LL_ADC_IsDeepPowerDownEnabled
stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_DisableDeepPowerDown) for LL_ADC_DisableDeepPowerDown
stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsInternalRegulatorEnabled) for LL_ADC_IsInternalRegulatorEnabled
stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_EnableInternalRegulator) for LL_ADC_EnableInternalRegulator
stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) refers to system_stm32g4xx.o(.data.SystemCoreClock) for SystemCoreClock
stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetCommonClock) for LL_ADC_SetCommonClock
stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Init) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_Init) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_MspInit) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_MspInit) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_IsDeepPowerDownEnabled) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsDeepPowerDownEnabled) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_DisableDeepPowerDown) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_DisableDeepPowerDown) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_IsInternalRegulatorEnabled) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsInternalRegulatorEnabled) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_EnableInternalRegulator) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_EnableInternalRegulator) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_REG_IsConversionOngoing) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_IsEnabled) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsEnabled) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetCommonClock) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetCommonClock) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_INJ_IsConversionOngoing) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsConversionOngoing) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_DeInit) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for ADC_ConversionStop
stm32g4xx_hal_adc.o(.text.HAL_ADC_DeInit) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc.o(.text.HAL_ADC_DeInit) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32g4xx_hal_adc.o(.text.HAL_ADC_DeInit) refers to adc.o(.text.HAL_ADC_MspDeInit) for HAL_ADC_MspDeInit
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_DeInit) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsDisableOngoing) for LL_ADC_IsDisableOngoing
stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_StopConversion) for LL_ADC_REG_StopConversion
stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_StopConversion) for LL_ADC_INJ_StopConversion
stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_ConversionStop) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.ADC_Disable) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsDisableOngoing) for LL_ADC_IsDisableOngoing
stm32g4xx_hal_adc.o(.text.ADC_Disable) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32g4xx_hal_adc.o(.text.ADC_Disable) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_Disable) for LL_ADC_Disable
stm32g4xx_hal_adc.o(.text.ADC_Disable) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_Disable) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_MspDeInit) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_MspDeInit) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultimode) for LL_ADC_GetMultimode
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start) refers to stm32g4xx_hal_adc.o(.text.ADC_Enable) for ADC_Enable
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_StartConversion) for LL_ADC_REG_StartConversion
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Start) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_Start) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_GetMultimode) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultimode) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.ADC_Enable) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32g4xx_hal_adc.o(.text.ADC_Enable) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_Enable) for LL_ADC_Enable
stm32g4xx_hal_adc.o(.text.ADC_Enable) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetCommonPathInternalCh) for LL_ADC_GetCommonPathInternalCh
stm32g4xx_hal_adc.o(.text.ADC_Enable) refers to system_stm32g4xx.o(.data.SystemCoreClock) for SystemCoreClock
stm32g4xx_hal_adc.o(.text.ADC_Enable) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_Enable) refers to stm32g4xx_hal_adc.o(.text.ADC_Enable) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_REG_StartConversion) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_StartConversion) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for ADC_ConversionStop
stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Stop) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_PollForConversion) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultimode) for LL_ADC_GetMultimode
stm32g4xx_hal_adc.o(.text.HAL_ADC_PollForConversion) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultiDMATransfer) for LL_ADC_GetMultiDMATransfer
stm32g4xx_hal_adc.o(.text.HAL_ADC_PollForConversion) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_adc.o(.text.HAL_ADC_PollForConversion) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsTriggerSourceSWStart) for LL_ADC_REG_IsTriggerSourceSWStart
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_PollForConversion) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_PollForConversion) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_GetMultiDMATransfer) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultiDMATransfer) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_REG_IsTriggerSourceSWStart) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsTriggerSourceSWStart) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_PollForEvent) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_PollForEvent) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_PollForEvent) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_IT) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultimode) for LL_ADC_GetMultimode
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_IT) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_IT) refers to stm32g4xx_hal_adc.o(.text.ADC_Enable) for ADC_Enable
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_IT) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_StartConversion) for LL_ADC_REG_StartConversion
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Start_IT) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop_IT) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for ADC_ConversionStop
stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop_IT) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Stop_IT) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop_IT) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_DMA) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultimode) for LL_ADC_GetMultimode
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_DMA) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_Enable) for ADC_Enable
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_DMAConvCplt) for ADC_DMAConvCplt
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_DMAHalfConvCplt) for ADC_DMAHalfConvCplt
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_DMAError) for ADC_DMAError
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_DMA) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_StartConversion) for LL_ADC_REG_StartConversion
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Start_DMA) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_DMA) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.ADC_DMAConvCplt) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsTriggerSourceSWStart) for LL_ADC_REG_IsTriggerSourceSWStart
stm32g4xx_hal_adc.o(.text.ADC_DMAConvCplt) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_ConvCpltCallback) for HAL_ADC_ConvCpltCallback
stm32g4xx_hal_adc.o(.text.ADC_DMAConvCplt) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_ErrorCallback) for HAL_ADC_ErrorCallback
stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_DMAConvCplt) refers to stm32g4xx_hal_adc.o(.text.ADC_DMAConvCplt) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.ADC_DMAHalfConvCplt) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_ConvHalfCpltCallback) for HAL_ADC_ConvHalfCpltCallback
stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_DMAHalfConvCplt) refers to stm32g4xx_hal_adc.o(.text.ADC_DMAHalfConvCplt) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.ADC_DMAError) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_ErrorCallback) for HAL_ADC_ErrorCallback
stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_DMAError) refers to stm32g4xx_hal_adc.o(.text.ADC_DMAError) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for ADC_ConversionStop
stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort) for HAL_DMA_Abort
stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Stop_DMA) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_GetValue) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_GetValue) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_StartSampling) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_StartSampling) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_StopSampling) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_StopSampling) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultimode) for LL_ADC_GetMultimode
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_EndOfSamplingCallback) for HAL_ADCEx_EndOfSamplingCallback
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsTriggerSourceSWStart) for LL_ADC_REG_IsTriggerSourceSWStart
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_ConvCpltCallback) for HAL_ADC_ConvCpltCallback
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsTriggerSourceSWStart) for LL_ADC_INJ_IsTriggerSourceSWStart
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConvCpltCallback) for HAL_ADCEx_InjectedConvCpltCallback
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_LevelOutOfWindowCallback) for HAL_ADC_LevelOutOfWindowCallback
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_LevelOutOfWindow2Callback) for HAL_ADCEx_LevelOutOfWindow2Callback
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_LevelOutOfWindow3Callback) for HAL_ADCEx_LevelOutOfWindow3Callback
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultiDMATransfer) for LL_ADC_GetMultiDMATransfer
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_ErrorCallback) for HAL_ADC_ErrorCallback
stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedQueueOverflowCallback) for HAL_ADCEx_InjectedQueueOverflowCallback
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_IRQHandler) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_ConvCpltCallback) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_ConvCpltCallback) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_INJ_IsTriggerSourceSWStart) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsTriggerSourceSWStart) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_LevelOutOfWindowCallback) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_LevelOutOfWindowCallback) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_ErrorCallback) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_ErrorCallback) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_ConvHalfCpltCallback) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_ConvHalfCpltCallback) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_SetSequencerRanks) for LL_ADC_REG_SetSequencerRanks
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetChannelSamplingTime) for LL_ADC_SetChannelSamplingTime
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetSamplingTimeCommonConfig) for LL_ADC_SetSamplingTimeCommonConfig
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffset) for LL_ADC_SetOffset
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetSign) for LL_ADC_SetOffsetSign
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetSaturation) for LL_ADC_SetOffsetSaturation
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetOffsetChannel) for LL_ADC_GetOffsetChannel
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetState) for LL_ADC_SetOffsetState
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetChannelSingleDiff) for LL_ADC_SetChannelSingleDiff
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetCommonPathInternalCh) for LL_ADC_GetCommonPathInternalCh
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetCommonPathInternalCh) for LL_ADC_SetCommonPathInternalCh
stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) refers to system_stm32g4xx.o(.data.SystemCoreClock) for SystemCoreClock
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_ConfigChannel) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_REG_SetSequencerRanks) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_SetSequencerRanks) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetChannelSamplingTime) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetChannelSamplingTime) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetSamplingTimeCommonConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetSamplingTimeCommonConfig) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetOffset) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffset) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetOffsetSign) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetSign) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetOffsetSaturation) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetSaturation) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_GetOffsetChannel) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetOffsetChannel) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetOffsetState) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetState) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetChannelSingleDiff) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetChannelSingleDiff) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_GetCommonPathInternalCh) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_GetCommonPathInternalCh) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetCommonPathInternalCh) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetCommonPathInternalCh) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetAnalogWDMonitChannels) for LL_ADC_SetAnalogWDMonitChannels
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_ClearFlag_AWD1) for LL_ADC_ClearFlag_AWD1
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_EnableIT_AWD1) for LL_ADC_EnableIT_AWD1
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_DisableIT_AWD1) for LL_ADC_DisableIT_AWD1
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_ClearFlag_AWD2) for LL_ADC_ClearFlag_AWD2
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_EnableIT_AWD2) for LL_ADC_EnableIT_AWD2
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_DisableIT_AWD2) for LL_ADC_DisableIT_AWD2
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_ClearFlag_AWD3) for LL_ADC_ClearFlag_AWD3
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_EnableIT_AWD3) for LL_ADC_EnableIT_AWD3
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_DisableIT_AWD3) for LL_ADC_DisableIT_AWD3
stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_ConfigAnalogWDThresholds) for LL_ADC_ConfigAnalogWDThresholds
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_AnalogWDGConfig) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetAnalogWDMonitChannels) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_SetAnalogWDMonitChannels) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_ClearFlag_AWD1) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_ClearFlag_AWD1) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_EnableIT_AWD1) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_EnableIT_AWD1) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_DisableIT_AWD1) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_DisableIT_AWD1) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_ClearFlag_AWD2) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_ClearFlag_AWD2) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_EnableIT_AWD2) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_EnableIT_AWD2) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_DisableIT_AWD2) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_DisableIT_AWD2) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_ClearFlag_AWD3) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_ClearFlag_AWD3) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_EnableIT_AWD3) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_EnableIT_AWD3) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_DisableIT_AWD3) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_DisableIT_AWD3) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_ConfigAnalogWDThresholds) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_ConfigAnalogWDThresholds) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_GetState) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_GetState) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_GetError) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_GetError) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_IsDisableOngoing) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_IsDisableOngoing) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_REG_StopConversion) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_REG_StopConversion) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_INJ_StopConversion) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_StopConversion) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_Enable) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_Enable) for [Anonymous Symbol]
stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_Disable) refers to stm32g4xx_hal_adc.o(.text.LL_ADC_Disable) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_Start) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_Start) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_StartCalibration) for LL_ADC_StartCalibration
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_Start) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsCalibrationOnGoing) for LL_ADC_IsCalibrationOnGoing
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_Calibration_Start) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_Start) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_StartCalibration) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_StartCalibration) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_IsCalibrationOnGoing) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsCalibrationOnGoing) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_GetValue) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetCalibrationFactor) for LL_ADC_GetCalibrationFactor
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_Calibration_GetValue) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_GetValue) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_GetCalibrationFactor) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetCalibrationFactor) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_SetValue) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_SetValue) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_SetValue) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_SetValue) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetCalibrationFactor) for LL_ADC_SetCalibrationFactor
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_Calibration_SetValue) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_SetValue) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_REG_IsConversionOngoing) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_INJ_IsConversionOngoing) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_IsEnabled) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsEnabled) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetCalibrationFactor) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetCalibrationFactor) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetMultimode) for LL_ADC_GetMultimode
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart) refers to stm32g4xx_hal_adc.o(.text.ADC_Enable) for ADC_Enable
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_GetTrigAuto) for LL_ADC_INJ_GetTrigAuto
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_StartConversion) for LL_ADC_INJ_StartConversion
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedStart) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_GetMultimode) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetMultimode) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_INJ_GetTrigAuto) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_GetTrigAuto) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_INJ_StartConversion) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_StartConversion) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStop) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for ADC_ConversionStop
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStop) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStop) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedStop) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStop) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedPollForConversion) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetMultimode) for LL_ADC_GetMultimode
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedPollForConversion) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedPollForConversion) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsTriggerSourceSWStart) for LL_ADC_INJ_IsTriggerSourceSWStart
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedPollForConversion) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsTriggerSourceSWStart) for LL_ADC_REG_IsTriggerSourceSWStart
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedPollForConversion) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedPollForConversion) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_INJ_IsTriggerSourceSWStart) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsTriggerSourceSWStart) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_REG_IsTriggerSourceSWStart) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsTriggerSourceSWStart) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart_IT) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetMultimode) for LL_ADC_GetMultimode
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart_IT) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart_IT) refers to stm32g4xx_hal_adc.o(.text.ADC_Enable) for ADC_Enable
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart_IT) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_GetTrigAuto) for LL_ADC_INJ_GetTrigAuto
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart_IT) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_StartConversion) for LL_ADC_INJ_StartConversion
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedStart_IT) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart_IT) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStop_IT) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for ADC_ConversionStop
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStop_IT) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStop_IT) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedStop_IT) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStop_IT) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStart_DMA) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStart_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_Enable) for ADC_Enable
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStart_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_DMAConvCplt) for ADC_DMAConvCplt
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStart_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_DMAHalfConvCplt) for ADC_DMAHalfConvCplt
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStart_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_DMAError) for ADC_DMAError
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStart_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStart_DMA) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_StartConversion) for LL_ADC_REG_StartConversion
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_MultiModeStart_DMA) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStart_DMA) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_REG_StartConversion) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_StartConversion) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStop_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for ADC_ConversionStop
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStop_DMA) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStop_DMA) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort) for HAL_DMA_Abort
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStop_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_MultiModeStop_DMA) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_MultiModeGetValue) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeGetValue) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedGetValue) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedGetValue) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedConvCpltCallback) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConvCpltCallback) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedQueueOverflowCallback) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedQueueOverflowCallback) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_LevelOutOfWindow2Callback) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_LevelOutOfWindow2Callback) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_LevelOutOfWindow3Callback) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_LevelOutOfWindow3Callback) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_EndOfSamplingCallback) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_EndOfSamplingCallback) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for ADC_ConversionStop
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_RegularStop) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop_IT) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for ADC_ConversionStop
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop_IT) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop_IT) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_RegularStop_IT) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop_IT) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for ADC_ConversionStop
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort) for HAL_DMA_Abort
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop_DMA) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_RegularStop_DMA) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularMultiModeStop_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_ConversionStop) for ADC_ConversionStop
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularMultiModeStop_DMA) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularMultiModeStop_DMA) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularMultiModeStop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort) for HAL_DMA_Abort
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularMultiModeStop_DMA) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularMultiModeStop_DMA) refers to stm32g4xx_hal_adc.o(.text.ADC_Disable) for ADC_Disable
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_RegularMultiModeStop_DMA) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularMultiModeStop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetChannelSamplingTime) for LL_ADC_SetChannelSamplingTime
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetSamplingTimeCommonConfig) for LL_ADC_SetSamplingTimeCommonConfig
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffset) for LL_ADC_SetOffset
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffsetSign) for LL_ADC_SetOffsetSign
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffsetSaturation) for LL_ADC_SetOffsetSaturation
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetOffsetChannel) for LL_ADC_GetOffsetChannel
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffsetState) for LL_ADC_SetOffsetState
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetChannelSingleDiff) for LL_ADC_SetChannelSingleDiff
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetCommonPathInternalCh) for LL_ADC_GetCommonPathInternalCh
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetCommonPathInternalCh) for LL_ADC_SetCommonPathInternalCh
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) refers to system_stm32g4xx.o(.data.SystemCoreClock) for SystemCoreClock
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetChannelSamplingTime) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetChannelSamplingTime) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetSamplingTimeCommonConfig) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetSamplingTimeCommonConfig) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetOffset) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffset) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetOffsetSign) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffsetSign) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetOffsetSaturation) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffsetSaturation) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_GetOffsetChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetOffsetChannel) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetOffsetState) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffsetState) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetChannelSingleDiff) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetChannelSingleDiff) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_GetCommonPathInternalCh) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetCommonPathInternalCh) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetCommonPathInternalCh) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetCommonPathInternalCh) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_MultiModeConfigChannel) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeConfigChannel) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_EnableInjectedQueue) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_EnableInjectedQueue) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_EnableInjectedQueue) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_EnableInjectedQueue) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_DisableInjectedQueue) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing) for LL_ADC_REG_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_DisableInjectedQueue) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing) for LL_ADC_INJ_IsConversionOngoing
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_DisableInjectedQueue) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_SetQueueMode) for LL_ADC_INJ_SetQueueMode
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_DisableInjectedQueue) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_DisableInjectedQueue) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_INJ_SetQueueMode) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_SetQueueMode) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_DisableVoltageRegulator) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_DisableVoltageRegulator) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_DisableInternalRegulator) for LL_ADC_DisableInternalRegulator
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_DisableVoltageRegulator) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_DisableVoltageRegulator) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_DisableInternalRegulator) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_DisableInternalRegulator) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_EnterADCDeepPowerDownMode) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_EnterADCDeepPowerDownMode) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_EnableDeepPowerDown) for LL_ADC_EnableDeepPowerDown
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_EnterADCDeepPowerDownMode) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_EnterADCDeepPowerDownMode) for [Anonymous Symbol]
stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_EnableDeepPowerDown) refers to stm32g4xx_hal_adc_ex.o(.text.LL_ADC_EnableDeepPowerDown) for [Anonymous Symbol]
stm32g4xx_hal.o(.text.HAL_Init) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping) for HAL_NVIC_SetPriorityGrouping
stm32g4xx_hal.o(.text.HAL_Init) refers to stm32g4xx_hal.o(.text.HAL_InitTick) for HAL_InitTick
stm32g4xx_hal.o(.text.HAL_Init) refers to stm32g4xx_hal_msp.o(.text.HAL_MspInit) for HAL_MspInit
stm32g4xx_hal.o(.ARM.exidx.text.HAL_Init) refers to stm32g4xx_hal.o(.text.HAL_Init) for [Anonymous Symbol]
stm32g4xx_hal.o(.text.HAL_InitTick) refers to stm32g4xx_hal.o(.data.uwTickFreq) for uwTickFreq
stm32g4xx_hal.o(.text.HAL_InitTick) refers to system_stm32g4xx.o(.data.SystemCoreClock) for SystemCoreClock
stm32g4xx_hal.o(.text.HAL_InitTick) refers to stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_Config) for HAL_SYSTICK_Config
stm32g4xx_hal.o(.text.HAL_InitTick) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriority) for HAL_NVIC_SetPriority
stm32g4xx_hal.o(.text.HAL_InitTick) refers to stm32g4xx_hal.o(.data.uwTickPrio) for uwTickPrio
stm32g4xx_hal.o(.ARM.exidx.text.HAL_InitTick) refers to stm32g4xx_hal.o(.text.HAL_InitTick) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_MspInit) refers to stm32g4xx_hal.o(.text.HAL_MspInit) for [Anonymous Symbol]
stm32g4xx_hal.o(.text.HAL_DeInit) refers to stm32g4xx_hal.o(.text.HAL_MspDeInit) for HAL_MspDeInit
stm32g4xx_hal.o(.ARM.exidx.text.HAL_DeInit) refers to stm32g4xx_hal.o(.text.HAL_DeInit) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_MspDeInit) refers to stm32g4xx_hal.o(.text.HAL_MspDeInit) for [Anonymous Symbol]
stm32g4xx_hal.o(.text.HAL_IncTick) refers to stm32g4xx_hal.o(.data.uwTickFreq) for uwTickFreq
stm32g4xx_hal.o(.text.HAL_IncTick) refers to stm32g4xx_hal.o(.bss.uwTick) for uwTick
stm32g4xx_hal.o(.ARM.exidx.text.HAL_IncTick) refers to stm32g4xx_hal.o(.text.HAL_IncTick) for [Anonymous Symbol]
stm32g4xx_hal.o(.text.HAL_GetTick) refers to stm32g4xx_hal.o(.bss.uwTick) for uwTick
stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetTick) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for [Anonymous Symbol]
stm32g4xx_hal.o(.text.HAL_GetTickPrio) refers to stm32g4xx_hal.o(.data.uwTickPrio) for uwTickPrio
stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetTickPrio) refers to stm32g4xx_hal.o(.text.HAL_GetTickPrio) for [Anonymous Symbol]
stm32g4xx_hal.o(.text.HAL_SetTickFreq) refers to stm32g4xx_hal.o(.data.uwTickFreq) for uwTickFreq
stm32g4xx_hal.o(.text.HAL_SetTickFreq) refers to stm32g4xx_hal.o(.data.uwTickPrio) for uwTickPrio
stm32g4xx_hal.o(.text.HAL_SetTickFreq) refers to stm32g4xx_hal.o(.text.HAL_InitTick) for HAL_InitTick
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SetTickFreq) refers to stm32g4xx_hal.o(.text.HAL_SetTickFreq) for [Anonymous Symbol]
stm32g4xx_hal.o(.text.HAL_GetTickFreq) refers to stm32g4xx_hal.o(.data.uwTickFreq) for uwTickFreq
stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetTickFreq) refers to stm32g4xx_hal.o(.text.HAL_GetTickFreq) for [Anonymous Symbol]
stm32g4xx_hal.o(.text.HAL_Delay) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal.o(.text.HAL_Delay) refers to stm32g4xx_hal.o(.data.uwTickFreq) for uwTickFreq
stm32g4xx_hal.o(.ARM.exidx.text.HAL_Delay) refers to stm32g4xx_hal.o(.text.HAL_Delay) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SuspendTick) refers to stm32g4xx_hal.o(.text.HAL_SuspendTick) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_ResumeTick) refers to stm32g4xx_hal.o(.text.HAL_ResumeTick) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetHalVersion) refers to stm32g4xx_hal.o(.text.HAL_GetHalVersion) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetREVID) refers to stm32g4xx_hal.o(.text.HAL_GetREVID) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetDEVID) refers to stm32g4xx_hal.o(.text.HAL_GetDEVID) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetUIDw0) refers to stm32g4xx_hal.o(.text.HAL_GetUIDw0) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetUIDw1) refers to stm32g4xx_hal.o(.text.HAL_GetUIDw1) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetUIDw2) refers to stm32g4xx_hal.o(.text.HAL_GetUIDw2) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGSleepMode) refers to stm32g4xx_hal.o(.text.HAL_DBGMCU_EnableDBGSleepMode) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGSleepMode) refers to stm32g4xx_hal.o(.text.HAL_DBGMCU_DisableDBGSleepMode) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGStopMode) refers to stm32g4xx_hal.o(.text.HAL_DBGMCU_EnableDBGStopMode) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGStopMode) refers to stm32g4xx_hal.o(.text.HAL_DBGMCU_DisableDBGStopMode) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGStandbyMode) refers to stm32g4xx_hal.o(.text.HAL_DBGMCU_EnableDBGStandbyMode) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGStandbyMode) refers to stm32g4xx_hal.o(.text.HAL_DBGMCU_DisableDBGStandbyMode) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_CCMSRAMErase) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_CCMSRAMErase) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableMemorySwappingBank) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_EnableMemorySwappingBank) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableMemorySwappingBank) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_DisableMemorySwappingBank) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_TrimmingConfig) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_VREFBUF_TrimmingConfig) for [Anonymous Symbol]
stm32g4xx_hal.o(.text.HAL_SYSCFG_EnableVREFBUF) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableVREFBUF) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_EnableVREFBUF) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableVREFBUF) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_DisableVREFBUF) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableIOSwitchBooster) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_EnableIOSwitchBooster) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableIOSwitchBooster) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_DisableIOSwitchBooster) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableIOSwitchVDD) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_EnableIOSwitchVDD) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableIOSwitchVDD) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_DisableIOSwitchVDD) for [Anonymous Symbol]
stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable) refers to stm32g4xx_hal.o(.text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to system_stm32g4xx.o(.data.SystemCoreClock) for SystemCoreClock
stm32g4xx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32g4xx_hal.o(.data.uwTickPrio) for uwTickPrio
stm32g4xx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32g4xx_hal.o(.text.HAL_InitTick) for HAL_InitTick
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_DeInit) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32g4xx_hal.o(.data.uwTickPrio) for uwTickPrio
stm32g4xx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32g4xx_hal.o(.text.HAL_InitTick) for HAL_InitTick
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_OscConfig) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_OscConfig) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32g4xx_hal_rcc.o(.text.RCC_GetSysClockFreqFromPLLSource) for RCC_GetSysClockFreqFromPLLSource
stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) for HAL_RCC_GetSysClockFreq
stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to system_stm32g4xx.o(.rodata.AHBPrescTable) for AHBPrescTable
stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to system_stm32g4xx.o(.data.SystemCoreClock) for SystemCoreClock
stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32g4xx_hal.o(.data.uwTickPrio) for uwTickPrio
stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32g4xx_hal.o(.text.HAL_InitTick) for HAL_InitTick
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_ClockConfig) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.ARM.exidx.text.RCC_GetSysClockFreqFromPLLSource) refers to stm32g4xx_hal_rcc.o(.text.RCC_GetSysClockFreqFromPLLSource) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetSysClockFreq) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.text.HAL_RCC_MCOConfig) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_Init) for HAL_GPIO_Init
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_MCOConfig) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_MCOConfig) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) refers to system_stm32g4xx.o(.data.SystemCoreClock) for SystemCoreClock
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetHCLKFreq) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) for HAL_RCC_GetHCLKFreq
stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq) refers to system_stm32g4xx.o(.rodata.APBPrescTable) for APBPrescTable
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetPCLK1Freq) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) for HAL_RCC_GetHCLKFreq
stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq) refers to system_stm32g4xx.o(.rodata.APBPrescTable) for APBPrescTable
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetPCLK2Freq) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetOscConfig) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetOscConfig) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetClockConfig) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetClockConfig) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_EnableCSS) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_EnableCSS) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_EnableLSECSS) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_EnableLSECSS) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_DisableLSECSS) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_DisableLSECSS) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.text.HAL_RCC_NMI_IRQHandler) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_CSSCallback) for HAL_RCC_CSSCallback
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_NMI_IRQHandler) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_NMI_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_CSSCallback) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_CSSCallback) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq) for HAL_RCC_GetPCLK2Freq
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) for HAL_RCC_GetSysClockFreq
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq) for HAL_RCC_GetPCLK1Freq
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSECSS) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisableLSECSS) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSECSS) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSECSS_IT) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS_IT) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_IRQHandler) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_Callback) for HAL_RCCEx_LSECSS_Callback
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_LSECSS_IRQHandler) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_LSECSS_Callback) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_Callback) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSCO) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_Init) for HAL_GPIO_Init
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSCO) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess) for HAL_PWR_EnableBkUpAccess
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSCO) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisableBkUpAccess) for HAL_PWR_DisableBkUpAccess
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSCO) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSCO) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSCO) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess) for HAL_PWR_EnableBkUpAccess
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSCO) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisableBkUpAccess) for HAL_PWR_DisableBkUpAccess
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisableLSCO) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSCO) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSConfig) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSConfig) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSGetSynchronizationInfo) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSGetSynchronizationInfo) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSWaitSynchronization) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSWaitSynchronization) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSWaitSynchronization) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncOkCallback) for HAL_RCCEx_CRS_SyncOkCallback
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncWarnCallback) for HAL_RCCEx_CRS_SyncWarnCallback
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ExpectedSyncCallback) for HAL_RCCEx_CRS_ExpectedSyncCallback
stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ErrorCallback) for HAL_RCCEx_CRS_ErrorCallback
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_SyncOkCallback) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncOkCallback) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_SyncWarnCallback) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncWarnCallback) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_ExpectedSyncCallback) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ExpectedSyncCallback) for [Anonymous Symbol]
stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_ErrorCallback) refers to stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ErrorCallback) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program) refers to stm32g4xx_hal_flash.o(.data.pFlash) for pFlash
stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program) refers to stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation
stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program) refers to stm32g4xx_hal_flash.o(.text.FLASH_Program_DoubleWord) for FLASH_Program_DoubleWord
stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program) refers to stm32g4xx_hal_flash.o(.text.FLASH_Program_Fast) for FLASH_Program_Fast
stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_FlushCaches) for FLASH_FlushCaches
stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Program) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) refers to stm32g4xx_hal_flash.o(.data.pFlash) for pFlash
stm32g4xx_hal_flash.o(.ARM.exidx.text.FLASH_WaitForLastOperation) refers to stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.ARM.exidx.text.FLASH_Program_DoubleWord) refers to stm32g4xx_hal_flash.o(.text.FLASH_Program_DoubleWord) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.ARM.exidx.text.FLASH_Program_Fast) refers to stm32g4xx_hal_flash.o(.text.FLASH_Program_Fast) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program_IT) refers to stm32g4xx_hal_flash.o(.data.pFlash) for pFlash
stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program_IT) refers to stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation
stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program_IT) refers to stm32g4xx_hal_flash.o(.text.FLASH_Program_DoubleWord) for FLASH_Program_DoubleWord
stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program_IT) refers to stm32g4xx_hal_flash.o(.text.FLASH_Program_Fast) for FLASH_Program_Fast
stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Program_IT) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program_IT) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.text.HAL_FLASH_IRQHandler) refers to stm32g4xx_hal_flash.o(.data.pFlash) for pFlash
stm32g4xx_hal_flash.o(.text.HAL_FLASH_IRQHandler) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_FlushCaches) for FLASH_FlushCaches
stm32g4xx_hal_flash.o(.text.HAL_FLASH_IRQHandler) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_OperationErrorCallback) for HAL_FLASH_OperationErrorCallback
stm32g4xx_hal_flash.o(.text.HAL_FLASH_IRQHandler) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_EndOfOperationCallback) for HAL_FLASH_EndOfOperationCallback
stm32g4xx_hal_flash.o(.text.HAL_FLASH_IRQHandler) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_PageErase) for FLASH_PageErase
stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_IRQHandler) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OperationErrorCallback) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_OperationErrorCallback) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_EndOfOperationCallback) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_EndOfOperationCallback) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Unlock) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_Unlock) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Lock) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_Lock) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Unlock) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_OB_Unlock) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Lock) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_OB_Lock) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.text.HAL_FLASH_OB_Launch) refers to stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation
stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Launch) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_OB_Launch) for [Anonymous Symbol]
stm32g4xx_hal_flash.o(.text.HAL_FLASH_GetError) refers to stm32g4xx_hal_flash.o(.data.pFlash) for pFlash
stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_GetError) refers to stm32g4xx_hal_flash.o(.text.HAL_FLASH_GetError) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) refers to stm32g4xx_hal_flash.o(.data.pFlash) for pFlash
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) refers to stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_MassErase) for FLASH_MassErase
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_PageErase) for FLASH_PageErase
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_FlushCaches) for FLASH_FlushCaches
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_Erase) refers to stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_MassErase) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_MassErase) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_PageErase) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_PageErase) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.text.FLASH_FlushCaches) refers to stm32g4xx_hal_flash.o(.data.pFlash) for pFlash
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_FlushCaches) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_FlushCaches) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase_IT) refers to stm32g4xx_hal_flash.o(.data.pFlash) for pFlash
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase_IT) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_MassErase) for FLASH_MassErase
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase_IT) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_PageErase) for FLASH_PageErase
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_Erase_IT) refers to stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase_IT) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32g4xx_hal_flash.o(.data.pFlash) for pFlash
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_WRPConfig) for FLASH_OB_WRPConfig
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_RDPConfig) for FLASH_OB_RDPConfig
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_UserConfig) for FLASH_OB_UserConfig
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_PCROPConfig) for FLASH_OB_PCROPConfig
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_SecMemConfig) for FLASH_OB_SecMemConfig
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_BootLockConfig) for FLASH_OB_BootLockConfig
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_OBProgram) refers to stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_WRPConfig) refers to stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_WRPConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_WRPConfig) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_RDPConfig) refers to stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_RDPConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_RDPConfig) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_UserConfig) refers to stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_UserConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_UserConfig) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_PCROPConfig) refers to stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_PCROPConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_PCROPConfig) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_SecMemConfig) refers to stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_SecMemConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_SecMemConfig) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_BootLockConfig) refers to stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_BootLockConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_BootLockConfig) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetWRP) for FLASH_OB_GetWRP
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetRDP) for FLASH_OB_GetRDP
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetUser) for FLASH_OB_GetUser
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetPCROP) for FLASH_OB_GetPCROP
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetBootLock) for FLASH_OB_GetBootLock
stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetSecMem) for FLASH_OB_GetSecMem
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_OBGetConfig) refers to stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetWRP) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetWRP) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetRDP) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetRDP) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetUser) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetUser) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetPCROP) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetPCROP) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetBootLock) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetBootLock) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetSecMem) refers to stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetSecMem) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_EnableSecMemProtection) refers to stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_EnableSecMemProtection) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_EnableDebugger) refers to stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_EnableDebugger) for [Anonymous Symbol]
stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_DisableDebugger) refers to stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_DisableDebugger) for [Anonymous Symbol]
stm32g4xx_hal_flash_ramfunc.o(.ARM.exidx.text.HAL_FLASHEx_EnableRunPowerDown) refers to stm32g4xx_hal_flash_ramfunc.o(.text.HAL_FLASHEx_EnableRunPowerDown) for [Anonymous Symbol]
stm32g4xx_hal_flash_ramfunc.o(.ARM.exidx.text.HAL_FLASHEx_DisableRunPowerDown) refers to stm32g4xx_hal_flash_ramfunc.o(.text.HAL_FLASHEx_DisableRunPowerDown) for [Anonymous Symbol]
stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_Init) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_Init) for [Anonymous Symbol]
stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_DeInit) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_ReadPin) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_ReadPin) for [Anonymous Symbol]
stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_WritePin) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_WritePin) for [Anonymous Symbol]
stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_TogglePin) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_TogglePin) for [Anonymous Symbol]
stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_LockPin) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_LockPin) for [Anonymous Symbol]
stm32g4xx_hal_gpio.o(.text.HAL_GPIO_EXTI_IRQHandler) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_EXTI_Callback) for HAL_GPIO_EXTI_Callback
stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_EXTI_IRQHandler) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_EXTI_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_EXTI_Callback) refers to stm32g4xx_hal_gpio.o(.text.HAL_GPIO_EXTI_Callback) for [Anonymous Symbol]
stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_SetConfigLine) refers to stm32g4xx_hal_exti.o(.text.HAL_EXTI_SetConfigLine) for [Anonymous Symbol]
stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetConfigLine) refers to stm32g4xx_hal_exti.o(.text.HAL_EXTI_GetConfigLine) for [Anonymous Symbol]
stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_ClearConfigLine) refers to stm32g4xx_hal_exti.o(.text.HAL_EXTI_ClearConfigLine) for [Anonymous Symbol]
stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_RegisterCallback) refers to stm32g4xx_hal_exti.o(.text.HAL_EXTI_RegisterCallback) for [Anonymous Symbol]
stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetHandle) refers to stm32g4xx_hal_exti.o(.text.HAL_EXTI_GetHandle) for [Anonymous Symbol]
stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_IRQHandler) refers to stm32g4xx_hal_exti.o(.text.HAL_EXTI_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetPending) refers to stm32g4xx_hal_exti.o(.text.HAL_EXTI_GetPending) for [Anonymous Symbol]
stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_ClearPending) refers to stm32g4xx_hal_exti.o(.text.HAL_EXTI_ClearPending) for [Anonymous Symbol]
stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GenerateSWI) refers to stm32g4xx_hal_exti.o(.text.HAL_EXTI_GenerateSWI) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.text.HAL_DMA_Init) refers to stm32g4xx_hal_dma.o(.text.DMA_CalcDMAMUXChannelBaseAndMask) for DMA_CalcDMAMUXChannelBaseAndMask
stm32g4xx_hal_dma.o(.text.HAL_DMA_Init) refers to stm32g4xx_hal_dma.o(.text.DMA_CalcDMAMUXRequestGenBaseAndMask) for DMA_CalcDMAMUXRequestGenBaseAndMask
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Init) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Init) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.ARM.exidx.text.DMA_CalcDMAMUXChannelBaseAndMask) refers to stm32g4xx_hal_dma.o(.text.DMA_CalcDMAMUXChannelBaseAndMask) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.ARM.exidx.text.DMA_CalcDMAMUXRequestGenBaseAndMask) refers to stm32g4xx_hal_dma.o(.text.DMA_CalcDMAMUXRequestGenBaseAndMask) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.text.HAL_DMA_DeInit) refers to stm32g4xx_hal_dma.o(.text.DMA_CalcDMAMUXChannelBaseAndMask) for DMA_CalcDMAMUXChannelBaseAndMask
stm32g4xx_hal_dma.o(.text.HAL_DMA_DeInit) refers to stm32g4xx_hal_dma.o(.text.DMA_CalcDMAMUXRequestGenBaseAndMask) for DMA_CalcDMAMUXRequestGenBaseAndMask
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_DeInit) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.text.HAL_DMA_Start) refers to stm32g4xx_hal_dma.o(.text.DMA_SetConfig) for DMA_SetConfig
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Start) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.ARM.exidx.text.DMA_SetConfig) refers to stm32g4xx_hal_dma.o(.text.DMA_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) refers to stm32g4xx_hal_dma.o(.text.DMA_SetConfig) for DMA_SetConfig
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Start_IT) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Abort) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Abort_IT) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.text.HAL_DMA_PollForTransfer) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_PollForTransfer) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_PollForTransfer) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_IRQHandler) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_RegisterCallback) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_RegisterCallback) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_UnRegisterCallback) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_UnRegisterCallback) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_GetState) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_GetState) for [Anonymous Symbol]
stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_GetError) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_GetError) for [Anonymous Symbol]
stm32g4xx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_ConfigMuxSync) refers to stm32g4xx_hal_dma_ex.o(.text.HAL_DMAEx_ConfigMuxSync) for [Anonymous Symbol]
stm32g4xx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_ConfigMuxRequestGenerator) refers to stm32g4xx_hal_dma_ex.o(.text.HAL_DMAEx_ConfigMuxRequestGenerator) for [Anonymous Symbol]
stm32g4xx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_EnableMuxRequestGenerator) refers to stm32g4xx_hal_dma_ex.o(.text.HAL_DMAEx_EnableMuxRequestGenerator) for [Anonymous Symbol]
stm32g4xx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_DisableMuxRequestGenerator) refers to stm32g4xx_hal_dma_ex.o(.text.HAL_DMAEx_DisableMuxRequestGenerator) for [Anonymous Symbol]
stm32g4xx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_MUX_IRQHandler) refers to stm32g4xx_hal_dma_ex.o(.text.HAL_DMAEx_MUX_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DeInit) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableBkUpAccess) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableBkUpAccess) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisableBkUpAccess) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_ConfigPVD) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_ConfigPVD) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnablePVD) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnablePVD) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisablePVD) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisablePVD) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableWakeUpPin) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnableWakeUpPin) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableWakeUpPin) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisableWakeUpPin) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnterSLEEPMode) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableLowPowerRunMode) for HAL_PWREx_DisableLowPowerRunMode
stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnterSLEEPMode) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableLowPowerRunMode) for HAL_PWREx_EnableLowPowerRunMode
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSLEEPMode) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnterSLEEPMode) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnterSTOPMode) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP1Mode) for HAL_PWREx_EnterSTOP1Mode
stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnterSTOPMode) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP0Mode) for HAL_PWREx_EnterSTOP0Mode
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSTOPMode) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnterSTOPMode) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSTANDBYMode) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnterSTANDBYMode) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableSleepOnExit) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnableSleepOnExit) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableSleepOnExit) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisableSleepOnExit) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableSEVOnPend) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnableSEVOnPend) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableSEVOnPend) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisableSEVOnPend) for [Anonymous Symbol]
stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_PVDCallback) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_PVDCallback) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_GetVoltageRange) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_GetVoltageRange) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_ControlVoltageScaling) refers to system_stm32g4xx.o(.data.SystemCoreClock) for SystemCoreClock
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ControlVoltageScaling) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_ControlVoltageScaling) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableBatteryCharging) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableBatteryCharging) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableBatteryCharging) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableBatteryCharging) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableInternalWakeUpLine) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableInternalWakeUpLine) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableInternalWakeUpLine) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableInternalWakeUpLine) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableGPIOPullUp) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableGPIOPullUp) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableGPIOPullUp) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableGPIOPullUp) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableGPIOPullDown) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableGPIOPullDown) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableGPIOPullDown) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableGPIOPullDown) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePullUpPullDownConfig) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePullUpPullDownConfig) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePullUpPullDownConfig) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePullUpPullDownConfig) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableSRAM2ContentRetention) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableSRAM2ContentRetention) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableSRAM2ContentRetention) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableSRAM2ContentRetention) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM1) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM1) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM1) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM1) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM2) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM2) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM2) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM2) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM3) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM3) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM3) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM3) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM4) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM4) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM4) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM4) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ConfigPVM) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableLowPowerRunMode) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableLowPowerRunMode) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableLowPowerRunMode) refers to system_stm32g4xx.o(.data.SystemCoreClock) for SystemCoreClock
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableLowPowerRunMode) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableLowPowerRunMode) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSTOP0Mode) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP0Mode) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSTOP1Mode) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP1Mode) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSHUTDOWNMode) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSHUTDOWNMode) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32g4xx_hal_pwr.o(.text.HAL_PWR_PVDCallback) for HAL_PWR_PVDCallback
stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM1Callback) for HAL_PWREx_PVM1Callback
stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM2Callback) for HAL_PWREx_PVM2Callback
stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM3Callback) for HAL_PWREx_PVM3Callback
stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM4Callback) for HAL_PWREx_PVM4Callback
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM1Callback) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM1Callback) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM2Callback) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM2Callback) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM3Callback) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM3Callback) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM4Callback) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM4Callback) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableUCPDStandbyMode) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableUCPDStandbyMode) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableUCPDStandbyMode) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableUCPDStandbyMode) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableUCPDDeadBattery) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableUCPDDeadBattery) for [Anonymous Symbol]
stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableUCPDDeadBattery) refers to stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableUCPDDeadBattery) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping) for __NVIC_SetPriorityGrouping
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPriorityGrouping) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPriorityGrouping) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriority) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) for __NVIC_GetPriorityGrouping
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriority) refers to stm32g4xx_hal_cortex.o(.text.NVIC_EncodePriority) for NVIC_EncodePriority
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriority) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_SetPriority) for __NVIC_SetPriority
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPriority) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriority) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPriorityGrouping) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPriority) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_SetPriority) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.NVIC_EncodePriority) refers to stm32g4xx_hal_cortex.o(.text.NVIC_EncodePriority) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_EnableIRQ) for __NVIC_EnableIRQ
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_EnableIRQ) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_EnableIRQ) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_EnableIRQ) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_DisableIRQ) for __NVIC_DisableIRQ
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_DisableIRQ) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_DisableIRQ) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_DisableIRQ) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SystemReset) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_SystemReset) for __NVIC_SystemReset
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SystemReset) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SystemReset) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_SystemReset) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_SystemReset) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_Config) refers to stm32g4xx_hal_cortex.o(.text.SysTick_Config) for SysTick_Config
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_Config) refers to stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_Config) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.SysTick_Config) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_SetPriority) for __NVIC_SetPriority
stm32g4xx_hal_cortex.o(.ARM.exidx.text.SysTick_Config) refers to stm32g4xx_hal_cortex.o(.text.SysTick_Config) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetPriorityGrouping) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) for __NVIC_GetPriorityGrouping
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPriorityGrouping) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetPriorityGrouping) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetPriority) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_GetPriority) for __NVIC_GetPriority
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetPriority) refers to stm32g4xx_hal_cortex.o(.text.NVIC_DecodePriority) for NVIC_DecodePriority
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPriority) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetPriority) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.NVIC_DecodePriority) refers to stm32g4xx_hal_cortex.o(.text.NVIC_DecodePriority) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPriority) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_GetPriority) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPendingIRQ) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_SetPendingIRQ) for __NVIC_SetPendingIRQ
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPendingIRQ) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPendingIRQ) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPendingIRQ) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_SetPendingIRQ) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetPendingIRQ) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_GetPendingIRQ) for __NVIC_GetPendingIRQ
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPendingIRQ) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetPendingIRQ) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPendingIRQ) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_GetPendingIRQ) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_ClearPendingIRQ) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_ClearPendingIRQ) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_ClearPendingIRQ) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_ClearPendingIRQ) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_ClearPendingIRQ) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetActive) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_GetActive) for __NVIC_GetActive
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetActive) refers to stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetActive) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetActive) refers to stm32g4xx_hal_cortex.o(.text.__NVIC_GetActive) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_CLKSourceConfig) refers to stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_CLKSourceConfig) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_IRQHandler) refers to stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_Callback) for HAL_SYSTICK_Callback
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_IRQHandler) refers to stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_Callback) refers to stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_Callback) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_Enable) refers to stm32g4xx_hal_cortex.o(.text.HAL_MPU_Enable) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_Disable) refers to stm32g4xx_hal_cortex.o(.text.HAL_MPU_Disable) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_EnableRegion) refers to stm32g4xx_hal_cortex.o(.text.HAL_MPU_EnableRegion) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_DisableRegion) refers to stm32g4xx_hal_cortex.o(.text.HAL_MPU_DisableRegion) for [Anonymous Symbol]
stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_ConfigRegion) refers to stm32g4xx_hal_cortex.o(.text.HAL_MPU_ConfigRegion) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Init) refers to tim.o(.text.HAL_TIM_Base_MspInit) for HAL_TIM_Base_MspInit
stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Init) refers to stm32g4xx_hal_tim.o(.text.TIM_Base_SetConfig) for TIM_Base_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Init) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_MspInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_MspInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_Base_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_Base_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_DeInit) refers to tim.o(.text.HAL_TIM_Base_MspDeInit) for HAL_TIM_Base_MspDeInit
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_DeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_MspDeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_MspDeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Start) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Start) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Stop) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Stop) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Start_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Stop_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedCplt) for TIM_DMAPeriodElapsedCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedHalfCplt) for TIM_DMAPeriodElapsedHalfCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAError) for TIM_DMAError
stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Start_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Start_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedCplt) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PeriodElapsedCallback) for HAL_TIM_PeriodElapsedCallback
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMAPeriodElapsedCplt) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedCplt) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedHalfCplt) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PeriodElapsedHalfCpltCallback) for HAL_TIM_PeriodElapsedHalfCpltCallback
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMAPeriodElapsedHalfCplt) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedHalfCplt) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.TIM_DMAError) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_ErrorCallback) for HAL_TIM_ErrorCallback
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMAError) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAError) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Stop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Stop_DMA) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Stop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Init) refers to tim.o(.text.HAL_TIM_OC_MspInit) for HAL_TIM_OC_MspInit
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Init) refers to stm32g4xx_hal_tim.o(.text.TIM_Base_SetConfig) for TIM_Base_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Init) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_MspInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_MspInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_DeInit) refers to tim.o(.text.HAL_TIM_OC_MspDeInit) for HAL_TIM_OC_MspDeInit
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_DeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_MspDeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_MspDeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Start) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_CCxChannelCmd) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Stop) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Stop) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Stop) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Start_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Stop_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseCplt) for TIM_DMADelayPulseCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseHalfCplt) for TIM_DMADelayPulseHalfCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAError) for TIM_DMAError
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseCplt) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_PulseFinishedCallback) for HAL_TIM_PWM_PulseFinishedCallback
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMADelayPulseCplt) refers to stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseCplt) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseHalfCplt) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_PulseFinishedHalfCpltCallback) for HAL_TIM_PWM_PulseFinishedHalfCpltCallback
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMADelayPulseHalfCplt) refers to stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseHalfCplt) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Stop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Stop_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Stop_DMA) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Stop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_MspInit) for HAL_TIM_PWM_MspInit
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Init) refers to stm32g4xx_hal_tim.o(.text.TIM_Base_SetConfig) for TIM_Base_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Init) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_MspInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_MspInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_DeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_MspDeInit) for HAL_TIM_PWM_MspDeInit
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_DeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_MspDeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_MspDeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Start) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Stop) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Stop) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Stop) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Start_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Stop_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseCplt) for TIM_DMADelayPulseCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseHalfCplt) for TIM_DMADelayPulseHalfCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAError) for TIM_DMAError
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Stop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Stop_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Stop_DMA) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Stop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_MspInit) for HAL_TIM_IC_MspInit
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Init) refers to stm32g4xx_hal_tim.o(.text.TIM_Base_SetConfig) for TIM_Base_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Init) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_MspInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_MspInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_DeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_MspDeInit) for HAL_TIM_IC_MspDeInit
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_DeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_MspDeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_MspDeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Start) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Stop) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Stop) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Stop) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Start_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Stop_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMACaptureCplt) for TIM_DMACaptureCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMACaptureHalfCplt) for TIM_DMACaptureHalfCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAError) for TIM_DMAError
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.TIM_DMACaptureCplt) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_CaptureCallback) for HAL_TIM_IC_CaptureCallback
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMACaptureCplt) refers to stm32g4xx_hal_tim.o(.text.TIM_DMACaptureCplt) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.TIM_DMACaptureHalfCplt) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_CaptureHalfCpltCallback) for HAL_TIM_IC_CaptureHalfCpltCallback
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMACaptureHalfCplt) refers to stm32g4xx_hal_tim.o(.text.TIM_DMACaptureHalfCplt) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Stop_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Stop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Stop_DMA) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Stop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_MspInit) for HAL_TIM_OnePulse_MspInit
stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Init) refers to stm32g4xx_hal_tim.o(.text.TIM_Base_SetConfig) for TIM_Base_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Init) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_MspInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_MspInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_DeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_MspDeInit) for HAL_TIM_OnePulse_MspDeInit
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_DeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_MspDeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_MspDeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Start) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_Start) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Start) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Stop) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_Stop) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Stop) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Start_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_Start_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Stop_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_MspInit) for HAL_TIM_Encoder_MspInit
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Init) refers to stm32g4xx_hal_tim.o(.text.TIM_Base_SetConfig) for TIM_Base_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Init) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_MspInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_MspInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_DeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_MspDeInit) for HAL_TIM_Encoder_MspDeInit
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_DeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_MspDeInit) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_MspDeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Start) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Stop) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Stop) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Stop) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Start_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Stop_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMACaptureCplt) for TIM_DMACaptureCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMACaptureHalfCplt) for TIM_DMACaptureHalfCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAError) for TIM_DMAError
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Stop_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Stop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Stop_DMA) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Stop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_CaptureCallback) for HAL_TIM_IC_CaptureCallback
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_DelayElapsedCallback) for HAL_TIM_OC_DelayElapsedCallback
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_PulseFinishedCallback) for HAL_TIM_PWM_PulseFinishedCallback
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PeriodElapsedCallback) for HAL_TIM_PeriodElapsedCallback
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_BreakCallback) for HAL_TIMEx_BreakCallback
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_Break2Callback) for HAL_TIMEx_Break2Callback
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_TriggerCallback) for HAL_TIM_TriggerCallback
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_CommutCallback) for HAL_TIMEx_CommutCallback
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EncoderIndexCallback) for HAL_TIMEx_EncoderIndexCallback
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DirectionChangeCallback) for HAL_TIMEx_DirectionChangeCallback
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_IndexErrorCallback) for HAL_TIMEx_IndexErrorCallback
stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_TransitionErrorCallback) for HAL_TIMEx_TransitionErrorCallback
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IRQHandler) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_CaptureCallback) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_CaptureCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_DelayElapsedCallback) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_DelayElapsedCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_PulseFinishedCallback) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_PulseFinishedCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PeriodElapsedCallback) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PeriodElapsedCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_TriggerCallback) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_TriggerCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC1_SetConfig) for TIM_OC1_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC2_SetConfig) for TIM_OC2_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC3_SetConfig) for TIM_OC3_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC4_SetConfig) for TIM_OC4_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC5_SetConfig) for TIM_OC5_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC6_SetConfig) for TIM_OC6_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_ConfigChannel) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC1_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_OC1_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC2_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_OC2_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC3_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_OC3_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC4_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_OC4_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC5_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_OC5_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC6_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_OC6_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_TI1_SetConfig) for TIM_TI1_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_TI2_SetConfig) for TIM_TI2_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_TI3_SetConfig) for TIM_TI3_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_TI4_SetConfig) for TIM_TI4_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_ConfigChannel) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI1_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_TI1_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI2_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_TI2_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI3_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_TI3_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI4_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_TI4_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC1_SetConfig) for TIM_OC1_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC2_SetConfig) for TIM_OC2_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC3_SetConfig) for TIM_OC3_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC4_SetConfig) for TIM_OC4_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC5_SetConfig) for TIM_OC5_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC6_SetConfig) for TIM_OC6_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_ConfigChannel) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC1_SetConfig) for TIM_OC1_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_OC2_SetConfig) for TIM_OC2_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_TI1_SetConfig) for TIM_TI1_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.TIM_TI2_SetConfig) for TIM_TI2_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_ConfigChannel) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_ConfigChannel) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_WriteStart) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) for HAL_TIM_DMABurst_MultiWriteStart
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_WriteStart) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_WriteStart) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedCplt) for TIM_DMAPeriodElapsedCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedHalfCplt) for TIM_DMAPeriodElapsedHalfCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAError) for TIM_DMAError
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseCplt) for TIM_DMADelayPulseCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseHalfCplt) for TIM_DMADelayPulseHalfCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) refers to stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationCplt) for TIMEx_DMACommutationCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) refers to stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationHalfCplt) for TIMEx_DMACommutationHalfCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMATriggerCplt) for TIM_DMATriggerCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMATriggerHalfCplt) for TIM_DMATriggerHalfCplt
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_MultiWriteStart) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.TIM_DMATriggerCplt) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_TriggerCallback) for HAL_TIM_TriggerCallback
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMATriggerCplt) refers to stm32g4xx_hal_tim.o(.text.TIM_DMATriggerCplt) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.TIM_DMATriggerHalfCplt) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_TriggerHalfCpltCallback) for HAL_TIM_TriggerHalfCpltCallback
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMATriggerHalfCplt) refers to stm32g4xx_hal_tim.o(.text.TIM_DMATriggerHalfCplt) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_WriteStop) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_WriteStop) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_WriteStop) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_ReadStart) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) for HAL_TIM_DMABurst_MultiReadStart
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_ReadStart) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_ReadStart) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedCplt) for TIM_DMAPeriodElapsedCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedHalfCplt) for TIM_DMAPeriodElapsedHalfCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAError) for TIM_DMAError
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMACaptureCplt) for TIM_DMACaptureCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMACaptureHalfCplt) for TIM_DMACaptureHalfCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) refers to stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationCplt) for TIMEx_DMACommutationCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) refers to stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationHalfCplt) for TIMEx_DMACommutationHalfCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMATriggerCplt) for TIM_DMATriggerCplt
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) refers to stm32g4xx_hal_tim.o(.text.TIM_DMATriggerHalfCplt) for TIM_DMATriggerHalfCplt
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_MultiReadStart) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_ReadStop) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_ReadStop) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_ReadStop) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_GenerateEvent) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_GenerateEvent) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_ConfigOCrefClear) refers to stm32g4xx_hal_tim.o(.text.TIM_ETR_SetConfig) for TIM_ETR_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_ConfigOCrefClear) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_ConfigOCrefClear) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_ETR_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_ETR_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_ConfigClockSource) refers to stm32g4xx_hal_tim.o(.text.TIM_ETR_SetConfig) for TIM_ETR_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_ConfigClockSource) refers to stm32g4xx_hal_tim.o(.text.TIM_TI1_ConfigInputStage) for TIM_TI1_ConfigInputStage
stm32g4xx_hal_tim.o(.text.HAL_TIM_ConfigClockSource) refers to stm32g4xx_hal_tim.o(.text.TIM_ITRx_SetConfig) for TIM_ITRx_SetConfig
stm32g4xx_hal_tim.o(.text.HAL_TIM_ConfigClockSource) refers to stm32g4xx_hal_tim.o(.text.TIM_TI2_ConfigInputStage) for TIM_TI2_ConfigInputStage
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_ConfigClockSource) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_ConfigClockSource) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI1_ConfigInputStage) refers to stm32g4xx_hal_tim.o(.text.TIM_TI1_ConfigInputStage) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_ITRx_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_ITRx_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI2_ConfigInputStage) refers to stm32g4xx_hal_tim.o(.text.TIM_TI2_ConfigInputStage) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_ConfigTI1Input) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_ConfigTI1Input) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_SlaveConfigSynchro) refers to stm32g4xx_hal_tim.o(.text.TIM_SlaveTimer_SetConfig) for TIM_SlaveTimer_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_SlaveConfigSynchro) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_SlaveConfigSynchro) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.TIM_SlaveTimer_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_ETR_SetConfig) for TIM_ETR_SetConfig
stm32g4xx_hal_tim.o(.text.TIM_SlaveTimer_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_TI1_ConfigInputStage) for TIM_TI1_ConfigInputStage
stm32g4xx_hal_tim.o(.text.TIM_SlaveTimer_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_TI2_ConfigInputStage) for TIM_TI2_ConfigInputStage
stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_SlaveTimer_SetConfig) refers to stm32g4xx_hal_tim.o(.text.TIM_SlaveTimer_SetConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.text.HAL_TIM_SlaveConfigSynchro_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_SlaveTimer_SetConfig) for TIM_SlaveTimer_SetConfig
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_SlaveConfigSynchro_IT) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_SlaveConfigSynchro_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_ReadCapturedValue) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_ReadCapturedValue) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PeriodElapsedHalfCpltCallback) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PeriodElapsedHalfCpltCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_CaptureHalfCpltCallback) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_CaptureHalfCpltCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_PulseFinishedHalfCpltCallback) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_PulseFinishedHalfCpltCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_TriggerHalfCpltCallback) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_TriggerHalfCpltCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_ErrorCallback) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_ErrorCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_GetState) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_GetState) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_GetState) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_GetState) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_GetState) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_GetState) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_GetState) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_GetState) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_GetState) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_GetState) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_GetState) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_GetState) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_GetActiveChannel) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_GetActiveChannel) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_GetChannelState) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_GetChannelState) for [Anonymous Symbol]
stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurstState) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurstState) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Init) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_MspInit) for HAL_TIMEx_HallSensor_MspInit
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Init) refers to stm32g4xx_hal_tim.o(.text.TIM_Base_SetConfig) for TIM_Base_SetConfig
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Init) refers to stm32g4xx_hal_tim.o(.text.TIM_TI1_SetConfig) for TIM_TI1_SetConfig
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Init) refers to stm32g4xx_hal_tim.o(.text.TIM_OC2_SetConfig) for TIM_OC2_SetConfig
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Init) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Init) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_MspInit) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_MspInit) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_DeInit) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_MspDeInit) for HAL_TIMEx_HallSensor_MspDeInit
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_DeInit) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_DeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_MspDeInit) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_MspDeInit) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Start) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Stop) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Stop) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Stop) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Start_IT) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Stop_IT) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Stop_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMACaptureCplt) for TIM_DMACaptureCplt
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMACaptureHalfCplt) for TIM_DMACaptureHalfCplt
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAError) for TIM_DMAError
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Start_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Stop_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Stop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Stop_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Stop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Start) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.TIM_CCxNChannelCmd) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Stop) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Stop) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Stop) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start_IT) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Start_IT) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Stop_IT) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Stop_IT) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Stop_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_DMADelayPulseNCplt) for TIM_DMADelayPulseNCplt
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseHalfCplt) for TIM_DMADelayPulseHalfCplt
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_DMAErrorCCxN) for TIM_DMAErrorCCxN
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Start_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.TIM_DMADelayPulseNCplt) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_PulseFinishedCallback) for HAL_TIM_PWM_PulseFinishedCallback
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.TIM_DMADelayPulseNCplt) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_DMADelayPulseNCplt) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.TIM_DMAErrorCCxN) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_ErrorCallback) for HAL_TIM_ErrorCallback
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.TIM_DMAErrorCCxN) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_DMAErrorCCxN) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Stop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Stop_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Stop_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Stop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Start) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Stop) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Stop) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Stop) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start_IT) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Start_IT) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Stop_IT) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Stop_IT) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Stop_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_DMADelayPulseNCplt) for TIM_DMADelayPulseNCplt
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseHalfCplt) for TIM_DMADelayPulseHalfCplt
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_DMAErrorCCxN) for TIM_DMAErrorCCxN
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Start_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Stop_DMA) refers to stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Stop_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Stop_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Stop_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Start) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Start) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OnePulseN_Start) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Start) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Stop) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Stop) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OnePulseN_Stop) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Stop) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Start_IT) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Start_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OnePulseN_Start_IT) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Start_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Stop_IT) refers to stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd) for TIM_CCxNChannelCmd
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Stop_IT) refers to stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd) for TIM_CCxChannelCmd
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OnePulseN_Stop_IT) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Stop_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigCommutEvent) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigCommutEvent) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigCommutEvent_IT) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigCommutEvent_IT) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigCommutEvent_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationCplt) for TIMEx_DMACommutationCplt
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigCommutEvent_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationHalfCplt) for TIMEx_DMACommutationHalfCplt
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigCommutEvent_DMA) refers to stm32g4xx_hal_tim.o(.text.TIM_DMAError) for TIM_DMAError
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigCommutEvent_DMA) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigCommutEvent_DMA) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationCplt) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_CommutCallback) for HAL_TIMEx_CommutCallback
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.TIMEx_DMACommutationCplt) refers to stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationCplt) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationHalfCplt) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_CommutHalfCpltCallback) for HAL_TIMEx_CommutHalfCpltCallback
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.TIMEx_DMACommutationHalfCplt) refers to stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationHalfCplt) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_MasterConfigSynchronization) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_MasterConfigSynchronization) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigBreakDeadTime) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigBreakDeadTime) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigBreakInput) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigBreakInput) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_RemapConfig) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_RemapConfig) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_TISelection) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_TISelection) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_GroupChannel5) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_GroupChannel5) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisarmBreakInput) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisarmBreakInput) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ReArmBreakInput) refers to stm32g4xx_hal.o(.text.HAL_GetTick) for HAL_GetTick
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ReArmBreakInput) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ReArmBreakInput) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DitheringEnable) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DitheringEnable) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DitheringDisable) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DitheringDisable) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OC_ConfigPulseOnCompare) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OC_ConfigPulseOnCompare) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigSlaveModePreload) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigSlaveModePreload) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EnableSlaveModePreload) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EnableSlaveModePreload) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisableSlaveModePreload) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisableSlaveModePreload) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EnableDeadTimePreload) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EnableDeadTimePreload) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisableDeadTimePreload) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisableDeadTimePreload) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigDeadTime) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigDeadTime) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigAsymmetricalDeadTime) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigAsymmetricalDeadTime) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EnableAsymmetricalDeadTime) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EnableAsymmetricalDeadTime) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisableAsymmetricalDeadTime) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisableAsymmetricalDeadTime) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigEncoderIndex) refers to stm32g4xx_hal_tim.o(.text.TIM_ETR_SetConfig) for TIM_ETR_SetConfig
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigEncoderIndex) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigEncoderIndex) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EnableEncoderIndex) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EnableEncoderIndex) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisableEncoderIndex) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisableEncoderIndex) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EnableEncoderFirstIndex) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EnableEncoderFirstIndex) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisableEncoderFirstIndex) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisableEncoderFirstIndex) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_CommutCallback) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_CommutCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_CommutHalfCpltCallback) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_CommutHalfCpltCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_BreakCallback) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_BreakCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_Break2Callback) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_Break2Callback) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EncoderIndexCallback) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EncoderIndexCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DirectionChangeCallback) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DirectionChangeCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_IndexErrorCallback) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_IndexErrorCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_TransitionErrorCallback) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_TransitionErrorCallback) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_GetState) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_GetState) for [Anonymous Symbol]
stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_GetChannelNState) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_GetChannelNState) for [Anonymous Symbol]
system_stm32g4xx.o(.ARM.exidx.text.SystemInit) refers to system_stm32g4xx.o(.text.SystemInit) for [Anonymous Symbol]
system_stm32g4xx.o(.text.SystemCoreClockUpdate) refers to system_stm32g4xx.o(.data.SystemCoreClock) for SystemCoreClock
system_stm32g4xx.o(.text.SystemCoreClockUpdate) refers to system_stm32g4xx.o(.rodata.AHBPrescTable) for AHBPrescTable
system_stm32g4xx.o(.ARM.exidx.text.SystemCoreClockUpdate) refers to system_stm32g4xx.o(.text.SystemCoreClockUpdate) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_ReadUpBufferNoLock) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_ReadUpBufferNoLock) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.text.SEGGER_RTT_ReadUpBufferNoLock) refers to rt_memcpy_v6.o(.text) for __aeabi_memcpy
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_ReadUpBufferNoLock) refers to segger_rtt.o(.text.SEGGER_RTT_ReadUpBufferNoLock) for [Anonymous Symbol]
segger_rtt.o(.text._DoInit) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text._DoInit) refers to rt_memclr_w.o(.text) for __aeabi_memclr4
segger_rtt.o(.text._DoInit) refers to segger_rtt.o(.rodata.str1.1) for .L.str
segger_rtt.o(.text._DoInit) refers to segger_rtt.o(.bss._acUpBuffer) for _acUpBuffer
segger_rtt.o(.text._DoInit) refers to segger_rtt.o(.bss._acDownBuffer) for _acDownBuffer
segger_rtt.o(.text._DoInit) refers to segger_rtt.o(.rodata._DoInit._aInitStr) for _DoInit._aInitStr
segger_rtt.o(.ARM.exidx.text._DoInit) refers to segger_rtt.o(.text._DoInit) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_ReadNoLock) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_ReadNoLock) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.text.SEGGER_RTT_ReadNoLock) refers to rt_memcpy_v6.o(.text) for __aeabi_memcpy
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_ReadNoLock) refers to segger_rtt.o(.text.SEGGER_RTT_ReadNoLock) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_ReadUpBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_ReadUpBufferNoLock) for SEGGER_RTT_ReadUpBufferNoLock
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_ReadUpBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_ReadUpBuffer) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_Read) refers to segger_rtt.o(.text.SEGGER_RTT_ReadNoLock) for SEGGER_RTT_ReadNoLock
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_Read) refers to segger_rtt.o(.text.SEGGER_RTT_Read) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_WriteWithOverwriteNoLock) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_WriteWithOverwriteNoLock) refers to rt_memcpy_v6.o(.text) for __aeabi_memcpy
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WriteWithOverwriteNoLock) refers to segger_rtt.o(.text.SEGGER_RTT_WriteWithOverwriteNoLock) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_WriteDownBufferNoLock) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_WriteDownBufferNoLock) refers to segger_rtt.o(.text._GetAvailWriteSpace) for _GetAvailWriteSpace
segger_rtt.o(.text.SEGGER_RTT_WriteDownBufferNoLock) refers to segger_rtt.o(.text._WriteNoCheck) for _WriteNoCheck
segger_rtt.o(.text.SEGGER_RTT_WriteDownBufferNoLock) refers to segger_rtt.o(.text._WriteBlocking) for _WriteBlocking
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WriteDownBufferNoLock) refers to segger_rtt.o(.text.SEGGER_RTT_WriteDownBufferNoLock) for [Anonymous Symbol]
segger_rtt.o(.ARM.exidx.text._GetAvailWriteSpace) refers to segger_rtt.o(.text._GetAvailWriteSpace) for [Anonymous Symbol]
segger_rtt.o(.text._WriteNoCheck) refers to rt_memcpy_v6.o(.text) for __aeabi_memcpy
segger_rtt.o(.ARM.exidx.text._WriteNoCheck) refers to segger_rtt.o(.text._WriteNoCheck) for [Anonymous Symbol]
segger_rtt.o(.text._WriteBlocking) refers to rt_memcpy_v6.o(.text) for __aeabi_memcpy
segger_rtt.o(.ARM.exidx.text._WriteBlocking) refers to segger_rtt.o(.text._WriteBlocking) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_WriteNoLock) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_WriteNoLock) refers to segger_rtt.o(.text._GetAvailWriteSpace) for _GetAvailWriteSpace
segger_rtt.o(.text.SEGGER_RTT_WriteNoLock) refers to segger_rtt.o(.text._WriteNoCheck) for _WriteNoCheck
segger_rtt.o(.text.SEGGER_RTT_WriteNoLock) refers to segger_rtt.o(.text._WriteBlocking) for _WriteBlocking
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WriteNoLock) refers to segger_rtt.o(.text.SEGGER_RTT_WriteNoLock) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_WriteDownBuffer) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_WriteDownBuffer) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.text.SEGGER_RTT_WriteDownBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_WriteDownBufferNoLock) for SEGGER_RTT_WriteDownBufferNoLock
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WriteDownBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_WriteDownBuffer) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_Write) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_Write) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.text.SEGGER_RTT_Write) refers to segger_rtt.o(.text.SEGGER_RTT_WriteNoLock) for SEGGER_RTT_WriteNoLock
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_Write) refers to segger_rtt.o(.text.SEGGER_RTT_Write) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_WriteString) refers to strlen.o(.text) for strlen
segger_rtt.o(.text.SEGGER_RTT_WriteString) refers to segger_rtt.o(.text.SEGGER_RTT_Write) for SEGGER_RTT_Write
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WriteString) refers to segger_rtt.o(.text.SEGGER_RTT_WriteString) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_PutCharSkipNoLock) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_PutCharSkipNoLock) refers to segger_rtt.o(.text.SEGGER_RTT_PutCharSkipNoLock) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_PutCharSkip) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_PutCharSkip) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_PutCharSkip) refers to segger_rtt.o(.text.SEGGER_RTT_PutCharSkip) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_PutChar) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_PutChar) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_PutChar) refers to segger_rtt.o(.text.SEGGER_RTT_PutChar) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_GetKey) refers to segger_rtt.o(.text.SEGGER_RTT_Read) for SEGGER_RTT_Read
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_GetKey) refers to segger_rtt.o(.text.SEGGER_RTT_GetKey) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_WaitKey) refers to segger_rtt.o(.text.SEGGER_RTT_GetKey) for SEGGER_RTT_GetKey
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WaitKey) refers to segger_rtt.o(.text.SEGGER_RTT_WaitKey) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_HasKey) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_HasKey) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_HasKey) refers to segger_rtt.o(.text.SEGGER_RTT_HasKey) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_HasData) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_HasData) refers to segger_rtt.o(.text.SEGGER_RTT_HasData) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_HasDataUp) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_HasDataUp) refers to segger_rtt.o(.text.SEGGER_RTT_HasDataUp) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_AllocDownBuffer) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_AllocDownBuffer) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_AllocDownBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_AllocDownBuffer) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_AllocUpBuffer) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_AllocUpBuffer) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_AllocUpBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_AllocUpBuffer) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_ConfigUpBuffer) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_ConfigUpBuffer) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_ConfigUpBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_ConfigUpBuffer) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_ConfigDownBuffer) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_ConfigDownBuffer) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_ConfigDownBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_ConfigDownBuffer) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_SetNameUpBuffer) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_SetNameUpBuffer) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_SetNameUpBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_SetNameUpBuffer) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_SetNameDownBuffer) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_SetNameDownBuffer) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_SetNameDownBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_SetNameDownBuffer) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_SetFlagsUpBuffer) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_SetFlagsUpBuffer) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_SetFlagsUpBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_SetFlagsUpBuffer) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_SetFlagsDownBuffer) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_SetFlagsDownBuffer) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_SetFlagsDownBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_SetFlagsDownBuffer) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_Init) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_Init) refers to segger_rtt.o(.text.SEGGER_RTT_Init) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_SetTerminal) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_SetTerminal) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.text.SEGGER_RTT_SetTerminal) refers to segger_rtt.o(.rodata._aTerminalId) for _aTerminalId
segger_rtt.o(.text.SEGGER_RTT_SetTerminal) refers to segger_rtt.o(.bss._ActiveTerminal) for _ActiveTerminal
segger_rtt.o(.text.SEGGER_RTT_SetTerminal) refers to segger_rtt.o(.text._WriteBlocking) for _WriteBlocking
segger_rtt.o(.text.SEGGER_RTT_SetTerminal) refers to segger_rtt.o(.text._GetAvailWriteSpace) for _GetAvailWriteSpace
segger_rtt.o(.text.SEGGER_RTT_SetTerminal) refers to segger_rtt.o(.text._WriteNoCheck) for _WriteNoCheck
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_SetTerminal) refers to segger_rtt.o(.text.SEGGER_RTT_SetTerminal) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_TerminalOut) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_TerminalOut) refers to segger_rtt.o(.text._DoInit) for _DoInit
segger_rtt.o(.text.SEGGER_RTT_TerminalOut) refers to strlen.o(.text) for strlen
segger_rtt.o(.text.SEGGER_RTT_TerminalOut) refers to segger_rtt.o(.text._GetAvailWriteSpace) for _GetAvailWriteSpace
segger_rtt.o(.text.SEGGER_RTT_TerminalOut) refers to segger_rtt.o(.text._PostTerminalSwitch) for _PostTerminalSwitch
segger_rtt.o(.text.SEGGER_RTT_TerminalOut) refers to segger_rtt.o(.text._WriteBlocking) for _WriteBlocking
segger_rtt.o(.text.SEGGER_RTT_TerminalOut) refers to segger_rtt.o(.bss._ActiveTerminal) for _ActiveTerminal
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_TerminalOut) refers to segger_rtt.o(.text.SEGGER_RTT_TerminalOut) for [Anonymous Symbol]
segger_rtt.o(.text._PostTerminalSwitch) refers to segger_rtt.o(.rodata._aTerminalId) for _aTerminalId
segger_rtt.o(.text._PostTerminalSwitch) refers to segger_rtt.o(.text._WriteBlocking) for _WriteBlocking
segger_rtt.o(.ARM.exidx.text._PostTerminalSwitch) refers to segger_rtt.o(.text._PostTerminalSwitch) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_GetAvailWriteSpace) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.text.SEGGER_RTT_GetAvailWriteSpace) refers to segger_rtt.o(.text._GetAvailWriteSpace) for _GetAvailWriteSpace
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_GetAvailWriteSpace) refers to segger_rtt.o(.text.SEGGER_RTT_GetAvailWriteSpace) for [Anonymous Symbol]
segger_rtt.o(.text.SEGGER_RTT_GetBytesInBuffer) refers to segger_rtt.o(.bss._SEGGER_RTT) for _SEGGER_RTT
segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_GetBytesInBuffer) refers to segger_rtt.o(.text.SEGGER_RTT_GetBytesInBuffer) for [Anonymous Symbol]
segger_rtt_printf.o(.text.SEGGER_RTT_vprintf) refers to segger_rtt_printf.o(.text._StoreChar) for _StoreChar
segger_rtt_printf.o(.text.SEGGER_RTT_vprintf) refers to segger_rtt_printf.o(.text._PrintInt) for _PrintInt
segger_rtt_printf.o(.text.SEGGER_RTT_vprintf) refers to segger_rtt_printf.o(.text._PrintUnsigned) for _PrintUnsigned
segger_rtt_printf.o(.text.SEGGER_RTT_vprintf) refers to segger_rtt_printf.o(.rodata.str1.1) for .L.str
segger_rtt_printf.o(.text.SEGGER_RTT_vprintf) refers to segger_rtt.o(.text.SEGGER_RTT_Write) for SEGGER_RTT_Write
segger_rtt_printf.o(.ARM.exidx.text.SEGGER_RTT_vprintf) refers to segger_rtt_printf.o(.text.SEGGER_RTT_vprintf) for [Anonymous Symbol]
segger_rtt_printf.o(.text._StoreChar) refers to segger_rtt.o(.text.SEGGER_RTT_Write) for SEGGER_RTT_Write
segger_rtt_printf.o(.ARM.exidx.text._StoreChar) refers to segger_rtt_printf.o(.text._StoreChar) for [Anonymous Symbol]
segger_rtt_printf.o(.text._PrintInt) refers to segger_rtt_printf.o(.text._StoreChar) for _StoreChar
segger_rtt_printf.o(.text._PrintInt) refers to segger_rtt_printf.o(.text._PrintUnsigned) for _PrintUnsigned
segger_rtt_printf.o(.ARM.exidx.text._PrintInt) refers to segger_rtt_printf.o(.text._PrintInt) for [Anonymous Symbol]
segger_rtt_printf.o(.text._PrintUnsigned) refers to segger_rtt_printf.o(.text._StoreChar) for _StoreChar
segger_rtt_printf.o(.text._PrintUnsigned) refers to segger_rtt_printf.o(.rodata._PrintUnsigned._aV2C) for _PrintUnsigned._aV2C
segger_rtt_printf.o(.ARM.exidx.text._PrintUnsigned) refers to segger_rtt_printf.o(.text._PrintUnsigned) for [Anonymous Symbol]
segger_rtt_printf.o(.text.SEGGER_RTT_printf) refers to segger_rtt_printf.o(.text.SEGGER_RTT_vprintf) for SEGGER_RTT_vprintf
segger_rtt_printf.o(.ARM.exidx.text.SEGGER_RTT_printf) refers to segger_rtt_printf.o(.text.SEGGER_RTT_printf) for [Anonymous Symbol]
filters.o(.text.FilterMedian_Init) refers to filters.o(.text.FilterMedian_Process) for FilterMedian_Process
filters.o(.ARM.exidx.text.FilterMedian_Init) refers to filters.o(.text.FilterMedian_Init) for [Anonymous Symbol]
filters.o(.text.FilterMedian_Process) refers to filters.o(.text.Filter_float_compare) for Filter_float_compare
filters.o(.text.FilterMedian_Process) refers to qsortnoex.o(.text) for qsort
filters.o(.ARM.exidx.text.FilterMedian_Process) refers to filters.o(.text.FilterMedian_Process) for [Anonymous Symbol]
filters.o(.ARM.exidx.text.Filter_float_compare) refers to filters.o(.text.Filter_float_compare) for [Anonymous Symbol]
filters.o(.text.FilterExp_Init) refers to filters.o(.text.FilterExp_Process) for FilterExp_Process
filters.o(.ARM.exidx.text.FilterExp_Init) refers to filters.o(.text.FilterExp_Init) for [Anonymous Symbol]
filters.o(.ARM.exidx.text.FilterExp_Process) refers to filters.o(.text.FilterExp_Process) for [Anonymous Symbol]
filters.o(.text.FilterAverage_Init) refers to filters.o(.text.FilterAverage_Process) for FilterAverage_Process
filters.o(.ARM.exidx.text.FilterAverage_Init) refers to filters.o(.text.FilterAverage_Init) for [Anonymous Symbol]
filters.o(.ARM.exidx.text.FilterAverage_Process) refers to filters.o(.text.FilterAverage_Process) for [Anonymous Symbol]
filters.o(.text.FilterPoly_Init) refers to rt_memcpy_w.o(.text) for __aeabi_memcpy4
filters.o(.text.FilterPoly_Init) refers to filters.o(.text.FilterPoly_Process) for FilterPoly_Process
filters.o(.ARM.exidx.text.FilterPoly_Init) refers to filters.o(.text.FilterPoly_Init) for [Anonymous Symbol]
filters.o(.ARM.exidx.text.FilterPoly_Process) refers to filters.o(.text.FilterPoly_Process) for [Anonymous Symbol]
filters.o(.text.FilterLUT_Init) refers to filters.o(.text.FilterLUT_Process) for FilterLUT_Process
filters.o(.ARM.exidx.text.FilterLUT_Init) refers to filters.o(.text.FilterLUT_Init) for [Anonymous Symbol]
filters.o(.ARM.exidx.text.FilterLUT_Process) refers to filters.o(.text.FilterLUT_Process) for [Anonymous Symbol]
filters.o(.text.FilterRMS_Init) refers to rt_memclr_w.o(.text) for __aeabi_memclr4
filters.o(.text.FilterRMS_Init) refers to filters.o(.text.FilterRMS_Process) for FilterRMS_Process
filters.o(.ARM.exidx.text.FilterRMS_Init) refers to filters.o(.text.FilterRMS_Init) for [Anonymous Symbol]
filters.o(.text.FilterRMS_Process) refers to filters.o(.text._sqrtf) for _sqrtf
filters.o(.ARM.exidx.text.FilterRMS_Process) refers to filters.o(.text.FilterRMS_Process) for [Anonymous Symbol]
filters.o(.ARM.exidx.text._sqrtf) refers to filters.o(.text._sqrtf) for [Anonymous Symbol]
filters.o(.text.FilterMedianInt_Init) refers to filters.o(.text.FilterMedianInt_Process) for FilterMedianInt_Process
filters.o(.ARM.exidx.text.FilterMedianInt_Init) refers to filters.o(.text.FilterMedianInt_Init) for [Anonymous Symbol]
filters.o(.ARM.exidx.text.FilterMedianInt_Process) refers to filters.o(.text.FilterMedianInt_Process) for [Anonymous Symbol]
filters.o(.text.FilterExpInt_Init) refers to filters.o(.text.FilterExpInt_Process) for FilterExpInt_Process
filters.o(.ARM.exidx.text.FilterExpInt_Init) refers to filters.o(.text.FilterExpInt_Init) for [Anonymous Symbol]
filters.o(.text.FilterExpInt_Process) refers to llsdiv.o(.text) for __aeabi_ldivmod
filters.o(.ARM.exidx.text.FilterExpInt_Process) refers to filters.o(.text.FilterExpInt_Process) for [Anonymous Symbol]
filters.o(.text.FilterAverageInt_Init) refers to filters.o(.text.FilterAverageInt_Process) for FilterAverageInt_Process
filters.o(.ARM.exidx.text.FilterAverageInt_Init) refers to filters.o(.text.FilterAverageInt_Init) for [Anonymous Symbol]
filters.o(.text.FilterAverageInt_Process) refers to llsdiv.o(.text) for __aeabi_ldivmod
filters.o(.ARM.exidx.text.FilterAverageInt_Process) refers to filters.o(.text.FilterAverageInt_Process) for [Anonymous Symbol]
filters.o(.text.FilterPolyInt_Init) refers to rt_memcpy_w.o(.text) for __aeabi_memcpy4
filters.o(.text.FilterPolyInt_Init) refers to filters.o(.text.FilterPolyInt_Process) for FilterPolyInt_Process
filters.o(.ARM.exidx.text.FilterPolyInt_Init) refers to filters.o(.text.FilterPolyInt_Init) for [Anonymous Symbol]
filters.o(.text.FilterPolyInt_Process) refers to llsdiv.o(.text) for __aeabi_ldivmod
filters.o(.ARM.exidx.text.FilterPolyInt_Process) refers to filters.o(.text.FilterPolyInt_Process) for [Anonymous Symbol]
filters.o(.text.FilterLUTInt_Init) refers to filters.o(.text.FilterLUTInt_Process) for FilterLUTInt_Process
filters.o(.ARM.exidx.text.FilterLUTInt_Init) refers to filters.o(.text.FilterLUTInt_Init) for [Anonymous Symbol]
filters.o(.text.FilterLUTInt_Process) refers to llsdiv.o(.text) for __aeabi_ldivmod
filters.o(.ARM.exidx.text.FilterLUTInt_Process) refers to filters.o(.text.FilterLUTInt_Process) for [Anonymous Symbol]
filters.o(.text.FilterRMSInt_Init) refers to rt_memclr_w.o(.text) for __aeabi_memclr8
filters.o(.text.FilterRMSInt_Init) refers to filters.o(.text.FilterRMSInt_Process) for FilterRMSInt_Process
filters.o(.ARM.exidx.text.FilterRMSInt_Init) refers to filters.o(.text.FilterRMSInt_Init) for [Anonymous Symbol]
filters.o(.text.FilterRMSInt_Process) refers to llsdiv.o(.text) for __aeabi_ldivmod
filters.o(.text.FilterRMSInt_Process) refers to dfltll_clz.o(x$fpl$dfltll) for __aeabi_l2d
filters.o(.text.FilterRMSInt_Process) refers to sqrt.o(i.__hardfp_sqrt) for __hardfp_sqrt
filters.o(.text.FilterRMSInt_Process) refers to dfix.o(x$fpl$dfix) for __aeabi_d2iz
filters.o(.ARM.exidx.text.FilterRMSInt_Process) refers to filters.o(.text.FilterRMSInt_Process) for [Anonymous Symbol]
filters.o(.text.FilterBandPassDerivative_Init) refers to f2d.o(x$fpl$f2d) for __aeabi_f2d
filters.o(.text.FilterBandPassDerivative_Init) refers to dmul.o(x$fpl$dmul) for __aeabi_dmul
filters.o(.text.FilterBandPassDerivative_Init) refers to d2f.o(x$fpl$d2f) for __aeabi_d2f
filters.o(.text.FilterBandPassDerivative_Init) refers to sinf.o(i.__hardfp_sinf) for __hardfp_sinf
filters.o(.text.FilterBandPassDerivative_Init) refers to cosf.o(i.__hardfp_cosf) for __hardfp_cosf
filters.o(.text.FilterBandPassDerivative_Init) refers to filters.o(.text.FilterBandPassDerivative_Process) for FilterBandPassDerivative_Process
filters.o(.ARM.exidx.text.FilterBandPassDerivative_Init) refers to filters.o(.text.FilterBandPassDerivative_Init) for [Anonymous Symbol]
filters.o(.ARM.exidx.text.FilterBandPassDerivative_Process) refers to filters.o(.text.FilterBandPassDerivative_Process) for [Anonymous Symbol]
uksi_main.o(.text.UKSI_Init) refers to uksi_main.o(.bss.uksi_dc) for uksi_dc
uksi_main.o(.text.UKSI_Init) refers to tim.o(.bss.htim1) for htim1
uksi_main.o(.text.UKSI_Init) refers to uksi_dc_control.o(.text.DC_Init) for DC_Init
uksi_main.o(.text.UKSI_Init) refers to uksi_main.o(.bss.uksi_calc) for uksi_calc
uksi_main.o(.text.UKSI_Init) refers to adc.o(.bss.hadc1) for hadc1
uksi_main.o(.text.UKSI_Init) refers to uksi_calc_res.o(.text.UKSI_Calc_Init) for UKSI_Calc_Init
uksi_main.o(.ARM.exidx.text.UKSI_Init) refers to uksi_main.o(.text.UKSI_Init) for [Anonymous Symbol]
uksi_main.o(.ARM.exidx.text.UKSI_prewhile) refers to uksi_main.o(.text.UKSI_prewhile) for [Anonymous Symbol]
uksi_main.o(.text.UKSI_while) refers to uksi_main.o(.bss.dbg_dc) for dbg_dc
uksi_main.o(.text.UKSI_while) refers to uksi_main.o(.bss.uksi_dc) for uksi_dc
uksi_main.o(.text.UKSI_while) refers to uksi_dc_control.o(.text.DC_Enable) for DC_Enable
uksi_main.o(.text.UKSI_while) refers to uksi_main.o(.bss.uksi_calc) for uksi_calc
uksi_main.o(.text.UKSI_while) refers to uksi_calc_res.o(.text.UKSI_Calc_Isolation) for UKSI_Calc_Isolation
uksi_main.o(.text.UKSI_while) refers to stm32g4xx_hal.o(.bss.uwTick) for uwTick
uksi_main.o(.text.UKSI_while) refers to uksi_main.o(.bss.UKSI_while.prev_dc_tick) for UKSI_while.prev_dc_tick
uksi_main.o(.text.UKSI_while) refers to uksi_main.o(.data.dbg_dc_delay) for dbg_dc_delay
uksi_main.o(.text.UKSI_while) refers to foster_student.o(.text.foster_check) for foster_check
uksi_main.o(.text.UKSI_while) refers to uksi_main.o(.bss.UKSI_while.start_measure_tick) for UKSI_while.start_measure_tick
uksi_main.o(.text.UKSI_while) refers to uksi_main.o(.bss.iso_result) for iso_result
uksi_main.o(.ARM.exidx.text.UKSI_while) refers to uksi_main.o(.text.UKSI_while) for [Anonymous Symbol]
uksi_calc_res.o(.ARM.exidx.text.ADC_ConfigCoef) refers to uksi_calc_res.o(.text.ADC_ConfigCoef) for [Anonymous Symbol]
uksi_calc_res.o(.text.ADC_ConfigFilter) refers to filters.o(.text.FilterMedianInt_Init) for FilterMedianInt_Init
uksi_calc_res.o(.text.ADC_ConfigFilter) refers to filters.o(.text.FilterAverageInt_Init) for FilterAverageInt_Init
uksi_calc_res.o(.ARM.exidx.text.ADC_ConfigFilter) refers to uksi_calc_res.o(.text.ADC_ConfigFilter) for [Anonymous Symbol]
uksi_calc_res.o(.text.ADC_Calc) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_GetValue) for HAL_ADC_GetValue
uksi_calc_res.o(.ARM.exidx.text.ADC_Calc) refers to uksi_calc_res.o(.text.ADC_Calc) for [Anonymous Symbol]
uksi_calc_res.o(.text.UKSI_Calc_Init) refers to uksi_calc_res.o(.text.ADC_ConfigCoef) for ADC_ConfigCoef
uksi_calc_res.o(.text.UKSI_Calc_Init) refers to uksi_calc_res.o(.text.ADC_ConfigFilter) for ADC_ConfigFilter
uksi_calc_res.o(.text.UKSI_Calc_Init) refers to foster_student.o(.text.foster_init) for foster_init
uksi_calc_res.o(.text.UKSI_Calc_Init) refers to foster_student.o(.text.foster_set_mse) for foster_set_mse
uksi_calc_res.o(.text.UKSI_Calc_Init) refers to stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_Start) for HAL_ADCEx_Calibration_Start
uksi_calc_res.o(.text.UKSI_Calc_Init) refers to stm32g4xx_hal_adc.o(.text.HAL_ADC_Start) for HAL_ADC_Start
uksi_calc_res.o(.ARM.exidx.text.UKSI_Calc_Init) refers to uksi_calc_res.o(.text.UKSI_Calc_Init) for [Anonymous Symbol]
uksi_calc_res.o(.text.UKSI_Calc_Isolation) refers to uksi_calc_res.o(.text.ADC_Calc) for ADC_Calc
uksi_calc_res.o(.text.UKSI_Calc_Isolation) refers to foster_student.o(.text.foster_add_sample) for foster_add_sample
uksi_calc_res.o(.text.UKSI_Calc_Isolation) refers to foster_student.o(.text.foster_is_ready) for foster_is_ready
uksi_calc_res.o(.text.UKSI_Calc_Isolation) refers to foster_student.o(.text.foster_check) for foster_check
uksi_calc_res.o(.ARM.exidx.text.UKSI_Calc_Isolation) refers to uksi_calc_res.o(.text.UKSI_Calc_Isolation) for [Anonymous Symbol]
uksi_dc_control.o(.text.DC_Init) refers to stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start) for HAL_TIMEx_OCN_Start
uksi_dc_control.o(.text.DC_Init) refers to stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start) for HAL_TIM_OC_Start
uksi_dc_control.o(.ARM.exidx.text.DC_Init) refers to uksi_dc_control.o(.text.DC_Init) for [Anonymous Symbol]
uksi_dc_control.o(.ARM.exidx.text.DC_Enable) refers to uksi_dc_control.o(.text.DC_Enable) for [Anonymous Symbol]
foster_student.o(.ARM.exidx.text.foster_init) refers to foster_student.o(.text.foster_init) for [Anonymous Symbol]
foster_student.o(.ARM.exidx.text.foster_set_mse) refers to foster_student.o(.text.foster_set_mse) for [Anonymous Symbol]
foster_student.o(.ARM.exidx.text.foster_add_sample) refers to foster_student.o(.text.foster_add_sample) for [Anonymous Symbol]
foster_student.o(.ARM.exidx.text.foster_is_ready) refers to foster_student.o(.text.foster_is_ready) for [Anonymous Symbol]
foster_student.o(.ARM.exidx.text.foster_check) refers to foster_student.o(.text.foster_check) for [Anonymous Symbol]
llsdiv.o(.text) refers to lludivv7m.o(.text) for __aeabi_uldivmod
rt_memcpy_v6.o(.text) refers to rt_memcpy_w.o(.text) for __aeabi_memcpy4
__main.o(!!!main) refers to __rtentry.o(.ARM.Collect$$rtentry$$00000000) for __rt_entry
d2f.o(x$fpl$d2f) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
d2f.o(x$fpl$d2f) refers to fretinf.o(x$fpl$fretinf) for __fpl_fretinf
d2f.o(x$fpl$d2f) refers to dnaninf.o(x$fpl$dnaninf) for __fpl_dnaninf
dfix.o(x$fpl$dfix) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
dfix.o(x$fpl$dfix) refers to dnaninf.o(x$fpl$dnaninf) for __fpl_dnaninf
dfix.o(x$fpl$dfixr) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
dfix.o(x$fpl$dfixr) refers to dnaninf.o(x$fpl$dnaninf) for __fpl_dnaninf
dfltll_clz.o(x$fpl$dfltll) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
dfltll_clz.o(x$fpl$dfltull) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
dmul.o(x$fpl$dmul) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
dmul.o(x$fpl$dmul) refers to dretinf.o(x$fpl$dretinf) for __fpl_dretinf
dmul.o(x$fpl$dmul) refers to dnaninf.o(x$fpl$dnaninf) for __fpl_dnaninf
f2d.o(x$fpl$f2d) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
f2d.o(x$fpl$f2d) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf
f2d.o(x$fpl$f2d) refers to dretinf.o(x$fpl$dretinf) for __fpl_dretinf
cosf.o(i.__hardfp_cosf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
cosf.o(i.__hardfp_cosf) refers to rredf.o(i.__mathlib_rredf2) for __mathlib_rredf2
cosf.o(i.__hardfp_cosf) refers to _rserrno.o(.text) for __set_errno
cosf.o(i.__hardfp_cosf) refers to funder.o(i.__mathlib_flt_invalid) for __mathlib_flt_invalid
cosf.o(i.__hardfp_cosf) refers to funder.o(i.__mathlib_flt_infnan) for __mathlib_flt_infnan
cosf.o(i.__softfp_cosf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
cosf.o(i.__softfp_cosf) refers to cosf.o(i.__hardfp_cosf) for __hardfp_cosf
cosf.o(i.cosf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
cosf.o(i.cosf) refers to cosf.o(i.__hardfp_cosf) for __hardfp_cosf
sinf.o(i.__hardfp_sinf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
sinf.o(i.__hardfp_sinf) refers to rredf.o(i.__mathlib_rredf2) for __mathlib_rredf2
sinf.o(i.__hardfp_sinf) refers to fpclassifyf.o(i.__ARM_fpclassifyf) for __ARM_fpclassifyf
sinf.o(i.__hardfp_sinf) refers to funder.o(i.__mathlib_flt_underflow) for __mathlib_flt_underflow
sinf.o(i.__hardfp_sinf) refers to _rserrno.o(.text) for __set_errno
sinf.o(i.__hardfp_sinf) refers to funder.o(i.__mathlib_flt_invalid) for __mathlib_flt_invalid
sinf.o(i.__hardfp_sinf) refers to funder.o(i.__mathlib_flt_infnan) for __mathlib_flt_infnan
sinf.o(i.__softfp_sinf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
sinf.o(i.__softfp_sinf) refers to sinf.o(i.__hardfp_sinf) for __hardfp_sinf
sinf.o(i.sinf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
sinf.o(i.sinf) refers to sinf.o(i.__hardfp_sinf) for __hardfp_sinf
sqrt.o(i.__hardfp_sqrt) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
sqrt.o(i.__hardfp_sqrt) refers to dsqrt_umaal.o(x$fpl$dsqrt) for _dsqrt
sqrt.o(i.__hardfp_sqrt) refers to _rserrno.o(.text) for __set_errno
sqrt.o(i.__softfp_sqrt) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
sqrt.o(i.__softfp_sqrt) refers to dsqrt_umaal.o(x$fpl$dsqrt) for _dsqrt
sqrt.o(i.__softfp_sqrt) refers to _rserrno.o(.text) for __set_errno
sqrt.o(i.sqrt) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
sqrt.o(i.sqrt) refers to dsqrt_umaal.o(x$fpl$dsqrt) for _dsqrt
sqrt.o(i.sqrt) refers to _rserrno.o(.text) for __set_errno
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) for __rt_entry_li
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) for __rt_entry_main
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$0000000C) for __rt_entry_postli_1
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$00000009) for __rt_entry_postsh_1
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$00000002) for __rt_entry_presh_1
__rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry4.o(.ARM.Collect$$rtentry$$00000004) for __rt_entry_sh
aeabi_ldiv0_sigfpe.o(.text) refers to rt_div0.o(.text) for __rt_div0
_rserrno.o(.text) refers to rt_errno_addr_intlibspace.o(.text) for __aeabi_errno_addr
dnaninf.o(x$fpl$dnaninf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
dretinf.o(x$fpl$dretinf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
dsqrt_umaal.o(x$fpl$dsqrt) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
dsqrt_umaal.o(x$fpl$dsqrt) refers to dnaninf.o(x$fpl$dnaninf) for __fpl_dnaninf
fnaninf.o(x$fpl$fnaninf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
fretinf.o(x$fpl$fretinf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
fpclassifyf.o(i.__ARM_fpclassifyf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
rredf.o(i.__mathlib_rredf2) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
rredf.o(i.__mathlib_rredf2) refers to rredf.o(.constdata) for .constdata
rredf.o(.constdata) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
__rtentry2.o(.ARM.Collect$$rtentry$$00000008) refers to boardinit2.o(.text) for _platform_post_stackheap_init
__rtentry2.o(.ARM.Collect$$rtentry$$0000000A) refers to libinit.o(.ARM.Collect$$libinit$$00000000) for __rt_lib_init
__rtentry2.o(.ARM.Collect$$rtentry$$0000000B) refers to boardinit3.o(.text) for _platform_post_lib_init
__rtentry2.o(.ARM.Collect$$rtentry$$0000000D) refers to main.o(.text.main) for main
__rtentry2.o(.ARM.Collect$$rtentry$$0000000D) refers to exit.o(.text) for exit
__rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$00000001) for .ARM.Collect$$rtentry$$00000001
__rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$00000008) for .ARM.Collect$$rtentry$$00000008
__rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) for .ARM.Collect$$rtentry$$0000000A
__rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$0000000B) for .ARM.Collect$$rtentry$$0000000B
__rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) for .ARM.Collect$$rtentry$$0000000D
__rtentry4.o(.ARM.Collect$$rtentry$$00000004) refers to sys_stackheap_outer.o(.text) for __user_setup_stackheap
__rtentry4.o(.ARM.exidx) refers to __rtentry4.o(.ARM.Collect$$rtentry$$00000004) for .ARM.Collect$$rtentry$$00000004
rt_div0.o(.text) refers to defsig_fpe_outer.o(.text) for __rt_SIGFPE
rt_errno_addr.o(.text) refers to rt_errno_addr.o(.bss) for __aeabi_errno_addr_data
rt_errno_addr_intlibspace.o(.text) refers to libspace.o(.bss) for __libspace_start
libspace.o(.text) refers to libspace.o(.bss) for __libspace_start
sys_stackheap_outer.o(.text) refers to libspace.o(.text) for __user_perproc_libspace
sys_stackheap_outer.o(.text) refers to startup_stm32g431xx.o(.text) for __user_initial_stackheap
exit.o(.text) refers to rtexit.o(.ARM.Collect$$rtexit$$00000000) for __rt_exit
defsig_fpe_outer.o(.text) refers to defsig_fpe_inner.o(.text) for __rt_SIGFPE_inner
defsig_fpe_outer.o(.text) refers to defsig_exit.o(.text) for __sig_exit
defsig_fpe_formal.o(.text) refers to rt_raise.o(.text) for __rt_raise
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000030) for __rt_lib_init_alloca_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000002E) for __rt_lib_init_argv_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001D) for __rt_lib_init_atexit_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000023) for __rt_lib_init_clock_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000034) for __rt_lib_init_cpp_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000032) for __rt_lib_init_exceptions_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000001) for __rt_lib_init_fp_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000021) for __rt_lib_init_fp_trap_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000025) for __rt_lib_init_getenv_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000C) for __rt_lib_init_heap_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000013) for __rt_lib_init_lc_collate_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000015) for __rt_lib_init_lc_ctype_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000017) for __rt_lib_init_lc_monetary_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000019) for __rt_lib_init_lc_numeric_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001B) for __rt_lib_init_lc_time_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000006) for __rt_lib_init_preinit_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000010) for __rt_lib_init_rand_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000004) for __rt_lib_init_relocate_pie_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000035) for __rt_lib_init_return
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001F) for __rt_lib_init_signal_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000027) for __rt_lib_init_stdio_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000E) for __rt_lib_init_user_alloc_1
rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000004) for __rt_exit_exit
rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for __rt_exit_ls
rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000002) for __rt_exit_prels_1
rtexit.o(.ARM.exidx) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000004) for __rt_exit_exit
rtexit.o(.ARM.exidx) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for __rt_exit_ls
rtexit.o(.ARM.exidx) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000002) for __rt_exit_prels_1
rtexit.o(.ARM.exidx) refers to rtexit.o(.ARM.Collect$$rtexit$$00000000) for .ARM.Collect$$rtexit$$00000000
rt_raise.o(.text) refers to __raise.o(.text) for __raise
rt_raise.o(.text) refers to sys_exit.o(.text) for _sys_exit
defsig_exit.o(.text) refers to sys_exit.o(.text) for _sys_exit
defsig_fpe_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
libinit2.o(.ARM.Collect$$libinit$$00000001) refers to fpinit.o(x$fpl$fpinit) for _fp_init
libinit2.o(.ARM.Collect$$libinit$$00000012) refers to libinit2.o(.ARM.Collect$$libinit$$00000011) for .ARM.Collect$$libinit$$00000011
libinit2.o(.ARM.Collect$$libinit$$00000014) refers to libinit2.o(.ARM.Collect$$libinit$$00000011) for .ARM.Collect$$libinit$$00000011
libinit2.o(.ARM.Collect$$libinit$$00000016) refers to libinit2.o(.ARM.Collect$$libinit$$00000011) for .ARM.Collect$$libinit$$00000011
libinit2.o(.ARM.Collect$$libinit$$00000018) refers to libinit2.o(.ARM.Collect$$libinit$$00000011) for .ARM.Collect$$libinit$$00000011
libinit2.o(.ARM.Collect$$libinit$$0000001A) refers to libinit2.o(.ARM.Collect$$libinit$$00000011) for .ARM.Collect$$libinit$$00000011
libinit2.o(.ARM.Collect$$libinit$$00000028) refers to argv_veneer.o(.emb_text) for __ARM_argv_veneer
libinit2.o(.ARM.Collect$$libinit$$00000029) refers to argv_veneer.o(.emb_text) for __ARM_argv_veneer
sys_exit.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_exit.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
sys_exit_hlt.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_exit_hlt.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
rtexit2.o(.ARM.Collect$$rtexit$$00000003) refers to libshutdown.o(.ARM.Collect$$libshutdown$$00000000) for __rt_lib_shutdown
rtexit2.o(.ARM.Collect$$rtexit$$00000004) refers to sys_exit.o(.text) for _sys_exit
rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000001) for .ARM.Collect$$rtexit$$00000001
rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for .ARM.Collect$$rtexit$$00000003
rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000004) for .ARM.Collect$$rtexit$$00000004
__raise.o(.text) refers to defsig.o(CL$$defsig) for __default_signal_handler
defsig_general.o(.text) refers to sys_wrch.o(.text) for _ttywrch
argv_veneer.o(.emb_text) refers to no_argv.o(.text) for __ARM_get_argv
sys_wrch.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_wrch.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
sys_wrch_hlt.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_wrch_hlt.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
defsig.o(CL$$defsig) refers to defsig_fpe_inner.o(.text) for __rt_SIGFPE_inner
defsig.o(CL$$defsig) refers to defsig_rtmem_inner.o(.text) for __rt_SIGRTMEM_inner
_get_argv_nomalloc.o(.text) refers (Special) to hrguard.o(.text) for __heap_region$guard
_get_argv_nomalloc.o(.text) refers to defsig_rtmem_outer.o(.text) for __rt_SIGRTMEM
_get_argv_nomalloc.o(.text) refers to sys_command.o(.text) for _sys_command_string
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000002) for __rt_lib_shutdown_cpp_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000007) for __rt_lib_shutdown_fp_trap_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F) for __rt_lib_shutdown_heap_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000010) for __rt_lib_shutdown_return
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A) for __rt_lib_shutdown_signal_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000004) for __rt_lib_shutdown_stdio_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) for __rt_lib_shutdown_user_alloc_1
sys_command.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_command.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
sys_command_hlt.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_command_hlt.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
defsig_abrt_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_rtred_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_rtmem_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_rtmem_outer.o(.text) refers to defsig_rtmem_inner.o(.text) for __rt_SIGRTMEM_inner
defsig_rtmem_outer.o(.text) refers to defsig_exit.o(.text) for __sig_exit
defsig_rtmem_formal.o(.text) refers to rt_raise.o(.text) for __rt_raise
defsig_stak_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_pvfn_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_cppl_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_segv_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_other.o(.text) refers to defsig_general.o(.text) for __default_signal_display
==============================================================================
Removing Unused input sections from the image.
Removing main.o(.text), (0 bytes).
Removing main.o(.ARM.exidx.text.main), (8 bytes).
Removing main.o(.ARM.exidx.text.SystemClock_Config), (8 bytes).
Removing main.o(.ARM.exidx.text.Error_Handler), (8 bytes).
Removing main.o(.ARM.use_no_argv), (4 bytes).
Removing gpio.o(.text), (0 bytes).
Removing gpio.o(.ARM.exidx.text.MX_GPIO_Init), (8 bytes).
Removing adc.o(.text), (0 bytes).
Removing adc.o(.ARM.exidx.text.MX_ADC1_Init), (8 bytes).
Removing adc.o(.ARM.exidx.text.HAL_ADC_MspInit), (8 bytes).
Removing adc.o(.text.HAL_ADC_MspDeInit), (50 bytes).
Removing adc.o(.ARM.exidx.text.HAL_ADC_MspDeInit), (8 bytes).
Removing tim.o(.text), (0 bytes).
Removing tim.o(.ARM.exidx.text.MX_TIM1_Init), (8 bytes).
Removing tim.o(.ARM.exidx.text.HAL_TIM_MspPostInit), (8 bytes).
Removing tim.o(.ARM.exidx.text.MX_TIM17_Init), (8 bytes).
Removing tim.o(.ARM.exidx.text.HAL_TIM_OC_MspInit), (8 bytes).
Removing tim.o(.ARM.exidx.text.HAL_TIM_Base_MspInit), (8 bytes).
Removing tim.o(.text.HAL_TIM_OC_MspDeInit), (44 bytes).
Removing tim.o(.ARM.exidx.text.HAL_TIM_OC_MspDeInit), (8 bytes).
Removing tim.o(.text.HAL_TIM_Base_MspDeInit), (44 bytes).
Removing tim.o(.ARM.exidx.text.HAL_TIM_Base_MspDeInit), (8 bytes).
Removing stm32g4xx_it.o(.text), (0 bytes).
Removing stm32g4xx_it.o(.ARM.exidx.text.NMI_Handler), (8 bytes).
Removing stm32g4xx_it.o(.ARM.exidx.text.HardFault_Handler), (8 bytes).
Removing stm32g4xx_it.o(.ARM.exidx.text.MemManage_Handler), (8 bytes).
Removing stm32g4xx_it.o(.ARM.exidx.text.BusFault_Handler), (8 bytes).
Removing stm32g4xx_it.o(.ARM.exidx.text.UsageFault_Handler), (8 bytes).
Removing stm32g4xx_it.o(.ARM.exidx.text.SVC_Handler), (8 bytes).
Removing stm32g4xx_it.o(.ARM.exidx.text.DebugMon_Handler), (8 bytes).
Removing stm32g4xx_it.o(.ARM.exidx.text.PendSV_Handler), (8 bytes).
Removing stm32g4xx_it.o(.ARM.exidx.text.SysTick_Handler), (8 bytes).
Removing stm32g4xx_hal_msp.o(.text), (0 bytes).
Removing stm32g4xx_hal_msp.o(.ARM.exidx.text.HAL_MspInit), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text), (0 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Init), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_MspInit), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_MspInit), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_IsDeepPowerDownEnabled), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_DisableDeepPowerDown), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_IsInternalRegulatorEnabled), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_EnableInternalRegulator), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_REG_IsConversionOngoing), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_IsEnabled), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetCommonClock), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_INJ_IsConversionOngoing), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_DeInit), (516 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_DeInit), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.ADC_ConversionStop), (400 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_ConversionStop), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_Disable), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Start), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_GetMultimode), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_Enable), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_REG_StartConversion), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop), (128 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Stop), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_PollForConversion), (508 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_PollForConversion), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultiDMATransfer), (16 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_GetMultiDMATransfer), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsTriggerSourceSWStart), (22 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_REG_IsTriggerSourceSWStart), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_PollForEvent), (338 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_PollForEvent), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_IT), (656 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Start_IT), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop_IT), (140 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Stop_IT), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_Start_DMA), (412 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Start_DMA), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.ADC_DMAConvCplt), (212 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_DMAConvCplt), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.ADC_DMAHalfConvCplt), (22 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_DMAHalfConvCplt), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.ADC_DMAError), (42 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.ADC_DMAError), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_Stop_DMA), (220 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_Stop_DMA), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_GetValue), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_StartSampling), (22 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_StartSampling), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_StopSampling), (22 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_StopSampling), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_IRQHandler), (1194 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_ConvCpltCallback), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_ConvCpltCallback), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsTriggerSourceSWStart), (22 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_INJ_IsTriggerSourceSWStart), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_LevelOutOfWindowCallback), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_LevelOutOfWindowCallback), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_ErrorCallback), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_ErrorCallback), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_ConvHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_ConvHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_ConfigChannel), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_REG_SetSequencerRanks), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetChannelSamplingTime), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetSamplingTimeCommonConfig), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetOffset), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetOffsetSign), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetOffsetSaturation), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_GetOffsetChannel), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetOffsetState), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetChannelSingleDiff), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_GetCommonPathInternalCh), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetCommonPathInternalCh), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_AnalogWDGConfig), (1124 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_AnalogWDGConfig), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_SetAnalogWDMonitChannels), (68 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_SetAnalogWDMonitChannels), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_ClearFlag_AWD1), (14 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_ClearFlag_AWD1), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_EnableIT_AWD1), (18 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_EnableIT_AWD1), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_DisableIT_AWD1), (18 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_DisableIT_AWD1), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_ClearFlag_AWD2), (16 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_ClearFlag_AWD2), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_EnableIT_AWD2), (18 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_EnableIT_AWD2), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_DisableIT_AWD2), (18 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_DisableIT_AWD2), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_ClearFlag_AWD3), (16 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_ClearFlag_AWD3), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_EnableIT_AWD3), (18 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_EnableIT_AWD3), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_DisableIT_AWD3), (18 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_DisableIT_AWD3), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_ConfigAnalogWDThresholds), (52 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_ConfigAnalogWDThresholds), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_GetState), (12 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_GetState), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.HAL_ADC_GetError), (12 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.HAL_ADC_GetError), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_IsDisableOngoing), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_REG_StopConversion), (28 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_REG_StopConversion), (8 bytes).
Removing stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_StopConversion), (28 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_INJ_StopConversion), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_Enable), (8 bytes).
Removing stm32g4xx_hal_adc.o(.ARM.exidx.text.LL_ADC_Disable), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text), (0 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_Calibration_Start), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_StartCalibration), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_IsCalibrationOnGoing), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_GetValue), (22 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_Calibration_GetValue), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetCalibrationFactor), (32 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_GetCalibrationFactor), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_SetValue), (166 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_Calibration_SetValue), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_REG_IsConversionOngoing), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsConversionOngoing), (16 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_INJ_IsConversionOngoing), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_IsEnabled), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetCalibrationFactor), (60 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetCalibrationFactor), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart), (416 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedStart), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetMultimode), (16 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_GetMultimode), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_GetTrigAuto), (16 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_INJ_GetTrigAuto), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_StartConversion), (28 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_INJ_StartConversion), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStop), (154 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedStop), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedPollForConversion), (460 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedPollForConversion), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_IsTriggerSourceSWStart), (22 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_INJ_IsTriggerSourceSWStart), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsTriggerSourceSWStart), (22 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_REG_IsTriggerSourceSWStart), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStart_IT), (508 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedStart_IT), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedStop_IT), (166 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedStop_IT), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStart_DMA), (346 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_MultiModeStart_DMA), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_StartConversion), (28 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_REG_StartConversion), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeStop_DMA), (434 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_MultiModeStop_DMA), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeGetValue), (22 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_MultiModeGetValue), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedGetValue), (108 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedGetValue), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConvCpltCallback), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedConvCpltCallback), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedQueueOverflowCallback), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedQueueOverflowCallback), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_LevelOutOfWindow2Callback), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_LevelOutOfWindow2Callback), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_LevelOutOfWindow3Callback), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_LevelOutOfWindow3Callback), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_EndOfSamplingCallback), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_EndOfSamplingCallback), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop), (164 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_RegularStop), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop_IT), (176 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_RegularStop_IT), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularStop_DMA), (240 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_RegularStop_DMA), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_RegularMultiModeStop_DMA), (460 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_RegularMultiModeStop_DMA), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_InjectedConfigChannel), (2494 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_InjectedConfigChannel), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetChannelSamplingTime), (54 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetChannelSamplingTime), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetSamplingTimeCommonConfig), (26 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetSamplingTimeCommonConfig), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffset), (60 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetOffset), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffsetSign), (40 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetOffsetSign), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffsetSaturation), (40 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetOffsetSaturation), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetOffsetChannel), (30 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_GetOffsetChannel), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetOffsetState), (40 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetOffsetState), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetChannelSingleDiff), (52 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetChannelSingleDiff), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_GetCommonPathInternalCh), (16 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_GetCommonPathInternalCh), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_SetCommonPathInternalCh), (26 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_SetCommonPathInternalCh), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_MultiModeConfigChannel), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_EnableInjectedQueue), (84 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_EnableInjectedQueue), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_DisableInjectedQueue), (74 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_DisableInjectedQueue), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_INJ_SetQueueMode), (32 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_INJ_SetQueueMode), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_DisableVoltageRegulator), (50 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_DisableVoltageRegulator), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_DisableInternalRegulator), (24 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_DisableInternalRegulator), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_EnterADCDeepPowerDownMode), (50 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.HAL_ADCEx_EnterADCDeepPowerDownMode), (8 bytes).
Removing stm32g4xx_hal_adc_ex.o(.text.LL_ADC_EnableDeepPowerDown), (30 bytes).
Removing stm32g4xx_hal_adc_ex.o(.ARM.exidx.text.LL_ADC_EnableDeepPowerDown), (8 bytes).
Removing stm32g4xx_ll_adc.o(.text), (0 bytes).
Removing stm32g4xx_hal.o(.text), (0 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_Init), (8 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_InitTick), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_MspInit), (2 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_MspInit), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_DeInit), (82 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_DeInit), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_MspDeInit), (2 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_MspDeInit), (8 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_IncTick), (8 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetTick), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_GetTickPrio), (12 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetTickPrio), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SetTickFreq), (96 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SetTickFreq), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_GetTickFreq), (12 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetTickFreq), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_Delay), (66 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_Delay), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SuspendTick), (18 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SuspendTick), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_ResumeTick), (18 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_ResumeTick), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_GetHalVersion), (10 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetHalVersion), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_GetREVID), (14 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetREVID), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_GetDEVID), (16 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetDEVID), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_GetUIDw0), (12 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetUIDw0), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_GetUIDw1), (12 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetUIDw1), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_GetUIDw2), (12 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_GetUIDw2), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_DBGMCU_EnableDBGSleepMode), (18 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGSleepMode), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_DBGMCU_DisableDBGSleepMode), (18 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGSleepMode), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_DBGMCU_EnableDBGStopMode), (18 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGStopMode), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_DBGMCU_DisableDBGStopMode), (18 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGStopMode), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_DBGMCU_EnableDBGStandbyMode), (18 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGStandbyMode), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_DBGMCU_DisableDBGStandbyMode), (18 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGStandbyMode), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_CCMSRAMErase), (30 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_CCMSRAMErase), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_EnableMemorySwappingBank), (16 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableMemorySwappingBank), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_DisableMemorySwappingBank), (16 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableMemorySwappingBank), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig), (26 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig), (26 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_VREFBUF_TrimmingConfig), (26 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_TrimmingConfig), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_EnableVREFBUF), (82 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableVREFBUF), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_DisableVREFBUF), (16 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableVREFBUF), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_EnableIOSwitchBooster), (16 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableIOSwitchBooster), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_DisableIOSwitchBooster), (16 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableIOSwitchBooster), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_EnableIOSwitchVDD), (16 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableIOSwitchVDD), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_DisableIOSwitchVDD), (16 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableIOSwitchVDD), (8 bytes).
Removing stm32g4xx_hal.o(.text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable), (22 bytes).
Removing stm32g4xx_hal.o(.ARM.exidx.text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text), (0 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_DeInit), (334 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_DeInit), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_OscConfig), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_ClockConfig), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.RCC_GetSysClockFreqFromPLLSource), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetSysClockFreq), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_MCOConfig), (132 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_MCOConfig), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq), (12 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetHCLKFreq), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq), (38 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetPCLK1Freq), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq), (38 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetPCLK2Freq), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetOscConfig), (372 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetOscConfig), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetClockConfig), (84 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetClockConfig), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_EnableCSS), (18 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_EnableCSS), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_EnableLSECSS), (18 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_EnableLSECSS), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_DisableLSECSS), (18 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_DisableLSECSS), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_NMI_IRQHandler), (42 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_NMI_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_rcc.o(.text.HAL_RCC_CSSCallback), (2 bytes).
Removing stm32g4xx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_CSSCallback), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text), (0 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_PeriphCLKConfig), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig), (196 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_GetPeriphCLKConfig), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq), (2408 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_GetPeriphCLKFreq), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS), (18 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSECSS), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSECSS), (34 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisableLSECSS), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS_IT), (66 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSECSS_IT), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_IRQHandler), (42 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_LSECSS_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_Callback), (2 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_LSECSS_Callback), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSCO), (230 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSCO), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSCO), (164 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisableLSCO), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSConfig), (112 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSConfig), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate), (18 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSGetSynchronizationInfo), (68 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSGetSynchronizationInfo), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSWaitSynchronization), (328 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSWaitSynchronization), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler), (272 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncOkCallback), (2 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_SyncOkCallback), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncWarnCallback), (2 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_SyncWarnCallback), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ExpectedSyncCallback), (2 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_ExpectedSyncCallback), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ErrorCallback), (8 bytes).
Removing stm32g4xx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_ErrorCallback), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text), (0 bytes).
Removing stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program), (298 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Program), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.FLASH_WaitForLastOperation), (242 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.FLASH_WaitForLastOperation), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.FLASH_Program_DoubleWord), (44 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.FLASH_Program_DoubleWord), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.FLASH_Program_Fast), (112 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.FLASH_Program_Fast), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.HAL_FLASH_Program_IT), (302 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Program_IT), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.HAL_FLASH_IRQHandler), (610 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.HAL_FLASH_OperationErrorCallback), (8 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OperationErrorCallback), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.HAL_FLASH_EndOfOperationCallback), (8 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_EndOfOperationCallback), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.HAL_FLASH_Unlock), (86 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Unlock), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.HAL_FLASH_Lock), (48 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Lock), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.HAL_FLASH_OB_Unlock), (90 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Unlock), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.HAL_FLASH_OB_Lock), (50 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Lock), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.HAL_FLASH_OB_Launch), (28 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Launch), (8 bytes).
Removing stm32g4xx_hal_flash.o(.text.HAL_FLASH_GetError), (12 bytes).
Removing stm32g4xx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_GetError), (8 bytes).
Removing stm32g4xx_hal_flash.o(.data.pFlash), (32 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text), (0 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase), (418 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_Erase), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_MassErase), (52 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_MassErase), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_PageErase), (50 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_PageErase), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_FlushCaches), (180 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_FlushCaches), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase_IT), (332 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_Erase_IT), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram), (328 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_OBProgram), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_WRPConfig), (126 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_WRPConfig), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_RDPConfig), (84 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_RDPConfig), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_UserConfig), (602 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_UserConfig), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_PCROPConfig), (172 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_PCROPConfig), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_SecMemConfig), (96 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_SecMemConfig), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_BootLockConfig), (84 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_BootLockConfig), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig), (164 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_OBGetConfig), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetWRP), (90 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetWRP), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetRDP), (50 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetRDP), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetUser), (28 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetUser), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetPCROP), (110 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetPCROP), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetBootLock), (16 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetBootLock), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.FLASH_OB_GetSecMem), (38 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetSecMem), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_EnableSecMemProtection), (26 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_EnableSecMemProtection), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_EnableDebugger), (18 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_EnableDebugger), (8 bytes).
Removing stm32g4xx_hal_flash_ex.o(.text.HAL_FLASHEx_DisableDebugger), (18 bytes).
Removing stm32g4xx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_DisableDebugger), (8 bytes).
Removing stm32g4xx_hal_flash_ramfunc.o(.text), (0 bytes).
Removing stm32g4xx_hal_flash_ramfunc.o(.text.HAL_FLASHEx_EnableRunPowerDown), (52 bytes).
Removing stm32g4xx_hal_flash_ramfunc.o(.ARM.exidx.text.HAL_FLASHEx_EnableRunPowerDown), (8 bytes).
Removing stm32g4xx_hal_flash_ramfunc.o(.text.HAL_FLASHEx_DisableRunPowerDown), (52 bytes).
Removing stm32g4xx_hal_flash_ramfunc.o(.ARM.exidx.text.HAL_FLASHEx_DisableRunPowerDown), (8 bytes).
Removing stm32g4xx_hal_gpio.o(.text), (0 bytes).
Removing stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_Init), (8 bytes).
Removing stm32g4xx_hal_gpio.o(.text.HAL_GPIO_DeInit), (472 bytes).
Removing stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_DeInit), (8 bytes).
Removing stm32g4xx_hal_gpio.o(.text.HAL_GPIO_ReadPin), (46 bytes).
Removing stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_ReadPin), (8 bytes).
Removing stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_WritePin), (8 bytes).
Removing stm32g4xx_hal_gpio.o(.text.HAL_GPIO_TogglePin), (38 bytes).
Removing stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_TogglePin), (8 bytes).
Removing stm32g4xx_hal_gpio.o(.text.HAL_GPIO_LockPin), (86 bytes).
Removing stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_LockPin), (8 bytes).
Removing stm32g4xx_hal_gpio.o(.text.HAL_GPIO_EXTI_IRQHandler), (56 bytes).
Removing stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_EXTI_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_gpio.o(.text.HAL_GPIO_EXTI_Callback), (10 bytes).
Removing stm32g4xx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_EXTI_Callback), (8 bytes).
Removing stm32g4xx_hal_exti.o(.text), (0 bytes).
Removing stm32g4xx_hal_exti.o(.text.HAL_EXTI_SetConfigLine), (414 bytes).
Removing stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_SetConfigLine), (8 bytes).
Removing stm32g4xx_hal_exti.o(.text.HAL_EXTI_GetConfigLine), (332 bytes).
Removing stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetConfigLine), (8 bytes).
Removing stm32g4xx_hal_exti.o(.text.HAL_EXTI_ClearConfigLine), (268 bytes).
Removing stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_ClearConfigLine), (8 bytes).
Removing stm32g4xx_hal_exti.o(.text.HAL_EXTI_RegisterCallback), (54 bytes).
Removing stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_RegisterCallback), (8 bytes).
Removing stm32g4xx_hal_exti.o(.text.HAL_EXTI_GetHandle), (42 bytes).
Removing stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetHandle), (8 bytes).
Removing stm32g4xx_hal_exti.o(.text.HAL_EXTI_IRQHandler), (90 bytes).
Removing stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_exti.o(.text.HAL_EXTI_GetPending), (70 bytes).
Removing stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetPending), (8 bytes).
Removing stm32g4xx_hal_exti.o(.text.HAL_EXTI_ClearPending), (56 bytes).
Removing stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_ClearPending), (8 bytes).
Removing stm32g4xx_hal_exti.o(.text.HAL_EXTI_GenerateSWI), (54 bytes).
Removing stm32g4xx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GenerateSWI), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text), (0 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_Init), (342 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Init), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.DMA_CalcDMAMUXChannelBaseAndMask), (116 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.DMA_CalcDMAMUXChannelBaseAndMask), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.DMA_CalcDMAMUXRequestGenBaseAndMask), (60 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.DMA_CalcDMAMUXRequestGenBaseAndMask), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_DeInit), (308 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_DeInit), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_Start), (154 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Start), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.DMA_SetConfig), (110 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.DMA_SetConfig), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_Start_IT), (252 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Start_IT), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort), (156 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Abort), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_Abort_IT), (194 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Abort_IT), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_PollForTransfer), (456 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_PollForTransfer), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_IRQHandler), (342 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_RegisterCallback), (164 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_RegisterCallback), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_UnRegisterCallback), (184 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_UnRegisterCallback), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_GetState), (14 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_GetState), (8 bytes).
Removing stm32g4xx_hal_dma.o(.text.HAL_DMA_GetError), (12 bytes).
Removing stm32g4xx_hal_dma.o(.ARM.exidx.text.HAL_DMA_GetError), (8 bytes).
Removing stm32g4xx_hal_dma_ex.o(.text), (0 bytes).
Removing stm32g4xx_hal_dma_ex.o(.text.HAL_DMAEx_ConfigMuxSync), (142 bytes).
Removing stm32g4xx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_ConfigMuxSync), (8 bytes).
Removing stm32g4xx_hal_dma_ex.o(.text.HAL_DMAEx_ConfigMuxRequestGenerator), (170 bytes).
Removing stm32g4xx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_ConfigMuxRequestGenerator), (8 bytes).
Removing stm32g4xx_hal_dma_ex.o(.text.HAL_DMAEx_EnableMuxRequestGenerator), (58 bytes).
Removing stm32g4xx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_EnableMuxRequestGenerator), (8 bytes).
Removing stm32g4xx_hal_dma_ex.o(.text.HAL_DMAEx_DisableMuxRequestGenerator), (58 bytes).
Removing stm32g4xx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_DisableMuxRequestGenerator), (8 bytes).
Removing stm32g4xx_hal_dma_ex.o(.text.HAL_DMAEx_MUX_IRQHandler), (148 bytes).
Removing stm32g4xx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_MUX_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text), (0 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_DeInit), (26 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DeInit), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess), (18 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableBkUpAccess), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisableBkUpAccess), (18 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableBkUpAccess), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_ConfigPVD), (212 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_ConfigPVD), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnablePVD), (18 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnablePVD), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisablePVD), (18 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisablePVD), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnableWakeUpPin), (56 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableWakeUpPin), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisableWakeUpPin), (32 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableWakeUpPin), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnterSLEEPMode), (116 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSLEEPMode), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnterSTOPMode), (44 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSTOPMode), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnterSTANDBYMode), (38 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSTANDBYMode), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnableSleepOnExit), (18 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableSleepOnExit), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisableSleepOnExit), (18 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableSleepOnExit), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_EnableSEVOnPend), (18 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableSEVOnPend), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_DisableSEVOnPend), (18 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableSEVOnPend), (8 bytes).
Removing stm32g4xx_hal_pwr.o(.text.HAL_PWR_PVDCallback), (2 bytes).
Removing stm32g4xx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_PVDCallback), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text), (0 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_GetVoltageRange), (70 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_GetVoltageRange), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ControlVoltageScaling), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableBatteryCharging), (36 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableBatteryCharging), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableBatteryCharging), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableBatteryCharging), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableInternalWakeUpLine), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableInternalWakeUpLine), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableInternalWakeUpLine), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableInternalWakeUpLine), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableGPIOPullUp), (328 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableGPIOPullUp), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableGPIOPullUp), (204 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableGPIOPullUp), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableGPIOPullDown), (330 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableGPIOPullDown), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableGPIOPullDown), (198 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableGPIOPullDown), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePullUpPullDownConfig), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePullUpPullDownConfig), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePullUpPullDownConfig), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePullUpPullDownConfig), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableSRAM2ContentRetention), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableSRAM2ContentRetention), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableSRAM2ContentRetention), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableSRAM2ContentRetention), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM1), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM1), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM1), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM1), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM2), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM2), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM2), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM2), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM3), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM3), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM3), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM3), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM4), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM4), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM4), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM4), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM), (794 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ConfigPVM), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableLowPowerRunMode), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableLowPowerRunMode), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableLowPowerRunMode), (142 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableLowPowerRunMode), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP0Mode), (80 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSTOP0Mode), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP1Mode), (82 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSTOP1Mode), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSHUTDOWNMode), (38 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSHUTDOWNMode), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler), (186 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVD_PVM_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM1Callback), (2 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM1Callback), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM2Callback), (2 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM2Callback), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM3Callback), (2 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM3Callback), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_PVM4Callback), (2 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM4Callback), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableUCPDStandbyMode), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableUCPDStandbyMode), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableUCPDStandbyMode), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableUCPDStandbyMode), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_EnableUCPDDeadBattery), (18 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableUCPDDeadBattery), (8 bytes).
Removing stm32g4xx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableUCPDDeadBattery), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text), (0 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPriorityGrouping), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPriorityGrouping), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPriority), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPriorityGrouping), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPriority), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.NVIC_EncodePriority), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ), (20 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_EnableIRQ), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.__NVIC_EnableIRQ), (48 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_EnableIRQ), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ), (20 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_DisableIRQ), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.__NVIC_DisableIRQ), (56 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_DisableIRQ), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SystemReset), (4 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SystemReset), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.__NVIC_SystemReset), (38 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_SystemReset), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_Config), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.SysTick_Config), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetPriorityGrouping), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPriorityGrouping), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetPriority), (36 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPriority), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.NVIC_DecodePriority), (118 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.NVIC_DecodePriority), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.__NVIC_GetPriority), (66 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPriority), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPendingIRQ), (20 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPendingIRQ), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.__NVIC_SetPendingIRQ), (48 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPendingIRQ), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetPendingIRQ), (20 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPendingIRQ), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.__NVIC_GetPendingIRQ), (64 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPendingIRQ), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_NVIC_ClearPendingIRQ), (20 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_ClearPendingIRQ), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.__NVIC_ClearPendingIRQ), (48 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_ClearPendingIRQ), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_NVIC_GetActive), (20 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetActive), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.__NVIC_GetActive), (64 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetActive), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_CLKSourceConfig), (52 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_CLKSourceConfig), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_Callback), (2 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_Callback), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_MPU_Enable), (32 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_Enable), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_MPU_Disable), (18 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_Disable), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_MPU_EnableRegion), (36 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_EnableRegion), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_MPU_DisableRegion), (36 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_DisableRegion), (8 bytes).
Removing stm32g4xx_hal_cortex.o(.text.HAL_MPU_ConfigRegion), (128 bytes).
Removing stm32g4xx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_ConfigRegion), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text), (0 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Init), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_Base_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_DeInit), (178 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_DeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Start), (214 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Start), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Stop), (70 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Stop), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Start_IT), (226 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Start_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Stop_IT), (82 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Stop_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Start_DMA), (354 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Start_DMA), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedCplt), (42 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMAPeriodElapsedCplt), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_DMAPeriodElapsedHalfCplt), (22 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMAPeriodElapsedHalfCplt), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_DMAError), (154 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMAError), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Stop_DMA), (92 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_Stop_DMA), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Init), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_DeInit), (178 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_DeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Start), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_CCxChannelCmd), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Stop), (382 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Stop), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start_IT), (720 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Start_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Stop_IT), (496 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Stop_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start_DMA), (1182 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Start_DMA), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseCplt), (188 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMADelayPulseCplt), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_DMADelayPulseHalfCplt), (116 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMADelayPulseHalfCplt), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Stop_DMA), (528 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_Stop_DMA), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Init), (168 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Init), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_DeInit), (178 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_DeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start), (606 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Start), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Stop), (382 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Stop), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start_IT), (720 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Start_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Stop_IT), (496 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Stop_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Start_DMA), (1182 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Start_DMA), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_Stop_DMA), (528 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_Stop_DMA), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Init), (168 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Init), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_DeInit), (178 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_DeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start), (646 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Start), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Stop), (286 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Stop), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start_IT), (758 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Start_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Stop_IT), (400 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Stop_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Start_DMA), (1098 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Start_DMA), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_DMACaptureCplt), (212 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMACaptureCplt), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_DMACaptureHalfCplt), (116 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMACaptureHalfCplt), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_Stop_DMA), (430 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_Stop_DMA), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Init), (144 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_Init), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_DeInit), (128 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_DeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Start), (298 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_Start), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Stop), (292 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_Stop), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Start_IT), (322 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_Start_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_Stop_IT), (316 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_Stop_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Init), (308 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Init), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_DeInit), (128 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_DeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start), (334 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Start), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Stop), (390 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Stop), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start_IT), (382 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Start_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Stop_IT), (438 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Stop_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Start_DMA), (896 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Start_DMA), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_Stop_DMA), (470 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_Stop_DMA), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IRQHandler), (768 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IRQHandler), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_CaptureCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_CaptureCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_DelayElapsedCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_DelayElapsedCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_PulseFinishedCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_PulseFinishedCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PeriodElapsedCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PeriodElapsedCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_TriggerCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_TriggerCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_ConfigChannel), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC1_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC2_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC3_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC4_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC5_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_OC6_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_ConfigChannel), (304 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_ConfigChannel), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_TI1_SetConfig), (240 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI1_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_TI2_SetConfig), (108 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI2_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_TI3_SetConfig), (106 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI3_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_TI4_SetConfig), (108 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI4_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_ConfigChannel), (432 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_ConfigChannel), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_ConfigChannel), (418 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_ConfigChannel), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_WriteStart), (62 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_WriteStart), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiWriteStart), (754 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_MultiWriteStart), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_DMATriggerCplt), (42 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMATriggerCplt), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_DMATriggerHalfCplt), (22 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_DMATriggerHalfCplt), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_WriteStop), (202 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_WriteStop), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_ReadStart), (62 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_ReadStart), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_MultiReadStart), (754 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_MultiReadStart), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurst_ReadStop), (202 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurst_ReadStop), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_GenerateEvent), (92 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_GenerateEvent), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_ConfigOCrefClear), (968 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_ConfigOCrefClear), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_ETR_SetConfig), (52 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_ETR_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_ConfigClockSource), (468 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_ConfigClockSource), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_TI1_ConfigInputStage), (80 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI1_ConfigInputStage), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_ITRx_SetConfig), (48 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_ITRx_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_TI2_ConfigInputStage), (82 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_TI2_ConfigInputStage), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_ConfigTI1Input), (44 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_ConfigTI1Input), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_SlaveConfigSynchro), (150 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_SlaveConfigSynchro), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.TIM_SlaveTimer_SetConfig), (390 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.TIM_SlaveTimer_SetConfig), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_SlaveConfigSynchro_IT), (150 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_SlaveConfigSynchro_IT), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_ReadCapturedValue), (86 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_ReadCapturedValue), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PeriodElapsedHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PeriodElapsedHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_CaptureHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_CaptureHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_PulseFinishedHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_PulseFinishedHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_TriggerHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_TriggerHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_ErrorCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_ErrorCallback), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_GetState), (14 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Base_GetState), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_GetState), (14 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OC_GetState), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_PWM_GetState), (14 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_PWM_GetState), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_IC_GetState), (14 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_IC_GetState), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_OnePulse_GetState), (14 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_OnePulse_GetState), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_Encoder_GetState), (14 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_Encoder_GetState), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_GetActiveChannel), (12 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_GetActiveChannel), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_GetChannelState), (142 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_GetChannelState), (8 bytes).
Removing stm32g4xx_hal_tim.o(.text.HAL_TIM_DMABurstState), (14 bytes).
Removing stm32g4xx_hal_tim.o(.ARM.exidx.text.HAL_TIM_DMABurstState), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text), (0 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Init), (298 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Init), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_MspInit), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_DeInit), (128 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_DeInit), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_MspDeInit), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start), (314 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Start), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Stop), (102 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Stop), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start_IT), (326 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Start_IT), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Stop_IT), (114 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Stop_IT), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Start_DMA), (408 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Start_DMA), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_Stop_DMA), (110 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_Stop_DMA), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Start), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.TIM_CCxNChannelCmd), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Stop), (208 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Stop), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start_IT), (506 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Start_IT), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Stop_IT), (356 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Stop_IT), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start_DMA), (908 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Start_DMA), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.TIM_DMADelayPulseNCplt), (188 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.TIM_DMADelayPulseNCplt), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.TIM_DMAErrorCCxN), (146 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.TIM_DMAErrorCCxN), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Stop_DMA), (352 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OCN_Stop_DMA), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start), (382 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Start), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Stop), (208 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Stop), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start_IT), (506 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Start_IT), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Stop_IT), (356 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Stop_IT), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Start_DMA), (908 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Start_DMA), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_PWMN_Stop_DMA), (352 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_PWMN_Stop_DMA), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Start), (186 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OnePulseN_Start), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Stop), (182 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OnePulseN_Stop), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Start_IT), (210 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OnePulseN_Start_IT), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OnePulseN_Stop_IT), (206 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OnePulseN_Stop_IT), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigCommutEvent), (258 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigCommutEvent), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigCommutEvent_IT), (258 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigCommutEvent_IT), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigCommutEvent_DMA), (300 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigCommutEvent_DMA), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationCplt), (30 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.TIMEx_DMACommutationCplt), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.TIMEx_DMACommutationHalfCplt), (30 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.TIMEx_DMACommutationHalfCplt), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_MasterConfigSynchronization), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigBreakDeadTime), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigBreakInput), (392 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigBreakInput), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_RemapConfig), (88 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_RemapConfig), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_TISelection), (266 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_TISelection), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_GroupChannel5), (108 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_GroupChannel5), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisarmBreakInput), (142 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisarmBreakInput), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ReArmBreakInput), (218 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ReArmBreakInput), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DitheringEnable), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DitheringEnable), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DitheringDisable), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DitheringDisable), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OC_ConfigPulseOnCompare), (130 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_OC_ConfigPulseOnCompare), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigSlaveModePreload), (32 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigSlaveModePreload), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EnableSlaveModePreload), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EnableSlaveModePreload), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisableSlaveModePreload), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisableSlaveModePreload), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EnableDeadTimePreload), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EnableDeadTimePreload), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisableDeadTimePreload), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisableDeadTimePreload), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigDeadTime), (32 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigDeadTime), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigAsymmetricalDeadTime), (32 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigAsymmetricalDeadTime), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EnableAsymmetricalDeadTime), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EnableAsymmetricalDeadTime), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisableAsymmetricalDeadTime), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisableAsymmetricalDeadTime), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigEncoderIndex), (132 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_ConfigEncoderIndex), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EnableEncoderIndex), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EnableEncoderIndex), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisableEncoderIndex), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisableEncoderIndex), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EnableEncoderFirstIndex), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EnableEncoderFirstIndex), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DisableEncoderFirstIndex), (22 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DisableEncoderFirstIndex), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_CommutCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_CommutCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_CommutHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_CommutHalfCpltCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_BreakCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_BreakCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_Break2Callback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_Break2Callback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_EncoderIndexCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_EncoderIndexCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_DirectionChangeCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_DirectionChangeCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_IndexErrorCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_IndexErrorCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_TransitionErrorCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_TransitionErrorCallback), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_HallSensor_GetState), (14 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_HallSensor_GetState), (8 bytes).
Removing stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_GetChannelNState), (94 bytes).
Removing stm32g4xx_hal_tim_ex.o(.ARM.exidx.text.HAL_TIMEx_GetChannelNState), (8 bytes).
Removing system_stm32g4xx.o(.text), (0 bytes).
Removing system_stm32g4xx.o(.ARM.exidx.text.SystemInit), (8 bytes).
Removing system_stm32g4xx.o(.text.SystemCoreClockUpdate), (256 bytes).
Removing system_stm32g4xx.o(.ARM.exidx.text.SystemCoreClockUpdate), (8 bytes).
Removing system_stm32g4xx.o(.rodata.APBPrescTable), (8 bytes).
Removing segger_rtt.o(.text), (0 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_ReadUpBufferNoLock), (314 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_ReadUpBufferNoLock), (8 bytes).
Removing segger_rtt.o(.text._DoInit), (166 bytes).
Removing segger_rtt.o(.ARM.exidx.text._DoInit), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_ReadNoLock), (314 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_ReadNoLock), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_ReadUpBuffer), (48 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_ReadUpBuffer), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_Read), (48 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_Read), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_WriteWithOverwriteNoLock), (290 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WriteWithOverwriteNoLock), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_WriteDownBufferNoLock), (176 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WriteDownBufferNoLock), (8 bytes).
Removing segger_rtt.o(.text._GetAvailWriteSpace), (62 bytes).
Removing segger_rtt.o(.ARM.exidx.text._GetAvailWriteSpace), (8 bytes).
Removing segger_rtt.o(.text._WriteNoCheck), (140 bytes).
Removing segger_rtt.o(.ARM.exidx.text._WriteNoCheck), (8 bytes).
Removing segger_rtt.o(.text._WriteBlocking), (228 bytes).
Removing segger_rtt.o(.ARM.exidx.text._WriteBlocking), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_WriteNoLock), (176 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WriteNoLock), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_WriteDownBuffer), (78 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WriteDownBuffer), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_Write), (78 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_Write), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_WriteString), (30 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WriteString), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_PutCharSkipNoLock), (114 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_PutCharSkipNoLock), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_PutCharSkip), (166 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_PutCharSkip), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_PutChar), (194 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_PutChar), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_GetKey), (48 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_GetKey), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_WaitKey), (28 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_WaitKey), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_HasKey), (82 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_HasKey), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_HasData), (44 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_HasData), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_HasDataUp), (44 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_HasDataUp), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_AllocDownBuffer), (244 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_AllocDownBuffer), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_AllocUpBuffer), (244 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_AllocUpBuffer), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_ConfigUpBuffer), (162 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_ConfigUpBuffer), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_ConfigDownBuffer), (166 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_ConfigDownBuffer), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_SetNameUpBuffer), (118 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_SetNameUpBuffer), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_SetNameDownBuffer), (118 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_SetNameDownBuffer), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_SetFlagsUpBuffer), (118 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_SetFlagsUpBuffer), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_SetFlagsDownBuffer), (118 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_SetFlagsDownBuffer), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_Init), (8 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_Init), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_SetTerminal), (220 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_SetTerminal), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_TerminalOut), (348 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_TerminalOut), (8 bytes).
Removing segger_rtt.o(.text._PostTerminalSwitch), (50 bytes).
Removing segger_rtt.o(.ARM.exidx.text._PostTerminalSwitch), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_GetAvailWriteSpace), (38 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_GetAvailWriteSpace), (8 bytes).
Removing segger_rtt.o(.text.SEGGER_RTT_GetBytesInBuffer), (98 bytes).
Removing segger_rtt.o(.ARM.exidx.text.SEGGER_RTT_GetBytesInBuffer), (8 bytes).
Removing segger_rtt.o(.bss._SEGGER_RTT), (168 bytes).
Removing segger_rtt.o(.rodata._aTerminalId), (16 bytes).
Removing segger_rtt.o(.bss._ActiveTerminal), (1 bytes).
Removing segger_rtt.o(.rodata._DoInit._aInitStr), (17 bytes).
Removing segger_rtt.o(.rodata.str1.1), (9 bytes).
Removing segger_rtt.o(.bss._acUpBuffer), (4096 bytes).
Removing segger_rtt.o(.bss._acDownBuffer), (16 bytes).
Removing segger_rtt_printf.o(.text), (0 bytes).
Removing segger_rtt_printf.o(.text.SEGGER_RTT_vprintf), (848 bytes).
Removing segger_rtt_printf.o(.ARM.exidx.text.SEGGER_RTT_vprintf), (8 bytes).
Removing segger_rtt_printf.o(.text._StoreChar), (118 bytes).
Removing segger_rtt_printf.o(.ARM.exidx.text._StoreChar), (8 bytes).
Removing segger_rtt_printf.o(.text._PrintInt), (460 bytes).
Removing segger_rtt_printf.o(.ARM.exidx.text._PrintInt), (8 bytes).
Removing segger_rtt_printf.o(.text._PrintUnsigned), (428 bytes).
Removing segger_rtt_printf.o(.ARM.exidx.text._PrintUnsigned), (8 bytes).
Removing segger_rtt_printf.o(.text.SEGGER_RTT_printf), (42 bytes).
Removing segger_rtt_printf.o(.ARM.exidx.text.SEGGER_RTT_printf), (8 bytes).
Removing segger_rtt_printf.o(.rodata.str1.1), (7 bytes).
Removing segger_rtt_printf.o(.rodata._PrintUnsigned._aV2C), (16 bytes).
Removing filters.o(.text), (0 bytes).
Removing filters.o(.text.FilterMedian_Init), (160 bytes).
Removing filters.o(.ARM.exidx.text.FilterMedian_Init), (8 bytes).
Removing filters.o(.text.FilterMedian_Process), (178 bytes).
Removing filters.o(.ARM.exidx.text.FilterMedian_Process), (8 bytes).
Removing filters.o(.text.Filter_float_compare), (84 bytes).
Removing filters.o(.ARM.exidx.text.Filter_float_compare), (8 bytes).
Removing filters.o(.text.FilterExp_Init), (88 bytes).
Removing filters.o(.ARM.exidx.text.FilterExp_Init), (8 bytes).
Removing filters.o(.text.FilterExp_Process), (114 bytes).
Removing filters.o(.ARM.exidx.text.FilterExp_Process), (8 bytes).
Removing filters.o(.text.FilterAverage_Init), (126 bytes).
Removing filters.o(.ARM.exidx.text.FilterAverage_Init), (8 bytes).
Removing filters.o(.text.FilterAverage_Process), (146 bytes).
Removing filters.o(.ARM.exidx.text.FilterAverage_Process), (8 bytes).
Removing filters.o(.text.FilterPoly_Init), (130 bytes).
Removing filters.o(.ARM.exidx.text.FilterPoly_Init), (8 bytes).
Removing filters.o(.text.FilterPoly_Process), (154 bytes).
Removing filters.o(.ARM.exidx.text.FilterPoly_Process), (8 bytes).
Removing filters.o(.text.FilterLUT_Init), (138 bytes).
Removing filters.o(.ARM.exidx.text.FilterLUT_Init), (8 bytes).
Removing filters.o(.text.FilterLUT_Process), (412 bytes).
Removing filters.o(.ARM.exidx.text.FilterLUT_Process), (8 bytes).
Removing filters.o(.text.FilterRMS_Init), (148 bytes).
Removing filters.o(.ARM.exidx.text.FilterRMS_Init), (8 bytes).
Removing filters.o(.text.FilterRMS_Process), (296 bytes).
Removing filters.o(.ARM.exidx.text.FilterRMS_Process), (8 bytes).
Removing filters.o(.text._sqrtf), (30 bytes).
Removing filters.o(.ARM.exidx.text._sqrtf), (8 bytes).
Removing filters.o(.ARM.exidx.text.FilterMedianInt_Init), (8 bytes).
Removing filters.o(.ARM.exidx.text.FilterMedianInt_Process), (8 bytes).
Removing filters.o(.text.FilterExpInt_Init), (94 bytes).
Removing filters.o(.ARM.exidx.text.FilterExpInt_Init), (8 bytes).
Removing filters.o(.text.FilterExpInt_Process), (118 bytes).
Removing filters.o(.ARM.exidx.text.FilterExpInt_Process), (8 bytes).
Removing filters.o(.ARM.exidx.text.FilterAverageInt_Init), (8 bytes).
Removing filters.o(.ARM.exidx.text.FilterAverageInt_Process), (8 bytes).
Removing filters.o(.text.FilterPolyInt_Init), (138 bytes).
Removing filters.o(.ARM.exidx.text.FilterPolyInt_Init), (8 bytes).
Removing filters.o(.text.FilterPolyInt_Process), (202 bytes).
Removing filters.o(.ARM.exidx.text.FilterPolyInt_Process), (8 bytes).
Removing filters.o(.text.FilterLUTInt_Init), (138 bytes).
Removing filters.o(.ARM.exidx.text.FilterLUTInt_Init), (8 bytes).
Removing filters.o(.text.FilterLUTInt_Process), (428 bytes).
Removing filters.o(.ARM.exidx.text.FilterLUTInt_Process), (8 bytes).
Removing filters.o(.text.FilterRMSInt_Init), (152 bytes).
Removing filters.o(.ARM.exidx.text.FilterRMSInt_Init), (8 bytes).
Removing filters.o(.text.FilterRMSInt_Process), (348 bytes).
Removing filters.o(.ARM.exidx.text.FilterRMSInt_Process), (8 bytes).
Removing filters.o(.text.FilterBandPassDerivative_Init), (464 bytes).
Removing filters.o(.ARM.exidx.text.FilterBandPassDerivative_Init), (8 bytes).
Removing filters.o(.text.FilterBandPassDerivative_Process), (174 bytes).
Removing filters.o(.ARM.exidx.text.FilterBandPassDerivative_Process), (8 bytes).
Removing uksi_main.o(.text), (0 bytes).
Removing uksi_main.o(.ARM.exidx.text.UKSI_Init), (8 bytes).
Removing uksi_main.o(.ARM.exidx.text.UKSI_prewhile), (8 bytes).
Removing uksi_main.o(.ARM.exidx.text.UKSI_while), (8 bytes).
Removing uksi_calc_res.o(.text), (0 bytes).
Removing uksi_calc_res.o(.ARM.exidx.text.ADC_ConfigCoef), (8 bytes).
Removing uksi_calc_res.o(.ARM.exidx.text.ADC_ConfigFilter), (8 bytes).
Removing uksi_calc_res.o(.ARM.exidx.text.ADC_Calc), (8 bytes).
Removing uksi_calc_res.o(.ARM.exidx.text.UKSI_Calc_Init), (8 bytes).
Removing uksi_calc_res.o(.ARM.exidx.text.UKSI_Calc_Isolation), (8 bytes).
Removing uksi_dc_control.o(.text), (0 bytes).
Removing uksi_dc_control.o(.ARM.exidx.text.DC_Init), (8 bytes).
Removing uksi_dc_control.o(.ARM.exidx.text.DC_Enable), (8 bytes).
Removing foster_student.o(.text), (0 bytes).
Removing foster_student.o(.ARM.exidx.text.foster_init), (8 bytes).
Removing foster_student.o(.ARM.exidx.text.foster_set_mse), (8 bytes).
Removing foster_student.o(.ARM.exidx.text.foster_add_sample), (8 bytes).
Removing foster_student.o(.ARM.exidx.text.foster_is_ready), (8 bytes).
Removing foster_student.o(.ARM.exidx.text.foster_check), (8 bytes).
1246 unused section(s) (total 93274 bytes) removed from the image.
==============================================================================
Image Symbol Table
Local Symbols
Symbol Name Value Ov Type Size Object(Section)
../clib/angel/boardlib.s 0x00000000 Number 0 boardinit1.o ABSOLUTE
../clib/angel/boardlib.s 0x00000000 Number 0 boardinit2.o ABSOLUTE
../clib/angel/boardlib.s 0x00000000 Number 0 boardinit3.o ABSOLUTE
../clib/angel/boardlib.s 0x00000000 Number 0 boardshut.o ABSOLUTE
../clib/angel/handlers.s 0x00000000 Number 0 __scatter_copy.o ABSOLUTE
../clib/angel/handlers.s 0x00000000 Number 0 __scatter_zi.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 __rtentry.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 __rtentry2.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 __rtentry4.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 rtexit.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 rtexit2.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 aeabi_ldiv0.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 aeabi_ldiv0_sigfpe.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 rt_div0.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 rt_errno_addr.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 rt_errno_addr_intlibspace.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 rt_raise.o ABSOLUTE
../clib/angel/scatter.s 0x00000000 Number 0 __scatter.o ABSOLUTE
../clib/angel/startup.s 0x00000000 Number 0 __main.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 libspace.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 sys_stackheap_outer.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 use_no_semi.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 indicate_semi.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_exit.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_exit_hlt.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_wrch.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_wrch_hlt.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_command.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_command_hlt.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 argv_veneer.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 argv_veneer.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 _get_argv_nomalloc.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 no_argv.o ABSOLUTE
../clib/fenv.c 0x00000000 Number 0 _rserrno.o ABSOLUTE
../clib/heapalloc.c 0x00000000 Number 0 hrguard.o ABSOLUTE
../clib/heapaux.c 0x00000000 Number 0 heapauxi.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libinit.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libinit2.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libshutdown.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libshutdown2.o ABSOLUTE
../clib/longlong.s 0x00000000 Number 0 llsdiv.o ABSOLUTE
../clib/longlong.s 0x00000000 Number 0 lludivv7m.o ABSOLUTE
../clib/memcpset.s 0x00000000 Number 0 rt_memcpy_v6.o ABSOLUTE
../clib/memcpset.s 0x00000000 Number 0 rt_memcpy_w.o ABSOLUTE
../clib/memcpset.s 0x00000000 Number 0 rt_memclr_w.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_fpe_outer.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_fpe_formal.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_exit.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_fpe_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 __raise.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_general.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_abrt_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtred_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtmem_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtmem_outer.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtmem_formal.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_stak_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_pvfn_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_cppl_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_segv_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_other.o ABSOLUTE
../clib/signal.s 0x00000000 Number 0 defsig.o ABSOLUTE
../clib/stdlib.c 0x00000000 Number 0 qsortnoex.o ABSOLUTE
../clib/stdlib.c 0x00000000 Number 0 exit.o ABSOLUTE
../clib/string.c 0x00000000 Number 0 strlen.o ABSOLUTE
../fplib/d2f.s 0x00000000 Number 0 d2f.o ABSOLUTE
../fplib/dfix.s 0x00000000 Number 0 dfix.o ABSOLUTE
../fplib/dfltll.s 0x00000000 Number 0 dfltll_clz.o ABSOLUTE
../fplib/dmul.s 0x00000000 Number 0 dmul.o ABSOLUTE
../fplib/dnaninf.s 0x00000000 Number 0 dnaninf.o ABSOLUTE
../fplib/dretinf.s 0x00000000 Number 0 dretinf.o ABSOLUTE
../fplib/dsqrt.s 0x00000000 Number 0 dsqrt_umaal.o ABSOLUTE
../fplib/f2d.s 0x00000000 Number 0 f2d.o ABSOLUTE
../fplib/fnaninf.s 0x00000000 Number 0 fnaninf.o ABSOLUTE
../fplib/fpinit.s 0x00000000 Number 0 fpinit.o ABSOLUTE
../fplib/fretinf.s 0x00000000 Number 0 fretinf.o ABSOLUTE
../fplib/usenofp.s 0x00000000 Number 0 usenofp.o ABSOLUTE
../mathlib/cosf.c 0x00000000 Number 0 cosf.o ABSOLUTE
../mathlib/fpclassifyf.c 0x00000000 Number 0 fpclassifyf.o ABSOLUTE
../mathlib/funder.c 0x00000000 Number 0 funder.o ABSOLUTE
../mathlib/rredf.c 0x00000000 Number 0 rredf.o ABSOLUTE
../mathlib/sinf.c 0x00000000 Number 0 sinf.o ABSOLUTE
../mathlib/sqrt.c 0x00000000 Number 0 sqrt.o ABSOLUTE
SEGGER_RTT.c 0x00000000 Number 0 segger_rtt.o ABSOLUTE
SEGGER_RTT_printf.c 0x00000000 Number 0 segger_rtt_printf.o ABSOLUTE
adc.c 0x00000000 Number 0 adc.o ABSOLUTE
dc.s 0x00000000 Number 0 dc.o ABSOLUTE
filters.c 0x00000000 Number 0 filters.o ABSOLUTE
foster_student.c 0x00000000 Number 0 foster_student.o ABSOLUTE
gpio.c 0x00000000 Number 0 gpio.o ABSOLUTE
main.c 0x00000000 Number 0 main.o ABSOLUTE
startup_stm32g431xx.s 0x00000000 Number 0 startup_stm32g431xx.o ABSOLUTE
stm32g4xx_hal.c 0x00000000 Number 0 stm32g4xx_hal.o ABSOLUTE
stm32g4xx_hal_adc.c 0x00000000 Number 0 stm32g4xx_hal_adc.o ABSOLUTE
stm32g4xx_hal_adc_ex.c 0x00000000 Number 0 stm32g4xx_hal_adc_ex.o ABSOLUTE
stm32g4xx_hal_cortex.c 0x00000000 Number 0 stm32g4xx_hal_cortex.o ABSOLUTE
stm32g4xx_hal_dma.c 0x00000000 Number 0 stm32g4xx_hal_dma.o ABSOLUTE
stm32g4xx_hal_dma_ex.c 0x00000000 Number 0 stm32g4xx_hal_dma_ex.o ABSOLUTE
stm32g4xx_hal_exti.c 0x00000000 Number 0 stm32g4xx_hal_exti.o ABSOLUTE
stm32g4xx_hal_flash.c 0x00000000 Number 0 stm32g4xx_hal_flash.o ABSOLUTE
stm32g4xx_hal_flash_ex.c 0x00000000 Number 0 stm32g4xx_hal_flash_ex.o ABSOLUTE
stm32g4xx_hal_flash_ramfunc.c 0x00000000 Number 0 stm32g4xx_hal_flash_ramfunc.o ABSOLUTE
stm32g4xx_hal_gpio.c 0x00000000 Number 0 stm32g4xx_hal_gpio.o ABSOLUTE
stm32g4xx_hal_msp.c 0x00000000 Number 0 stm32g4xx_hal_msp.o ABSOLUTE
stm32g4xx_hal_pwr.c 0x00000000 Number 0 stm32g4xx_hal_pwr.o ABSOLUTE
stm32g4xx_hal_pwr_ex.c 0x00000000 Number 0 stm32g4xx_hal_pwr_ex.o ABSOLUTE
stm32g4xx_hal_rcc.c 0x00000000 Number 0 stm32g4xx_hal_rcc.o ABSOLUTE
stm32g4xx_hal_rcc_ex.c 0x00000000 Number 0 stm32g4xx_hal_rcc_ex.o ABSOLUTE
stm32g4xx_hal_tim.c 0x00000000 Number 0 stm32g4xx_hal_tim.o ABSOLUTE
stm32g4xx_hal_tim_ex.c 0x00000000 Number 0 stm32g4xx_hal_tim_ex.o ABSOLUTE
stm32g4xx_it.c 0x00000000 Number 0 stm32g4xx_it.o ABSOLUTE
stm32g4xx_ll_adc.c 0x00000000 Number 0 stm32g4xx_ll_adc.o ABSOLUTE
system_stm32g4xx.c 0x00000000 Number 0 system_stm32g4xx.o ABSOLUTE
tim.c 0x00000000 Number 0 tim.o ABSOLUTE
uksi_calc_res.c 0x00000000 Number 0 uksi_calc_res.o ABSOLUTE
uksi_dc_control.c 0x00000000 Number 0 uksi_dc_control.o ABSOLUTE
uksi_main.c 0x00000000 Number 0 uksi_main.o ABSOLUTE
RESET 0x08000000 Section 472 startup_stm32g431xx.o(RESET)
!!!main 0x080001d8 Section 8 __main.o(!!!main)
!!!scatter 0x080001e0 Section 52 __scatter.o(!!!scatter)
!!handler_copy 0x08000214 Section 26 __scatter_copy.o(!!handler_copy)
!!handler_zi 0x08000230 Section 28 __scatter_zi.o(!!handler_zi)
.ARM.Collect$$libinit$$00000000 0x0800024c Section 2 libinit.o(.ARM.Collect$$libinit$$00000000)
.ARM.Collect$$libinit$$00000001 0x0800024e Section 4 libinit2.o(.ARM.Collect$$libinit$$00000001)
.ARM.Collect$$libinit$$00000004 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000004)
.ARM.Collect$$libinit$$00000006 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000006)
.ARM.Collect$$libinit$$0000000C 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000C)
.ARM.Collect$$libinit$$0000000E 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000E)
.ARM.Collect$$libinit$$00000010 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000010)
.ARM.Collect$$libinit$$00000013 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000013)
.ARM.Collect$$libinit$$00000015 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000015)
.ARM.Collect$$libinit$$00000017 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000017)
.ARM.Collect$$libinit$$00000019 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000019)
.ARM.Collect$$libinit$$0000001B 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001B)
.ARM.Collect$$libinit$$0000001D 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001D)
.ARM.Collect$$libinit$$0000001F 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001F)
.ARM.Collect$$libinit$$00000021 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000021)
.ARM.Collect$$libinit$$00000023 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000023)
.ARM.Collect$$libinit$$00000025 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000025)
.ARM.Collect$$libinit$$00000027 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000027)
.ARM.Collect$$libinit$$0000002E 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002E)
.ARM.Collect$$libinit$$00000030 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000030)
.ARM.Collect$$libinit$$00000032 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000032)
.ARM.Collect$$libinit$$00000034 0x08000252 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000034)
.ARM.Collect$$libinit$$00000035 0x08000252 Section 2 libinit2.o(.ARM.Collect$$libinit$$00000035)
.ARM.Collect$$libshutdown$$00000000 0x08000254 Section 2 libshutdown.o(.ARM.Collect$$libshutdown$$00000000)
.ARM.Collect$$libshutdown$$00000002 0x08000256 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002)
.ARM.Collect$$libshutdown$$00000004 0x08000256 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004)
.ARM.Collect$$libshutdown$$00000007 0x08000256 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007)
.ARM.Collect$$libshutdown$$0000000A 0x08000256 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A)
.ARM.Collect$$libshutdown$$0000000C 0x08000256 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C)
.ARM.Collect$$libshutdown$$0000000F 0x08000256 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F)
.ARM.Collect$$libshutdown$$00000010 0x08000256 Section 2 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010)
.ARM.Collect$$rtentry$$00000000 0x08000258 Section 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000)
.ARM.Collect$$rtentry$$00000002 0x08000258 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002)
.ARM.Collect$$rtentry$$00000004 0x08000258 Section 6 __rtentry4.o(.ARM.Collect$$rtentry$$00000004)
.ARM.Collect$$rtentry$$00000009 0x0800025e Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009)
.ARM.Collect$$rtentry$$0000000A 0x0800025e Section 4 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A)
.ARM.Collect$$rtentry$$0000000C 0x08000262 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C)
.ARM.Collect$$rtentry$$0000000D 0x08000262 Section 8 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D)
.ARM.Collect$$rtexit$$00000000 0x0800026a Section 2 rtexit.o(.ARM.Collect$$rtexit$$00000000)
.ARM.Collect$$rtexit$$00000002 0x0800026c Section 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002)
.ARM.Collect$$rtexit$$00000003 0x0800026c Section 4 rtexit2.o(.ARM.Collect$$rtexit$$00000003)
.ARM.Collect$$rtexit$$00000004 0x08000270 Section 6 rtexit2.o(.ARM.Collect$$rtexit$$00000004)
$v0 0x08000278 Number 0 startup_stm32g431xx.o(.text)
.text 0x08000278 Section 64 startup_stm32g431xx.o(.text)
.text 0x080002b8 Section 116 llsdiv.o(.text)
.text 0x0800032c Section 78 rt_memclr_w.o(.text)
.text 0x0800037a Section 0 heapauxi.o(.text)
.text 0x08000380 Section 240 lludivv7m.o(.text)
.text 0x08000470 Section 8 libspace.o(.text)
.text 0x08000478 Section 74 sys_stackheap_outer.o(.text)
.text 0x080004c2 Section 0 exit.o(.text)
.text 0x080004d4 Section 0 sys_exit.o(.text)
.text 0x080004e0 Section 2 use_no_semi.o(.text)
.text 0x080004e2 Section 0 indicate_semi.o(.text)
[Anonymous Symbol] 0x080004e4 Section 0 uksi_calc_res.o(.text.ADC_Calc)
[Anonymous Symbol] 0x080005e4 Section 0 uksi_calc_res.o(.text.ADC_ConfigCoef)
[Anonymous Symbol] 0x08000668 Section 0 uksi_calc_res.o(.text.ADC_ConfigFilter)
[Anonymous Symbol] 0x080006e0 Section 0 stm32g4xx_hal_adc.o(.text.ADC_Disable)
[Anonymous Symbol] 0x080007a4 Section 0 stm32g4xx_hal_adc.o(.text.ADC_Enable)
[Anonymous Symbol] 0x080008b4 Section 0 stm32g4xx_it.o(.text.BusFault_Handler)
[Anonymous Symbol] 0x080008b8 Section 0 uksi_dc_control.o(.text.DC_Enable)
[Anonymous Symbol] 0x08000914 Section 0 uksi_dc_control.o(.text.DC_Init)
[Anonymous Symbol] 0x0800096c Section 0 stm32g4xx_it.o(.text.DebugMon_Handler)
[Anonymous Symbol] 0x08000970 Section 0 main.o(.text.Error_Handler)
[Anonymous Symbol] 0x08000980 Section 0 filters.o(.text.FilterAverageInt_Init)
[Anonymous Symbol] 0x08000a00 Section 0 filters.o(.text.FilterAverageInt_Process)
[Anonymous Symbol] 0x08000a94 Section 0 filters.o(.text.FilterMedianInt_Init)
[Anonymous Symbol] 0x08000b40 Section 0 filters.o(.text.FilterMedianInt_Process)
[Anonymous Symbol] 0x08000d20 Section 0 stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_Start)
[Anonymous Symbol] 0x08000e00 Section 0 stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeConfigChannel)
[Anonymous Symbol] 0x08000f78 Section 0 stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel)
[Anonymous Symbol] 0x08001760 Section 0 stm32g4xx_hal_adc.o(.text.HAL_ADC_GetValue)
[Anonymous Symbol] 0x08001770 Section 0 stm32g4xx_hal_adc.o(.text.HAL_ADC_Init)
[Anonymous Symbol] 0x08001a88 Section 0 adc.o(.text.HAL_ADC_MspInit)
[Anonymous Symbol] 0x08001b24 Section 0 stm32g4xx_hal_adc.o(.text.HAL_ADC_Start)
[Anonymous Symbol] 0x08001cf0 Section 0 stm32g4xx_hal_gpio.o(.text.HAL_GPIO_Init)
[Anonymous Symbol] 0x08002058 Section 0 stm32g4xx_hal_gpio.o(.text.HAL_GPIO_WritePin)
[Anonymous Symbol] 0x08002084 Section 0 stm32g4xx_hal.o(.text.HAL_GetTick)
[Anonymous Symbol] 0x08002090 Section 0 stm32g4xx_hal.o(.text.HAL_IncTick)
[Anonymous Symbol] 0x080020ac Section 0 stm32g4xx_hal.o(.text.HAL_Init)
[Anonymous Symbol] 0x080020dc Section 0 stm32g4xx_hal.o(.text.HAL_InitTick)
[Anonymous Symbol] 0x08002164 Section 0 stm32g4xx_hal_msp.o(.text.HAL_MspInit)
[Anonymous Symbol] 0x080021ac Section 0 stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriority)
[Anonymous Symbol] 0x080021dc Section 0 stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping)
[Anonymous Symbol] 0x080021ec Section 0 stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_ControlVoltageScaling)
[Anonymous Symbol] 0x080023a0 Section 0 stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableUCPDDeadBattery)
[Anonymous Symbol] 0x080023b4 Section 0 stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig)
[Anonymous Symbol] 0x08002810 Section 0 stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig)
[Anonymous Symbol] 0x08002b38 Section 0 stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq)
[Anonymous Symbol] 0x08002c34 Section 0 stm32g4xx_hal_rcc.o(.text.HAL_RCC_OscConfig)
[Anonymous Symbol] 0x080033ec Section 0 stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_Config)
[Anonymous Symbol] 0x080033fc Section 0 stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigBreakDeadTime)
[Anonymous Symbol] 0x0800352c Section 0 stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_MasterConfigSynchronization)
[Anonymous Symbol] 0x0800366c Section 0 stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start)
[Anonymous Symbol] 0x080037ec Section 0 stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Init)
[Anonymous Symbol] 0x08003894 Section 0 tim.o(.text.HAL_TIM_Base_MspInit)
[Anonymous Symbol] 0x080038d0 Section 0 tim.o(.text.HAL_TIM_MspPostInit)
[Anonymous Symbol] 0x08003938 Section 0 stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_ConfigChannel)
[Anonymous Symbol] 0x080039fc Section 0 stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Init)
[Anonymous Symbol] 0x08003aa4 Section 0 tim.o(.text.HAL_TIM_OC_MspInit)
[Anonymous Symbol] 0x08003ae0 Section 0 stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start)
[Anonymous Symbol] 0x08003d40 Section 0 stm32g4xx_it.o(.text.HardFault_Handler)
LL_ADC_Disable 0x08003d45 Thumb Code 28 stm32g4xx_hal_adc.o(.text.LL_ADC_Disable)
[Anonymous Symbol] 0x08003d44 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_Disable)
LL_ADC_DisableDeepPowerDown 0x08003d61 Thumb Code 24 stm32g4xx_hal_adc.o(.text.LL_ADC_DisableDeepPowerDown)
[Anonymous Symbol] 0x08003d60 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_DisableDeepPowerDown)
LL_ADC_Enable 0x08003d79 Thumb Code 28 stm32g4xx_hal_adc.o(.text.LL_ADC_Enable)
[Anonymous Symbol] 0x08003d78 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_Enable)
LL_ADC_EnableInternalRegulator 0x08003d95 Thumb Code 30 stm32g4xx_hal_adc.o(.text.LL_ADC_EnableInternalRegulator)
[Anonymous Symbol] 0x08003d94 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_EnableInternalRegulator)
LL_ADC_GetCommonPathInternalCh 0x08003db5 Thumb Code 16 stm32g4xx_hal_adc.o(.text.LL_ADC_GetCommonPathInternalCh)
[Anonymous Symbol] 0x08003db4 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_GetCommonPathInternalCh)
LL_ADC_GetMultimode 0x08003dc5 Thumb Code 16 stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultimode)
[Anonymous Symbol] 0x08003dc4 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_GetMultimode)
LL_ADC_GetOffsetChannel 0x08003dd5 Thumb Code 30 stm32g4xx_hal_adc.o(.text.LL_ADC_GetOffsetChannel)
[Anonymous Symbol] 0x08003dd4 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_GetOffsetChannel)
LL_ADC_INJ_IsConversionOngoing 0x08003df5 Thumb Code 16 stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsConversionOngoing)
[Anonymous Symbol] 0x08003df4 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_INJ_IsConversionOngoing)
LL_ADC_IsCalibrationOnGoing 0x08003e05 Thumb Code 14 stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsCalibrationOnGoing)
[Anonymous Symbol] 0x08003e04 Section 0 stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsCalibrationOnGoing)
LL_ADC_IsDeepPowerDownEnabled 0x08003e15 Thumb Code 16 stm32g4xx_hal_adc.o(.text.LL_ADC_IsDeepPowerDownEnabled)
[Anonymous Symbol] 0x08003e14 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_IsDeepPowerDownEnabled)
LL_ADC_IsDisableOngoing 0x08003e25 Thumb Code 16 stm32g4xx_hal_adc.o(.text.LL_ADC_IsDisableOngoing)
[Anonymous Symbol] 0x08003e24 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_IsDisableOngoing)
LL_ADC_IsEnabled 0x08003e35 Thumb Code 16 stm32g4xx_hal_adc.o(.text.LL_ADC_IsEnabled)
[Anonymous Symbol] 0x08003e34 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_IsEnabled)
LL_ADC_IsEnabled 0x08003e45 Thumb Code 16 stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsEnabled)
[Anonymous Symbol] 0x08003e44 Section 0 stm32g4xx_hal_adc_ex.o(.text.LL_ADC_IsEnabled)
LL_ADC_IsInternalRegulatorEnabled 0x08003e55 Thumb Code 16 stm32g4xx_hal_adc.o(.text.LL_ADC_IsInternalRegulatorEnabled)
[Anonymous Symbol] 0x08003e54 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_IsInternalRegulatorEnabled)
LL_ADC_REG_IsConversionOngoing 0x08003e65 Thumb Code 16 stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing)
[Anonymous Symbol] 0x08003e64 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_REG_IsConversionOngoing)
LL_ADC_REG_IsConversionOngoing 0x08003e75 Thumb Code 16 stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing)
[Anonymous Symbol] 0x08003e74 Section 0 stm32g4xx_hal_adc_ex.o(.text.LL_ADC_REG_IsConversionOngoing)
LL_ADC_REG_SetSequencerRanks 0x08003e85 Thumb Code 58 stm32g4xx_hal_adc.o(.text.LL_ADC_REG_SetSequencerRanks)
[Anonymous Symbol] 0x08003e84 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_REG_SetSequencerRanks)
LL_ADC_REG_StartConversion 0x08003ec1 Thumb Code 28 stm32g4xx_hal_adc.o(.text.LL_ADC_REG_StartConversion)
[Anonymous Symbol] 0x08003ec0 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_REG_StartConversion)
LL_ADC_SetChannelSamplingTime 0x08003edd Thumb Code 54 stm32g4xx_hal_adc.o(.text.LL_ADC_SetChannelSamplingTime)
[Anonymous Symbol] 0x08003edc Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_SetChannelSamplingTime)
LL_ADC_SetChannelSingleDiff 0x08003f15 Thumb Code 52 stm32g4xx_hal_adc.o(.text.LL_ADC_SetChannelSingleDiff)
[Anonymous Symbol] 0x08003f14 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_SetChannelSingleDiff)
LL_ADC_SetCommonClock 0x08003f49 Thumb Code 26 stm32g4xx_hal_adc.o(.text.LL_ADC_SetCommonClock)
[Anonymous Symbol] 0x08003f48 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_SetCommonClock)
LL_ADC_SetCommonPathInternalCh 0x08003f65 Thumb Code 26 stm32g4xx_hal_adc.o(.text.LL_ADC_SetCommonPathInternalCh)
[Anonymous Symbol] 0x08003f64 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_SetCommonPathInternalCh)
LL_ADC_SetOffset 0x08003f81 Thumb Code 60 stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffset)
[Anonymous Symbol] 0x08003f80 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffset)
LL_ADC_SetOffsetSaturation 0x08003fbd Thumb Code 40 stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetSaturation)
[Anonymous Symbol] 0x08003fbc Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetSaturation)
LL_ADC_SetOffsetSign 0x08003fe5 Thumb Code 40 stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetSign)
[Anonymous Symbol] 0x08003fe4 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetSign)
LL_ADC_SetOffsetState 0x0800400d Thumb Code 40 stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetState)
[Anonymous Symbol] 0x0800400c Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_SetOffsetState)
LL_ADC_SetSamplingTimeCommonConfig 0x08004035 Thumb Code 26 stm32g4xx_hal_adc.o(.text.LL_ADC_SetSamplingTimeCommonConfig)
[Anonymous Symbol] 0x08004034 Section 0 stm32g4xx_hal_adc.o(.text.LL_ADC_SetSamplingTimeCommonConfig)
LL_ADC_StartCalibration 0x08004051 Thumb Code 40 stm32g4xx_hal_adc_ex.o(.text.LL_ADC_StartCalibration)
[Anonymous Symbol] 0x08004050 Section 0 stm32g4xx_hal_adc_ex.o(.text.LL_ADC_StartCalibration)
[Anonymous Symbol] 0x08004078 Section 0 adc.o(.text.MX_ADC1_Init)
[Anonymous Symbol] 0x08004138 Section 0 gpio.o(.text.MX_GPIO_Init)
[Anonymous Symbol] 0x080041f4 Section 0 tim.o(.text.MX_TIM17_Init)
[Anonymous Symbol] 0x08004230 Section 0 tim.o(.text.MX_TIM1_Init)
[Anonymous Symbol] 0x08004328 Section 0 stm32g4xx_it.o(.text.MemManage_Handler)
[Anonymous Symbol] 0x0800432c Section 0 stm32g4xx_it.o(.text.NMI_Handler)
NVIC_EncodePriority 0x08004331 Thumb Code 108 stm32g4xx_hal_cortex.o(.text.NVIC_EncodePriority)
[Anonymous Symbol] 0x08004330 Section 0 stm32g4xx_hal_cortex.o(.text.NVIC_EncodePriority)
[Anonymous Symbol] 0x0800439c Section 0 stm32g4xx_it.o(.text.PendSV_Handler)
RCC_GetSysClockFreqFromPLLSource 0x080043a1 Thumb Code 156 stm32g4xx_hal_rcc.o(.text.RCC_GetSysClockFreqFromPLLSource)
[Anonymous Symbol] 0x080043a0 Section 0 stm32g4xx_hal_rcc.o(.text.RCC_GetSysClockFreqFromPLLSource)
[Anonymous Symbol] 0x0800443c Section 0 stm32g4xx_it.o(.text.SVC_Handler)
SysTick_Config 0x08004441 Thumb Code 82 stm32g4xx_hal_cortex.o(.text.SysTick_Config)
[Anonymous Symbol] 0x08004440 Section 0 stm32g4xx_hal_cortex.o(.text.SysTick_Config)
[Anonymous Symbol] 0x08004494 Section 0 stm32g4xx_it.o(.text.SysTick_Handler)
[Anonymous Symbol] 0x0800449c Section 0 main.o(.text.SystemClock_Config)
[Anonymous Symbol] 0x08004510 Section 0 system_stm32g4xx.o(.text.SystemInit)
[Anonymous Symbol] 0x08004524 Section 0 stm32g4xx_hal_tim.o(.text.TIM_Base_SetConfig)
[Anonymous Symbol] 0x080046bc Section 0 stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd)
TIM_CCxNChannelCmd 0x080046f5 Thumb Code 54 stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd)
[Anonymous Symbol] 0x080046f4 Section 0 stm32g4xx_hal_tim_ex.o(.text.TIM_CCxNChannelCmd)
TIM_OC1_SetConfig 0x0800472d Thumb Code 340 stm32g4xx_hal_tim.o(.text.TIM_OC1_SetConfig)
[Anonymous Symbol] 0x0800472c Section 0 stm32g4xx_hal_tim.o(.text.TIM_OC1_SetConfig)
[Anonymous Symbol] 0x08004880 Section 0 stm32g4xx_hal_tim.o(.text.TIM_OC2_SetConfig)
TIM_OC3_SetConfig 0x080049f1 Thumb Code 366 stm32g4xx_hal_tim.o(.text.TIM_OC3_SetConfig)
[Anonymous Symbol] 0x080049f0 Section 0 stm32g4xx_hal_tim.o(.text.TIM_OC3_SetConfig)
TIM_OC4_SetConfig 0x08004b61 Thumb Code 368 stm32g4xx_hal_tim.o(.text.TIM_OC4_SetConfig)
[Anonymous Symbol] 0x08004b60 Section 0 stm32g4xx_hal_tim.o(.text.TIM_OC4_SetConfig)
TIM_OC5_SetConfig 0x08004cd1 Thumb Code 210 stm32g4xx_hal_tim.o(.text.TIM_OC5_SetConfig)
[Anonymous Symbol] 0x08004cd0 Section 0 stm32g4xx_hal_tim.o(.text.TIM_OC5_SetConfig)
TIM_OC6_SetConfig 0x08004da5 Thumb Code 212 stm32g4xx_hal_tim.o(.text.TIM_OC6_SetConfig)
[Anonymous Symbol] 0x08004da4 Section 0 stm32g4xx_hal_tim.o(.text.TIM_OC6_SetConfig)
[Anonymous Symbol] 0x08004e78 Section 0 uksi_calc_res.o(.text.UKSI_Calc_Init)
[Anonymous Symbol] 0x08004f28 Section 0 uksi_calc_res.o(.text.UKSI_Calc_Isolation)
[Anonymous Symbol] 0x08005014 Section 0 uksi_main.o(.text.UKSI_Init)
[Anonymous Symbol] 0x08005044 Section 0 uksi_main.o(.text.UKSI_prewhile)
[Anonymous Symbol] 0x08005048 Section 0 uksi_main.o(.text.UKSI_while)
[Anonymous Symbol] 0x08005194 Section 0 stm32g4xx_it.o(.text.UsageFault_Handler)
__NVIC_GetPriorityGrouping 0x08005199 Thumb Code 16 stm32g4xx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping)
[Anonymous Symbol] 0x08005198 Section 0 stm32g4xx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping)
__NVIC_SetPriority 0x080051a9 Thumb Code 66 stm32g4xx_hal_cortex.o(.text.__NVIC_SetPriority)
[Anonymous Symbol] 0x080051a8 Section 0 stm32g4xx_hal_cortex.o(.text.__NVIC_SetPriority)
__NVIC_SetPriorityGrouping 0x080051ed Thumb Code 60 stm32g4xx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping)
[Anonymous Symbol] 0x080051ec Section 0 stm32g4xx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping)
[Anonymous Symbol] 0x08005228 Section 0 foster_student.o(.text.foster_add_sample)
[Anonymous Symbol] 0x0800529c Section 0 foster_student.o(.text.foster_check)
[Anonymous Symbol] 0x08005414 Section 0 foster_student.o(.text.foster_init)
[Anonymous Symbol] 0x08005470 Section 0 foster_student.o(.text.foster_is_ready)
[Anonymous Symbol] 0x08005498 Section 0 foster_student.o(.text.foster_set_mse)
[Anonymous Symbol] 0x080054c4 Section 0 main.o(.text.main)
$v0 0x080054f4 Number 0 fpinit.o(x$fpl$fpinit)
x$fpl$fpinit 0x080054f4 Section 26 fpinit.o(x$fpl$fpinit)
.bss 0x20000010 Section 96 libspace.o(.bss)
UKSI_while.prev_dc_tick 0x20000070 Data 4 uksi_main.o(.bss.UKSI_while.prev_dc_tick)
[Anonymous Symbol] 0x20000070 Section 0 uksi_main.o(.bss.UKSI_while.prev_dc_tick)
UKSI_while.start_measure_tick 0x20000074 Data 4 uksi_main.o(.bss.UKSI_while.start_measure_tick)
[Anonymous Symbol] 0x20000074 Section 0 uksi_main.o(.bss.UKSI_while.start_measure_tick)
Heap_Mem 0x20000420 Data 512 startup_stm32g431xx.o(HEAP)
HEAP 0x20000420 Section 512 startup_stm32g431xx.o(HEAP)
Stack_Mem 0x20000620 Data 1024 startup_stm32g431xx.o(STACK)
STACK 0x20000620 Section 1024 startup_stm32g431xx.o(STACK)
__initial_sp 0x20000a20 Data 0 startup_stm32g431xx.o(STACK)
Global Symbols
Symbol Name Value Ov Type Size Object(Section)
BuildAttributes$$THM_ISAv4$E$P$D$K$B$S$7EM$VFPi3$EXTD16$VFPS$VFMA$PE$A:L22UL41UL21$X:L11$S22US41US21$IEEE1$IW$~IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEX$EBA8$UX$STANDARDLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE
__ARM_exceptions_init - Undefined Weak Reference
__alloca_initialize - Undefined Weak Reference
__arm_preinit_ - Undefined Weak Reference
__arm_relocate_pie_ - Undefined Weak Reference
__cpp_initialize__aeabi_ - Undefined Weak Reference
__cxa_finalize - Undefined Weak Reference
__rt_locale - Undefined Weak Reference
__sigvec_lookup - Undefined Weak Reference
_atexit_init - Undefined Weak Reference
_call_atexit_fns - Undefined Weak Reference
_clock_init - Undefined Weak Reference
_fp_trap_init - Undefined Weak Reference
_fp_trap_shutdown - Undefined Weak Reference
_get_lc_collate - Undefined Weak Reference
_get_lc_ctype - Undefined Weak Reference
_get_lc_monetary - Undefined Weak Reference
_get_lc_numeric - Undefined Weak Reference
_get_lc_time - Undefined Weak Reference
_getenv_init - Undefined Weak Reference
_handle_redirection - Undefined Weak Reference
_init_alloc - Undefined Weak Reference
_init_user_alloc - Undefined Weak Reference
_initio - Undefined Weak Reference
_rand_init - Undefined Weak Reference
_signal_finish - Undefined Weak Reference
_signal_init - Undefined Weak Reference
_terminate_alloc - Undefined Weak Reference
_terminate_user_alloc - Undefined Weak Reference
_terminateio - Undefined Weak Reference
__Vectors_Size 0x000001d8 Number 0 startup_stm32g431xx.o ABSOLUTE
__Vectors 0x08000000 Data 4 startup_stm32g431xx.o(RESET)
__Vectors_End 0x080001d8 Data 0 startup_stm32g431xx.o(RESET)
__main 0x080001d9 Thumb Code 8 __main.o(!!!main)
__scatterload 0x080001e1 Thumb Code 0 __scatter.o(!!!scatter)
__scatterload_rt2 0x080001e1 Thumb Code 44 __scatter.o(!!!scatter)
__scatterload_rt2_thumb_only 0x080001e1 Thumb Code 0 __scatter.o(!!!scatter)
__scatterload_null 0x080001ef Thumb Code 0 __scatter.o(!!!scatter)
__scatterload_copy 0x08000215 Thumb Code 26 __scatter_copy.o(!!handler_copy)
__scatterload_zeroinit 0x08000231 Thumb Code 28 __scatter_zi.o(!!handler_zi)
__rt_lib_init 0x0800024d Thumb Code 0 libinit.o(.ARM.Collect$$libinit$$00000000)
__rt_lib_init_fp_1 0x0800024f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000001)
__rt_lib_init_alloca_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000030)
__rt_lib_init_argv_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002E)
__rt_lib_init_atexit_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001D)
__rt_lib_init_clock_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000023)
__rt_lib_init_cpp_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000034)
__rt_lib_init_exceptions_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000032)
__rt_lib_init_fp_trap_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000021)
__rt_lib_init_getenv_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000025)
__rt_lib_init_heap_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000C)
__rt_lib_init_lc_collate_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000013)
__rt_lib_init_lc_ctype_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000015)
__rt_lib_init_lc_monetary_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000017)
__rt_lib_init_lc_numeric_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000019)
__rt_lib_init_lc_time_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001B)
__rt_lib_init_preinit_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000006)
__rt_lib_init_rand_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000010)
__rt_lib_init_relocate_pie_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000004)
__rt_lib_init_return 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000035)
__rt_lib_init_signal_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001F)
__rt_lib_init_stdio_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000027)
__rt_lib_init_user_alloc_1 0x08000253 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000E)
__rt_lib_shutdown 0x08000255 Thumb Code 0 libshutdown.o(.ARM.Collect$$libshutdown$$00000000)
__rt_lib_shutdown_cpp_1 0x08000257 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002)
__rt_lib_shutdown_fp_trap_1 0x08000257 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007)
__rt_lib_shutdown_heap_1 0x08000257 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F)
__rt_lib_shutdown_return 0x08000257 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010)
__rt_lib_shutdown_signal_1 0x08000257 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A)
__rt_lib_shutdown_stdio_1 0x08000257 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004)
__rt_lib_shutdown_user_alloc_1 0x08000257 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C)
__rt_entry 0x08000259 Thumb Code 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000)
__rt_entry_presh_1 0x08000259 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002)
__rt_entry_sh 0x08000259 Thumb Code 0 __rtentry4.o(.ARM.Collect$$rtentry$$00000004)
__rt_entry_li 0x0800025f Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A)
__rt_entry_postsh_1 0x0800025f Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009)
__rt_entry_main 0x08000263 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D)
__rt_entry_postli_1 0x08000263 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C)
__rt_exit 0x0800026b Thumb Code 0 rtexit.o(.ARM.Collect$$rtexit$$00000000)
__rt_exit_ls 0x0800026d Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000003)
__rt_exit_prels_1 0x0800026d Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002)
__rt_exit_exit 0x08000271 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000004)
Reset_Handler 0x08000279 Thumb Code 8 startup_stm32g431xx.o(.text)
ADC1_2_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
COMP1_2_3_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
COMP4_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
CORDIC_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
CRS_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA1_Channel1_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA1_Channel2_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA1_Channel3_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA1_Channel4_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA1_Channel5_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA1_Channel6_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA2_Channel1_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA2_Channel2_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA2_Channel3_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA2_Channel4_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA2_Channel5_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMA2_Channel6_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
DMAMUX_OVR_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
EXTI0_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
EXTI15_10_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
EXTI1_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
EXTI2_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
EXTI3_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
EXTI4_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
EXTI9_5_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
FDCAN1_IT0_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
FDCAN1_IT1_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
FLASH_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
FMAC_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
FPU_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
I2C1_ER_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
I2C1_EV_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
I2C2_ER_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
I2C2_EV_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
I2C3_ER_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
I2C3_EV_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
LPTIM1_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
LPUART1_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
PVD_PVM_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
RCC_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
RNG_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
RTC_Alarm_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
RTC_TAMP_LSECSS_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
RTC_WKUP_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
SAI1_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
SPI1_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
SPI2_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
SPI3_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM1_BRK_TIM15_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM1_CC_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM1_TRG_COM_TIM17_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM1_UP_TIM16_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM2_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM3_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM4_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM6_DAC_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM7_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM8_BRK_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM8_CC_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM8_TRG_COM_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
TIM8_UP_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
UART4_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
UCPD1_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
USART1_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
USART2_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
USART3_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
USBWakeUp_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
USB_HP_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
USB_LP_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
WWDG_IRQHandler 0x08000293 Thumb Code 0 startup_stm32g431xx.o(.text)
__user_initial_stackheap 0x08000295 Thumb Code 0 startup_stm32g431xx.o(.text)
__aeabi_ldivmod 0x080002b9 Thumb Code 0 llsdiv.o(.text)
_ll_sdiv 0x080002b9 Thumb Code 116 llsdiv.o(.text)
__aeabi_memclr4 0x0800032d Thumb Code 0 rt_memclr_w.o(.text)
__aeabi_memclr8 0x0800032d Thumb Code 0 rt_memclr_w.o(.text)
__rt_memclr_w 0x0800032d Thumb Code 0 rt_memclr_w.o(.text)
_memset_w 0x08000331 Thumb Code 74 rt_memclr_w.o(.text)
__use_two_region_memory 0x0800037b Thumb Code 2 heapauxi.o(.text)
__rt_heap_escrow$2region 0x0800037d Thumb Code 2 heapauxi.o(.text)
__rt_heap_expand$2region 0x0800037f Thumb Code 2 heapauxi.o(.text)
__aeabi_uldivmod 0x08000381 Thumb Code 0 lludivv7m.o(.text)
_ll_udiv 0x08000381 Thumb Code 240 lludivv7m.o(.text)
__user_libspace 0x08000471 Thumb Code 8 libspace.o(.text)
__user_perproc_libspace 0x08000471 Thumb Code 0 libspace.o(.text)
__user_perthread_libspace 0x08000471 Thumb Code 0 libspace.o(.text)
__user_setup_stackheap 0x08000479 Thumb Code 74 sys_stackheap_outer.o(.text)
exit 0x080004c3 Thumb Code 18 exit.o(.text)
_sys_exit 0x080004d5 Thumb Code 8 sys_exit.o(.text)
__I$use$semihosting 0x080004e1 Thumb Code 0 use_no_semi.o(.text)
__use_no_semihosting_swi 0x080004e1 Thumb Code 2 use_no_semi.o(.text)
__semihosting_library_function 0x080004e3 Thumb Code 0 indicate_semi.o(.text)
ADC_Calc 0x080004e5 Thumb Code 254 uksi_calc_res.o(.text.ADC_Calc)
ADC_ConfigCoef 0x080005e5 Thumb Code 130 uksi_calc_res.o(.text.ADC_ConfigCoef)
ADC_ConfigFilter 0x08000669 Thumb Code 118 uksi_calc_res.o(.text.ADC_ConfigFilter)
ADC_Disable 0x080006e1 Thumb Code 196 stm32g4xx_hal_adc.o(.text.ADC_Disable)
ADC_Enable 0x080007a5 Thumb Code 272 stm32g4xx_hal_adc.o(.text.ADC_Enable)
BusFault_Handler 0x080008b5 Thumb Code 4 stm32g4xx_it.o(.text.BusFault_Handler)
DC_Enable 0x080008b9 Thumb Code 92 uksi_dc_control.o(.text.DC_Enable)
DC_Init 0x08000915 Thumb Code 88 uksi_dc_control.o(.text.DC_Init)
DebugMon_Handler 0x0800096d Thumb Code 2 stm32g4xx_it.o(.text.DebugMon_Handler)
Error_Handler 0x08000971 Thumb Code 14 main.o(.text.Error_Handler)
FilterAverageInt_Init 0x08000981 Thumb Code 128 filters.o(.text.FilterAverageInt_Init)
FilterAverageInt_Process 0x08000a01 Thumb Code 148 filters.o(.text.FilterAverageInt_Process)
FilterMedianInt_Init 0x08000a95 Thumb Code 170 filters.o(.text.FilterMedianInt_Init)
FilterMedianInt_Process 0x08000b41 Thumb Code 480 filters.o(.text.FilterMedianInt_Process)
HAL_ADCEx_Calibration_Start 0x08000d21 Thumb Code 224 stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_Calibration_Start)
HAL_ADCEx_MultiModeConfigChannel 0x08000e01 Thumb Code 374 stm32g4xx_hal_adc_ex.o(.text.HAL_ADCEx_MultiModeConfigChannel)
HAL_ADC_ConfigChannel 0x08000f79 Thumb Code 2024 stm32g4xx_hal_adc.o(.text.HAL_ADC_ConfigChannel)
HAL_ADC_GetValue 0x08001761 Thumb Code 14 stm32g4xx_hal_adc.o(.text.HAL_ADC_GetValue)
HAL_ADC_Init 0x08001771 Thumb Code 792 stm32g4xx_hal_adc.o(.text.HAL_ADC_Init)
HAL_ADC_MspInit 0x08001a89 Thumb Code 154 adc.o(.text.HAL_ADC_MspInit)
HAL_ADC_Start 0x08001b25 Thumb Code 460 stm32g4xx_hal_adc.o(.text.HAL_ADC_Start)
HAL_GPIO_Init 0x08001cf1 Thumb Code 872 stm32g4xx_hal_gpio.o(.text.HAL_GPIO_Init)
HAL_GPIO_WritePin 0x08002059 Thumb Code 44 stm32g4xx_hal_gpio.o(.text.HAL_GPIO_WritePin)
HAL_GetTick 0x08002085 Thumb Code 12 stm32g4xx_hal.o(.text.HAL_GetTick)
HAL_IncTick 0x08002091 Thumb Code 26 stm32g4xx_hal.o(.text.HAL_IncTick)
HAL_Init 0x080020ad Thumb Code 48 stm32g4xx_hal.o(.text.HAL_Init)
HAL_InitTick 0x080020dd Thumb Code 136 stm32g4xx_hal.o(.text.HAL_InitTick)
HAL_MspInit 0x08002165 Thumb Code 72 stm32g4xx_hal_msp.o(.text.HAL_MspInit)
HAL_NVIC_SetPriority 0x080021ad Thumb Code 46 stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriority)
HAL_NVIC_SetPriorityGrouping 0x080021dd Thumb Code 16 stm32g4xx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping)
HAL_PWREx_ControlVoltageScaling 0x080021ed Thumb Code 436 stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_ControlVoltageScaling)
HAL_PWREx_DisableUCPDDeadBattery 0x080023a1 Thumb Code 18 stm32g4xx_hal_pwr_ex.o(.text.HAL_PWREx_DisableUCPDDeadBattery)
HAL_RCCEx_PeriphCLKConfig 0x080023b5 Thumb Code 1114 stm32g4xx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig)
HAL_RCC_ClockConfig 0x08002811 Thumb Code 806 stm32g4xx_hal_rcc.o(.text.HAL_RCC_ClockConfig)
HAL_RCC_GetSysClockFreq 0x08002b39 Thumb Code 252 stm32g4xx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq)
HAL_RCC_OscConfig 0x08002c35 Thumb Code 1974 stm32g4xx_hal_rcc.o(.text.HAL_RCC_OscConfig)
HAL_SYSTICK_Config 0x080033ed Thumb Code 16 stm32g4xx_hal_cortex.o(.text.HAL_SYSTICK_Config)
HAL_TIMEx_ConfigBreakDeadTime 0x080033fd Thumb Code 304 stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_ConfigBreakDeadTime)
HAL_TIMEx_MasterConfigSynchronization 0x0800352d Thumb Code 318 stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_MasterConfigSynchronization)
HAL_TIMEx_OCN_Start 0x0800366d Thumb Code 382 stm32g4xx_hal_tim_ex.o(.text.HAL_TIMEx_OCN_Start)
HAL_TIM_Base_Init 0x080037ed Thumb Code 168 stm32g4xx_hal_tim.o(.text.HAL_TIM_Base_Init)
HAL_TIM_Base_MspInit 0x08003895 Thumb Code 58 tim.o(.text.HAL_TIM_Base_MspInit)
HAL_TIM_MspPostInit 0x080038d1 Thumb Code 102 tim.o(.text.HAL_TIM_MspPostInit)
HAL_TIM_OC_ConfigChannel 0x08003939 Thumb Code 196 stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_ConfigChannel)
HAL_TIM_OC_Init 0x080039fd Thumb Code 168 stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Init)
HAL_TIM_OC_MspInit 0x08003aa5 Thumb Code 58 tim.o(.text.HAL_TIM_OC_MspInit)
HAL_TIM_OC_Start 0x08003ae1 Thumb Code 606 stm32g4xx_hal_tim.o(.text.HAL_TIM_OC_Start)
HardFault_Handler 0x08003d41 Thumb Code 4 stm32g4xx_it.o(.text.HardFault_Handler)
MX_ADC1_Init 0x08004079 Thumb Code 190 adc.o(.text.MX_ADC1_Init)
MX_GPIO_Init 0x08004139 Thumb Code 186 gpio.o(.text.MX_GPIO_Init)
MX_TIM17_Init 0x080041f5 Thumb Code 60 tim.o(.text.MX_TIM17_Init)
MX_TIM1_Init 0x08004231 Thumb Code 246 tim.o(.text.MX_TIM1_Init)
MemManage_Handler 0x08004329 Thumb Code 4 stm32g4xx_it.o(.text.MemManage_Handler)
NMI_Handler 0x0800432d Thumb Code 4 stm32g4xx_it.o(.text.NMI_Handler)
PendSV_Handler 0x0800439d Thumb Code 2 stm32g4xx_it.o(.text.PendSV_Handler)
SVC_Handler 0x0800443d Thumb Code 2 stm32g4xx_it.o(.text.SVC_Handler)
SysTick_Handler 0x08004495 Thumb Code 8 stm32g4xx_it.o(.text.SysTick_Handler)
SystemClock_Config 0x0800449d Thumb Code 114 main.o(.text.SystemClock_Config)
SystemInit 0x08004511 Thumb Code 18 system_stm32g4xx.o(.text.SystemInit)
TIM_Base_SetConfig 0x08004525 Thumb Code 406 stm32g4xx_hal_tim.o(.text.TIM_Base_SetConfig)
TIM_CCxChannelCmd 0x080046bd Thumb Code 54 stm32g4xx_hal_tim.o(.text.TIM_CCxChannelCmd)
TIM_OC2_SetConfig 0x08004881 Thumb Code 368 stm32g4xx_hal_tim.o(.text.TIM_OC2_SetConfig)
UKSI_Calc_Init 0x08004e79 Thumb Code 176 uksi_calc_res.o(.text.UKSI_Calc_Init)
UKSI_Calc_Isolation 0x08004f29 Thumb Code 236 uksi_calc_res.o(.text.UKSI_Calc_Isolation)
UKSI_Init 0x08005015 Thumb Code 48 uksi_main.o(.text.UKSI_Init)
UKSI_prewhile 0x08005045 Thumb Code 2 uksi_main.o(.text.UKSI_prewhile)
UKSI_while 0x08005049 Thumb Code 332 uksi_main.o(.text.UKSI_while)
UsageFault_Handler 0x08005195 Thumb Code 4 stm32g4xx_it.o(.text.UsageFault_Handler)
foster_add_sample 0x08005229 Thumb Code 114 foster_student.o(.text.foster_add_sample)
foster_check 0x0800529d Thumb Code 374 foster_student.o(.text.foster_check)
foster_init 0x08005415 Thumb Code 90 foster_student.o(.text.foster_init)
foster_is_ready 0x08005471 Thumb Code 40 foster_student.o(.text.foster_is_ready)
foster_set_mse 0x08005499 Thumb Code 44 foster_student.o(.text.foster_set_mse)
main 0x080054c5 Thumb Code 48 main.o(.text.main)
_fp_init 0x080054f5 Thumb Code 26 fpinit.o(x$fpl$fpinit)
__fplib_config_fpu_vfp 0x0800550d Thumb Code 0 fpinit.o(x$fpl$fpinit)
__fplib_config_pureend_doubles 0x0800550d Thumb Code 0 fpinit.o(x$fpl$fpinit)
AHBPrescTable 0x0800550e Data 16 system_stm32g4xx.o(.rodata.AHBPrescTable)
Region$$Table$$Base 0x08005520 Number 0 anon$$obj.o(Region$$Table)
Region$$Table$$Limit 0x08005540 Number 0 anon$$obj.o(Region$$Table)
SystemCoreClock 0x20000000 Data 4 system_stm32g4xx.o(.data.SystemCoreClock)
dbg_dc_delay 0x20000004 Data 4 uksi_main.o(.data.dbg_dc_delay)
uwTickFreq 0x20000008 Data 4 stm32g4xx_hal.o(.data.uwTickFreq)
uwTickPrio 0x2000000c Data 4 stm32g4xx_hal.o(.data.uwTickPrio)
__libspace_start 0x20000010 Data 96 libspace.o(.bss)
__temporary_stack_top$libspace 0x20000070 Data 0 libspace.o(.bss)
dbg_dc 0x20000078 Data 4 uksi_main.o(.bss.dbg_dc)
hadc1 0x2000007c Data 108 adc.o(.bss.hadc1)
htim1 0x200000e8 Data 76 tim.o(.bss.htim1)
htim17 0x20000134 Data 76 tim.o(.bss.htim17)
iso_result 0x20000180 Data 4 uksi_main.o(.bss.iso_result)
uksi_calc 0x20000188 Data 648 uksi_main.o(.bss.uksi_calc)
uksi_dc 0x20000410 Data 12 uksi_main.o(.bss.uksi_dc)
uwTick 0x2000041c Data 4 stm32g4xx_hal.o(.bss.uwTick)
==============================================================================
Memory Map of the image
Image Entry point : 0x080001d9
Load Region LR_IROM1 (Base: 0x08000000, Size: 0x00005550, Max: 0x00020000, ABSOLUTE)
Execution Region ER_IROM1 (Exec base: 0x08000000, Load base: 0x08000000, Size: 0x00005540, Max: 0x00020000, ABSOLUTE)
Exec Addr Load Addr Size Type Attr Idx E Section Name Object
0x08000000 0x08000000 0x000001d8 Data RO 3 RESET startup_stm32g431xx.o
0x080001d8 0x080001d8 0x00000008 Code RO 1585 * !!!main c_w.l(__main.o)
0x080001e0 0x080001e0 0x00000034 Code RO 1831 !!!scatter c_w.l(__scatter.o)
0x08000214 0x08000214 0x0000001a Code RO 1833 !!handler_copy c_w.l(__scatter_copy.o)
0x0800022e 0x0800022e 0x00000002 PAD
0x08000230 0x08000230 0x0000001c Code RO 1835 !!handler_zi c_w.l(__scatter_zi.o)
0x0800024c 0x0800024c 0x00000002 Code RO 1696 .ARM.Collect$$libinit$$00000000 c_w.l(libinit.o)
0x0800024e 0x0800024e 0x00000004 Code RO 1705 .ARM.Collect$$libinit$$00000001 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1708 .ARM.Collect$$libinit$$00000004 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1710 .ARM.Collect$$libinit$$00000006 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1713 .ARM.Collect$$libinit$$0000000C c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1715 .ARM.Collect$$libinit$$0000000E c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1717 .ARM.Collect$$libinit$$00000010 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1720 .ARM.Collect$$libinit$$00000013 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1722 .ARM.Collect$$libinit$$00000015 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1724 .ARM.Collect$$libinit$$00000017 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1726 .ARM.Collect$$libinit$$00000019 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1728 .ARM.Collect$$libinit$$0000001B c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1730 .ARM.Collect$$libinit$$0000001D c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1732 .ARM.Collect$$libinit$$0000001F c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1734 .ARM.Collect$$libinit$$00000021 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1736 .ARM.Collect$$libinit$$00000023 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1738 .ARM.Collect$$libinit$$00000025 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1740 .ARM.Collect$$libinit$$00000027 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1744 .ARM.Collect$$libinit$$0000002E c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1746 .ARM.Collect$$libinit$$00000030 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1748 .ARM.Collect$$libinit$$00000032 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000000 Code RO 1750 .ARM.Collect$$libinit$$00000034 c_w.l(libinit2.o)
0x08000252 0x08000252 0x00000002 Code RO 1751 .ARM.Collect$$libinit$$00000035 c_w.l(libinit2.o)
0x08000254 0x08000254 0x00000002 Code RO 1786 .ARM.Collect$$libshutdown$$00000000 c_w.l(libshutdown.o)
0x08000256 0x08000256 0x00000000 Code RO 1814 .ARM.Collect$$libshutdown$$00000002 c_w.l(libshutdown2.o)
0x08000256 0x08000256 0x00000000 Code RO 1816 .ARM.Collect$$libshutdown$$00000004 c_w.l(libshutdown2.o)
0x08000256 0x08000256 0x00000000 Code RO 1819 .ARM.Collect$$libshutdown$$00000007 c_w.l(libshutdown2.o)
0x08000256 0x08000256 0x00000000 Code RO 1822 .ARM.Collect$$libshutdown$$0000000A c_w.l(libshutdown2.o)
0x08000256 0x08000256 0x00000000 Code RO 1824 .ARM.Collect$$libshutdown$$0000000C c_w.l(libshutdown2.o)
0x08000256 0x08000256 0x00000000 Code RO 1827 .ARM.Collect$$libshutdown$$0000000F c_w.l(libshutdown2.o)
0x08000256 0x08000256 0x00000002 Code RO 1828 .ARM.Collect$$libshutdown$$00000010 c_w.l(libshutdown2.o)
0x08000258 0x08000258 0x00000000 Code RO 1619 .ARM.Collect$$rtentry$$00000000 c_w.l(__rtentry.o)
0x08000258 0x08000258 0x00000000 Code RO 1659 .ARM.Collect$$rtentry$$00000002 c_w.l(__rtentry2.o)
0x08000258 0x08000258 0x00000006 Code RO 1671 .ARM.Collect$$rtentry$$00000004 c_w.l(__rtentry4.o)
0x0800025e 0x0800025e 0x00000000 Code RO 1661 .ARM.Collect$$rtentry$$00000009 c_w.l(__rtentry2.o)
0x0800025e 0x0800025e 0x00000004 Code RO 1662 .ARM.Collect$$rtentry$$0000000A c_w.l(__rtentry2.o)
0x08000262 0x08000262 0x00000000 Code RO 1664 .ARM.Collect$$rtentry$$0000000C c_w.l(__rtentry2.o)
0x08000262 0x08000262 0x00000008 Code RO 1665 .ARM.Collect$$rtentry$$0000000D c_w.l(__rtentry2.o)
0x0800026a 0x0800026a 0x00000002 Code RO 1697 .ARM.Collect$$rtexit$$00000000 c_w.l(rtexit.o)
0x0800026c 0x0800026c 0x00000000 Code RO 1757 .ARM.Collect$$rtexit$$00000002 c_w.l(rtexit2.o)
0x0800026c 0x0800026c 0x00000004 Code RO 1758 .ARM.Collect$$rtexit$$00000003 c_w.l(rtexit2.o)
0x08000270 0x08000270 0x00000006 Code RO 1759 .ARM.Collect$$rtexit$$00000004 c_w.l(rtexit2.o)
0x08000276 0x08000276 0x00000002 PAD
0x08000278 0x08000278 0x00000040 Code RO 4 .text startup_stm32g431xx.o
0x080002b8 0x080002b8 0x00000074 Code RO 1571 .text c_w.l(llsdiv.o)
0x0800032c 0x0800032c 0x0000004e Code RO 1581 .text c_w.l(rt_memclr_w.o)
0x0800037a 0x0800037a 0x00000006 Code RO 1583 .text c_w.l(heapauxi.o)
0x08000380 0x08000380 0x000000f0 Code RO 1624 .text c_w.l(lludivv7m.o)
0x08000470 0x08000470 0x00000008 Code RO 1680 .text c_w.l(libspace.o)
0x08000478 0x08000478 0x0000004a Code RO 1683 .text c_w.l(sys_stackheap_outer.o)
0x080004c2 0x080004c2 0x00000012 Code RO 1685 .text c_w.l(exit.o)
0x080004d4 0x080004d4 0x0000000c Code RO 1752 .text c_w.l(sys_exit.o)
0x080004e0 0x080004e0 0x00000002 Code RO 1775 .text c_w.l(use_no_semi.o)
0x080004e2 0x080004e2 0x00000000 Code RO 1777 .text c_w.l(indicate_semi.o)
0x080004e2 0x080004e2 0x00000002 PAD
0x080004e4 0x080004e4 0x000000fe Code RO 1529 .text.ADC_Calc uksi_calc_res.o
0x080005e2 0x080005e2 0x00000002 PAD
0x080005e4 0x080005e4 0x00000082 Code RO 1525 .text.ADC_ConfigCoef uksi_calc_res.o
0x08000666 0x08000666 0x00000002 PAD
0x08000668 0x08000668 0x00000076 Code RO 1527 .text.ADC_ConfigFilter uksi_calc_res.o
0x080006de 0x080006de 0x00000002 PAD
0x080006e0 0x080006e0 0x000000c4 Code RO 127 .text.ADC_Disable stm32g4xx_hal_adc.o
0x080007a4 0x080007a4 0x00000110 Code RO 135 .text.ADC_Enable stm32g4xx_hal_adc.o
0x080008b4 0x080008b4 0x00000004 Code RO 76 .text.BusFault_Handler stm32g4xx_it.o
0x080008b8 0x080008b8 0x0000005c Code RO 1544 .text.DC_Enable uksi_dc_control.o
0x08000914 0x08000914 0x00000058 Code RO 1542 .text.DC_Init uksi_dc_control.o
0x0800096c 0x0800096c 0x00000002 Code RO 82 .text.DebugMon_Handler stm32g4xx_it.o
0x0800096e 0x0800096e 0x00000002 PAD
0x08000970 0x08000970 0x0000000e Code RO 15 .text.Error_Handler main.o
0x0800097e 0x0800097e 0x00000002 PAD
0x08000980 0x08000980 0x00000080 Code RO 1478 .text.FilterAverageInt_Init filters.o
0x08000a00 0x08000a00 0x00000094 Code RO 1480 .text.FilterAverageInt_Process filters.o
0x08000a94 0x08000a94 0x000000aa Code RO 1470 .text.FilterMedianInt_Init filters.o
0x08000b3e 0x08000b3e 0x00000002 PAD
0x08000b40 0x08000b40 0x000001e0 Code RO 1472 .text.FilterMedianInt_Process filters.o
0x08000d20 0x08000d20 0x000000e0 Code RO 250 .text.HAL_ADCEx_Calibration_Start stm32g4xx_hal_adc_ex.o
0x08000e00 0x08000e00 0x00000176 Code RO 340 .text.HAL_ADCEx_MultiModeConfigChannel stm32g4xx_hal_adc_ex.o
0x08000f76 0x08000f76 0x00000002 PAD
0x08000f78 0x08000f78 0x000007e8 Code RO 181 .text.HAL_ADC_ConfigChannel stm32g4xx_hal_adc.o
0x08001760 0x08001760 0x0000000e Code RO 163 .text.HAL_ADC_GetValue stm32g4xx_hal_adc.o
0x0800176e 0x0800176e 0x00000002 PAD
0x08001770 0x08001770 0x00000318 Code RO 103 .text.HAL_ADC_Init stm32g4xx_hal_adc.o
0x08001a88 0x08001a88 0x0000009a Code RO 35 .text.HAL_ADC_MspInit adc.o
0x08001b22 0x08001b22 0x00000002 PAD
0x08001b24 0x08001b24 0x000001cc Code RO 131 .text.HAL_ADC_Start stm32g4xx_hal_adc.o
0x08001cf0 0x08001cf0 0x00000368 Code RO 632 .text.HAL_GPIO_Init stm32g4xx_hal_gpio.o
0x08002058 0x08002058 0x0000002c Code RO 638 .text.HAL_GPIO_WritePin stm32g4xx_hal_gpio.o
0x08002084 0x08002084 0x0000000c Code RO 376 .text.HAL_GetTick stm32g4xx_hal.o
0x08002090 0x08002090 0x0000001a Code RO 374 .text.HAL_IncTick stm32g4xx_hal.o
0x080020aa 0x080020aa 0x00000002 PAD
0x080020ac 0x080020ac 0x00000030 Code RO 364 .text.HAL_Init stm32g4xx_hal.o
0x080020dc 0x080020dc 0x00000088 Code RO 366 .text.HAL_InitTick stm32g4xx_hal.o
0x08002164 0x08002164 0x00000048 Code RO 95 .text.HAL_MspInit stm32g4xx_hal_msp.o
0x080021ac 0x080021ac 0x0000002e Code RO 858 .text.HAL_NVIC_SetPriority stm32g4xx_hal_cortex.o
0x080021da 0x080021da 0x00000002 PAD
0x080021dc 0x080021dc 0x00000010 Code RO 854 .text.HAL_NVIC_SetPriorityGrouping stm32g4xx_hal_cortex.o
0x080021ec 0x080021ec 0x000001b4 Code RO 775 .text.HAL_PWREx_ControlVoltageScaling stm32g4xx_hal_pwr_ex.o
0x080023a0 0x080023a0 0x00000012 Code RO 845 .text.HAL_PWREx_DisableUCPDDeadBattery stm32g4xx_hal_pwr_ex.o
0x080023b2 0x080023b2 0x00000002 PAD
0x080023b4 0x080023b4 0x0000045a Code RO 489 .text.HAL_RCCEx_PeriphCLKConfig stm32g4xx_hal_rcc_ex.o
0x0800280e 0x0800280e 0x00000002 PAD
0x08002810 0x08002810 0x00000326 Code RO 454 .text.HAL_RCC_ClockConfig stm32g4xx_hal_rcc.o
0x08002b36 0x08002b36 0x00000002 PAD
0x08002b38 0x08002b38 0x000000fc Code RO 458 .text.HAL_RCC_GetSysClockFreq stm32g4xx_hal_rcc.o
0x08002c34 0x08002c34 0x000007b6 Code RO 452 .text.HAL_RCC_OscConfig stm32g4xx_hal_rcc.o
0x080033ea 0x080033ea 0x00000002 PAD
0x080033ec 0x080033ec 0x00000010 Code RO 878 .text.HAL_SYSTICK_Config stm32g4xx_hal_cortex.o
0x080033fc 0x080033fc 0x00000130 Code RO 1248 .text.HAL_TIMEx_ConfigBreakDeadTime stm32g4xx_hal_tim_ex.o
0x0800352c 0x0800352c 0x0000013e Code RO 1246 .text.HAL_TIMEx_MasterConfigSynchronization stm32g4xx_hal_tim_ex.o
0x0800366a 0x0800366a 0x00000002 PAD
0x0800366c 0x0800366c 0x0000017e Code RO 1198 .text.HAL_TIMEx_OCN_Start stm32g4xx_hal_tim_ex.o
0x080037ea 0x080037ea 0x00000002 PAD
0x080037ec 0x080037ec 0x000000a8 Code RO 929 .text.HAL_TIM_Base_Init stm32g4xx_hal_tim.o
0x08003894 0x08003894 0x0000003a Code RO 55 .text.HAL_TIM_Base_MspInit tim.o
0x080038ce 0x080038ce 0x00000002 PAD
0x080038d0 0x080038d0 0x00000066 Code RO 49 .text.HAL_TIM_MspPostInit tim.o
0x08003936 0x08003936 0x00000002 PAD
0x08003938 0x08003938 0x000000c4 Code RO 1075 .text.HAL_TIM_OC_ConfigChannel stm32g4xx_hal_tim.o
0x080039fc 0x080039fc 0x000000a8 Code RO 957 .text.HAL_TIM_OC_Init stm32g4xx_hal_tim.o
0x08003aa4 0x08003aa4 0x0000003a Code RO 53 .text.HAL_TIM_OC_MspInit tim.o
0x08003ade 0x08003ade 0x00000002 PAD
0x08003ae0 0x08003ae0 0x0000025e Code RO 965 .text.HAL_TIM_OC_Start stm32g4xx_hal_tim.o
0x08003d3e 0x08003d3e 0x00000002 PAD
0x08003d40 0x08003d40 0x00000004 Code RO 72 .text.HardFault_Handler stm32g4xx_it.o
0x08003d44 0x08003d44 0x0000001c Code RO 241 .text.LL_ADC_Disable stm32g4xx_hal_adc.o
0x08003d60 0x08003d60 0x00000018 Code RO 109 .text.LL_ADC_DisableDeepPowerDown stm32g4xx_hal_adc.o
0x08003d78 0x08003d78 0x0000001c Code RO 239 .text.LL_ADC_Enable stm32g4xx_hal_adc.o
0x08003d94 0x08003d94 0x0000001e Code RO 113 .text.LL_ADC_EnableInternalRegulator stm32g4xx_hal_adc.o
0x08003db2 0x08003db2 0x00000002 PAD
0x08003db4 0x08003db4 0x00000010 Code RO 201 .text.LL_ADC_GetCommonPathInternalCh stm32g4xx_hal_adc.o
0x08003dc4 0x08003dc4 0x00000010 Code RO 133 .text.LL_ADC_GetMultimode stm32g4xx_hal_adc.o
0x08003dd4 0x08003dd4 0x0000001e Code RO 195 .text.LL_ADC_GetOffsetChannel stm32g4xx_hal_adc.o
0x08003df2 0x08003df2 0x00000002 PAD
0x08003df4 0x08003df4 0x00000010 Code RO 121 .text.LL_ADC_INJ_IsConversionOngoing stm32g4xx_hal_adc.o
0x08003e04 0x08003e04 0x0000000e Code RO 254 .text.LL_ADC_IsCalibrationOnGoing stm32g4xx_hal_adc_ex.o
0x08003e12 0x08003e12 0x00000002 PAD
0x08003e14 0x08003e14 0x00000010 Code RO 107 .text.LL_ADC_IsDeepPowerDownEnabled stm32g4xx_hal_adc.o
0x08003e24 0x08003e24 0x00000010 Code RO 233 .text.LL_ADC_IsDisableOngoing stm32g4xx_hal_adc.o
0x08003e34 0x08003e34 0x00000010 Code RO 117 .text.LL_ADC_IsEnabled stm32g4xx_hal_adc.o
0x08003e44 0x08003e44 0x00000010 Code RO 266 .text.LL_ADC_IsEnabled stm32g4xx_hal_adc_ex.o
0x08003e54 0x08003e54 0x00000010 Code RO 111 .text.LL_ADC_IsInternalRegulatorEnabled stm32g4xx_hal_adc.o
0x08003e64 0x08003e64 0x00000010 Code RO 115 .text.LL_ADC_REG_IsConversionOngoing stm32g4xx_hal_adc.o
0x08003e74 0x08003e74 0x00000010 Code RO 262 .text.LL_ADC_REG_IsConversionOngoing stm32g4xx_hal_adc_ex.o
0x08003e84 0x08003e84 0x0000003a Code RO 183 .text.LL_ADC_REG_SetSequencerRanks stm32g4xx_hal_adc.o
0x08003ebe 0x08003ebe 0x00000002 PAD
0x08003ec0 0x08003ec0 0x0000001c Code RO 137 .text.LL_ADC_REG_StartConversion stm32g4xx_hal_adc.o
0x08003edc 0x08003edc 0x00000036 Code RO 185 .text.LL_ADC_SetChannelSamplingTime stm32g4xx_hal_adc.o
0x08003f12 0x08003f12 0x00000002 PAD
0x08003f14 0x08003f14 0x00000034 Code RO 199 .text.LL_ADC_SetChannelSingleDiff stm32g4xx_hal_adc.o
0x08003f48 0x08003f48 0x0000001a Code RO 119 .text.LL_ADC_SetCommonClock stm32g4xx_hal_adc.o
0x08003f62 0x08003f62 0x00000002 PAD
0x08003f64 0x08003f64 0x0000001a Code RO 203 .text.LL_ADC_SetCommonPathInternalCh stm32g4xx_hal_adc.o
0x08003f7e 0x08003f7e 0x00000002 PAD
0x08003f80 0x08003f80 0x0000003c Code RO 189 .text.LL_ADC_SetOffset stm32g4xx_hal_adc.o
0x08003fbc 0x08003fbc 0x00000028 Code RO 193 .text.LL_ADC_SetOffsetSaturation stm32g4xx_hal_adc.o
0x08003fe4 0x08003fe4 0x00000028 Code RO 191 .text.LL_ADC_SetOffsetSign stm32g4xx_hal_adc.o
0x0800400c 0x0800400c 0x00000028 Code RO 197 .text.LL_ADC_SetOffsetState stm32g4xx_hal_adc.o
0x08004034 0x08004034 0x0000001a Code RO 187 .text.LL_ADC_SetSamplingTimeCommonConfig stm32g4xx_hal_adc.o
0x0800404e 0x0800404e 0x00000002 PAD
0x08004050 0x08004050 0x00000028 Code RO 252 .text.LL_ADC_StartCalibration stm32g4xx_hal_adc_ex.o
0x08004078 0x08004078 0x000000be Code RO 33 .text.MX_ADC1_Init adc.o
0x08004136 0x08004136 0x00000002 PAD
0x08004138 0x08004138 0x000000ba Code RO 25 .text.MX_GPIO_Init gpio.o
0x080041f2 0x080041f2 0x00000002 PAD
0x080041f4 0x080041f4 0x0000003c Code RO 51 .text.MX_TIM17_Init tim.o
0x08004230 0x08004230 0x000000f6 Code RO 47 .text.MX_TIM1_Init tim.o
0x08004326 0x08004326 0x00000002 PAD
0x08004328 0x08004328 0x00000004 Code RO 74 .text.MemManage_Handler stm32g4xx_it.o
0x0800432c 0x0800432c 0x00000004 Code RO 70 .text.NMI_Handler stm32g4xx_it.o
0x08004330 0x08004330 0x0000006c Code RO 864 .text.NVIC_EncodePriority stm32g4xx_hal_cortex.o
0x0800439c 0x0800439c 0x00000002 Code RO 84 .text.PendSV_Handler stm32g4xx_it.o
0x0800439e 0x0800439e 0x00000002 PAD
0x080043a0 0x080043a0 0x0000009c Code RO 456 .text.RCC_GetSysClockFreqFromPLLSource stm32g4xx_hal_rcc.o
0x0800443c 0x0800443c 0x00000002 Code RO 80 .text.SVC_Handler stm32g4xx_it.o
0x0800443e 0x0800443e 0x00000002 PAD
0x08004440 0x08004440 0x00000052 Code RO 880 .text.SysTick_Config stm32g4xx_hal_cortex.o
0x08004492 0x08004492 0x00000002 PAD
0x08004494 0x08004494 0x00000008 Code RO 86 .text.SysTick_Handler stm32g4xx_it.o
0x0800449c 0x0800449c 0x00000072 Code RO 13 .text.SystemClock_Config main.o
0x0800450e 0x0800450e 0x00000002 PAD
0x08004510 0x08004510 0x00000012 Code RO 1323 .text.SystemInit system_stm32g4xx.o
0x08004522 0x08004522 0x00000002 PAD
0x08004524 0x08004524 0x00000196 Code RO 933 .text.TIM_Base_SetConfig stm32g4xx_hal_tim.o
0x080046ba 0x080046ba 0x00000002 PAD
0x080046bc 0x080046bc 0x00000036 Code RO 967 .text.TIM_CCxChannelCmd stm32g4xx_hal_tim.o
0x080046f2 0x080046f2 0x00000002 PAD
0x080046f4 0x080046f4 0x00000036 Code RO 1200 .text.TIM_CCxNChannelCmd stm32g4xx_hal_tim_ex.o
0x0800472a 0x0800472a 0x00000002 PAD
0x0800472c 0x0800472c 0x00000154 Code RO 1077 .text.TIM_OC1_SetConfig stm32g4xx_hal_tim.o
0x08004880 0x08004880 0x00000170 Code RO 1079 .text.TIM_OC2_SetConfig stm32g4xx_hal_tim.o
0x080049f0 0x080049f0 0x0000016e Code RO 1081 .text.TIM_OC3_SetConfig stm32g4xx_hal_tim.o
0x08004b5e 0x08004b5e 0x00000002 PAD
0x08004b60 0x08004b60 0x00000170 Code RO 1083 .text.TIM_OC4_SetConfig stm32g4xx_hal_tim.o
0x08004cd0 0x08004cd0 0x000000d2 Code RO 1085 .text.TIM_OC5_SetConfig stm32g4xx_hal_tim.o
0x08004da2 0x08004da2 0x00000002 PAD
0x08004da4 0x08004da4 0x000000d4 Code RO 1087 .text.TIM_OC6_SetConfig stm32g4xx_hal_tim.o
0x08004e78 0x08004e78 0x000000b0 Code RO 1531 .text.UKSI_Calc_Init uksi_calc_res.o
0x08004f28 0x08004f28 0x000000ec Code RO 1533 .text.UKSI_Calc_Isolation uksi_calc_res.o
0x08005014 0x08005014 0x00000030 Code RO 1505 .text.UKSI_Init uksi_main.o
0x08005044 0x08005044 0x00000002 Code RO 1507 .text.UKSI_prewhile uksi_main.o
0x08005046 0x08005046 0x00000002 PAD
0x08005048 0x08005048 0x0000014c Code RO 1509 .text.UKSI_while uksi_main.o
0x08005194 0x08005194 0x00000004 Code RO 78 .text.UsageFault_Handler stm32g4xx_it.o
0x08005198 0x08005198 0x00000010 Code RO 860 .text.__NVIC_GetPriorityGrouping stm32g4xx_hal_cortex.o
0x080051a8 0x080051a8 0x00000042 Code RO 862 .text.__NVIC_SetPriority stm32g4xx_hal_cortex.o
0x080051ea 0x080051ea 0x00000002 PAD
0x080051ec 0x080051ec 0x0000003c Code RO 856 .text.__NVIC_SetPriorityGrouping stm32g4xx_hal_cortex.o
0x08005228 0x08005228 0x00000072 Code RO 1557 .text.foster_add_sample foster_student.o
0x0800529a 0x0800529a 0x00000002 PAD
0x0800529c 0x0800529c 0x00000176 Code RO 1561 .text.foster_check foster_student.o
0x08005412 0x08005412 0x00000002 PAD
0x08005414 0x08005414 0x0000005a Code RO 1553 .text.foster_init foster_student.o
0x0800546e 0x0800546e 0x00000002 PAD
0x08005470 0x08005470 0x00000028 Code RO 1559 .text.foster_is_ready foster_student.o
0x08005498 0x08005498 0x0000002c Code RO 1555 .text.foster_set_mse foster_student.o
0x080054c4 0x080054c4 0x00000030 Code RO 11 .text.main main.o
0x080054f4 0x080054f4 0x0000001a Code RO 1769 x$fpl$fpinit fz_wm.l(fpinit.o)
0x0800550e 0x0800550e 0x00000010 Data RO 1328 .rodata.AHBPrescTable system_stm32g4xx.o
0x0800551e 0x0800551e 0x00000002 PAD
0x08005520 0x08005520 0x00000020 Data RO 1830 Region$$Table anon$$obj.o
Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x08005540, Size: 0x00000a20, Max: 0x00008000, ABSOLUTE)
Exec Addr Load Addr Size Type Attr Idx E Section Name Object
0x20000000 0x08005540 0x00000004 Data RW 1327 .data.SystemCoreClock system_stm32g4xx.o
0x20000004 0x08005544 0x00000004 Data RW 1512 .data.dbg_dc_delay uksi_main.o
0x20000008 0x08005548 0x00000004 Data RW 441 .data.uwTickFreq stm32g4xx_hal.o
0x2000000c 0x0800554c 0x00000004 Data RW 440 .data.uwTickPrio stm32g4xx_hal.o
0x20000010 - 0x00000060 Zero RW 1681 .bss c_w.l(libspace.o)
0x20000070 - 0x00000004 Zero RW 1515 .bss.UKSI_while.prev_dc_tick uksi_main.o
0x20000074 - 0x00000004 Zero RW 1516 .bss.UKSI_while.start_measure_tick uksi_main.o
0x20000078 - 0x00000004 Zero RW 1511 .bss.dbg_dc uksi_main.o
0x2000007c - 0x0000006c Zero RW 39 .bss.hadc1 adc.o
0x200000e8 - 0x0000004c Zero RW 61 .bss.htim1 tim.o
0x20000134 - 0x0000004c Zero RW 62 .bss.htim17 tim.o
0x20000180 - 0x00000004 Zero RW 1517 .bss.iso_result uksi_main.o
0x20000184 0x08005550 0x00000004 PAD
0x20000188 - 0x00000288 Zero RW 1514 .bss.uksi_calc uksi_main.o
0x20000410 - 0x0000000c Zero RW 1513 .bss.uksi_dc uksi_main.o
0x2000041c - 0x00000004 Zero RW 442 .bss.uwTick stm32g4xx_hal.o
0x20000420 - 0x00000200 Zero RW 2 HEAP startup_stm32g431xx.o
0x20000620 - 0x00000400 Zero RW 1 STACK startup_stm32g431xx.o
==============================================================================
Image component sizes
Code (inc. data) RO Data RW Data ZI Data Debug Object Name
344 0 0 0 108 7086 adc.o
926 0 0 0 0 13819 filters.o
662 0 0 0 0 2064 foster_student.o
186 0 0 0 0 2331 gpio.o
176 0 0 0 0 1648 main.o
64 26 472 0 1536 832 startup_stm32g431xx.o
222 0 0 8 4 8391 stm32g4xx_hal.o
4476 0 0 0 0 21911 stm32g4xx_hal_adc.o
684 0 0 0 0 19338 stm32g4xx_hal_adc_ex.o
410 0 0 0 0 9348 stm32g4xx_hal_cortex.o
916 0 0 0 0 5275 stm32g4xx_hal_gpio.o
72 0 0 0 0 1613 stm32g4xx_hal_msp.o
454 0 0 0 0 7766 stm32g4xx_hal_pwr_ex.o
3188 0 0 0 0 9354 stm32g4xx_hal_rcc.o
1114 0 0 0 0 10873 stm32g4xx_hal_rcc_ex.o
3462 22 0 0 0 37657 stm32g4xx_hal_tim.o
1058 0 0 0 0 21538 stm32g4xx_hal_tim_ex.o
34 0 0 0 0 1006 stm32g4xx_it.o
18 0 16 4 0 2664 system_stm32g4xx.o
524 0 0 0 152 7591 tim.o
914 16 0 0 0 7465 uksi_calc_res.o
180 0 0 0 0 4786 uksi_dc_control.o
382 0 0 4 676 8340 uksi_main.o
----------------------------------------------------------------------
20560 64 522 16 2480 212696 Object Totals
0 0 32 0 0 0 (incl. Generated)
94 0 2 0 4 0 (incl. Padding)
----------------------------------------------------------------------
Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name
8 0 0 0 0 68 __main.o
0 0 0 0 0 0 __rtentry.o
12 0 0 0 0 0 __rtentry2.o
6 0 0 0 0 0 __rtentry4.o
52 8 0 0 0 0 __scatter.o
26 0 0 0 0 0 __scatter_copy.o
28 0 0 0 0 0 __scatter_zi.o
18 0 0 0 0 80 exit.o
6 0 0 0 0 152 heapauxi.o
0 0 0 0 0 0 indicate_semi.o
2 0 0 0 0 0 libinit.o
6 0 0 0 0 0 libinit2.o
2 0 0 0 0 0 libshutdown.o
2 0 0 0 0 0 libshutdown2.o
8 4 0 0 96 68 libspace.o
116 0 0 0 0 84 llsdiv.o
240 0 0 0 0 100 lludivv7m.o
78 0 0 0 0 80 rt_memclr_w.o
2 0 0 0 0 0 rtexit.o
10 0 0 0 0 0 rtexit2.o
12 4 0 0 0 68 sys_exit.o
74 0 0 0 0 80 sys_stackheap_outer.o
2 0 0 0 0 68 use_no_semi.o
26 0 0 0 0 116 fpinit.o
----------------------------------------------------------------------
742 16 0 0 96 964 Library Totals
6 0 0 0 0 0 (incl. Padding)
----------------------------------------------------------------------
Code (inc. data) RO Data RW Data ZI Data Debug Library Name
710 16 0 0 96 848 c_w.l
26 0 0 0 0 116 fz_wm.l
----------------------------------------------------------------------
742 16 0 0 96 964 Library Totals
----------------------------------------------------------------------
==============================================================================
Code (inc. data) RO Data RW Data ZI Data Debug
21302 80 522 16 2576 212928 Grand Totals
21302 80 522 16 2576 212928 ELF Image Totals
21302 80 522 16 0 0 ROM Totals
==============================================================================
Total RO Size (Code + RO Data) 21824 ( 21.31kB)
Total RW Size (RW Data + ZI Data) 2592 ( 2.53kB)
Total ROM Size (Code + RO Data + RW Data) 21840 ( 21.33kB)
==============================================================================

View File

@@ -0,0 +1,16 @@
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00020000 { ; load region size_region
ER_IROM1 0x08000000 0x00020000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
.ANY (+XO)
}
RW_IRAM1 0x20000000 0x00008000 { ; RW data
.ANY (+RW +ZI)
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,2 @@
uksi_test/__crc_algs.o: ..\AllLibs\Modbus\Src\__crc_algs.c \
..\AllLibs\Modbus\Inc\__crc_algs.h ..\Core\Config\modbus_config.h

View File

@@ -0,0 +1,39 @@
uksi_test/__general_flash.o: \
..\AllLibs\PeriphGeneral\Src\__general_flash.c \
..\AllLibs\PeriphGeneral\Inc\__general_flash.h \
..\AllLibs\MyLibs\MyLibs\Inc\mylibs_defs.h \
..\Core\Config\mylibs_config.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal.h \
..\Core\Inc\stm32g4xx_hal_conf.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_def.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g4xx.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g431xx.h \
..\Drivers\CMSIS\Include\core_cm4.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\Drivers\CMSIS\Include\cmsis_version.h \
..\Drivers\CMSIS\Include\cmsis_compiler.h \
..\Drivers\CMSIS\Include\cmsis_armclang.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \
..\Drivers\CMSIS\Include\mpu_armv7.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\system_stm32g4xx.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stddef.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_cortex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_ll_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_exti.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ramfunc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim_ex.h

Binary file not shown.

View File

@@ -0,0 +1,14 @@
uksi_test/__modbus_compat.o: ..\AllLibs\Modbus\Src\__modbus_compat.c \
..\AllLibs\Modbus\Inc\modbus.h ..\AllLibs\Modbus\Inc\rs_message.h \
..\AllLibs\Modbus\Inc\modbus_core.h ..\Core\Config\modbus_config.h \
..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h \
..\AllLibs\Modbus\Inc\modbus_master.h \
..\AllLibs\Modbus\Inc\modbus_slave.h \
..\AllLibs\Modbus\Inc\modbus_coils.h \
..\AllLibs\Modbus\Inc\modbus_holdregs.h \
..\AllLibs\Modbus\Inc\modbus_inputregs.h \
..\AllLibs\Modbus\Inc\modbus_devid.h \
..\AllLibs\Modbus\Inc\modbus_diag.h

50
MDK-ARM/UKSI_TEST/adc.d Normal file
View File

@@ -0,0 +1,50 @@
uksi_test/adc.o: ..\Core\Src\adc.c ..\Core\Inc\adc.h ..\Core\Inc\main.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal.h \
..\Core\Inc\stm32g4xx_hal_conf.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_def.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g4xx.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g431xx.h \
..\Drivers\CMSIS\Include\core_cm4.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\Drivers\CMSIS\Include\cmsis_version.h \
..\Drivers\CMSIS\Include\cmsis_compiler.h \
..\Drivers\CMSIS\Include\cmsis_armclang.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \
..\Drivers\CMSIS\Include\mpu_armv7.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\system_stm32g4xx.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stddef.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_cortex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_ll_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_exti.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ramfunc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim_ex.h \
..\Core\Config\mylibs_include.h \
..\AllLibs\MyLibs\MyLibs\Inc\mylibs_defs.h \
..\Core\Config\mylibs_config.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\math.h \
..\AllLibs\MyLibs\MyLibs\Inc\bit_access.h \
..\AllLibs\MyLibs\MyLibs\Inc\trackers.h \
..\AllLibs\MyLibs\MyLibs\Inc\trace.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\string.h \
..\AllLibs\MyLibs\MyLibs\Inc\gen_optimizer.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdlib.h \
..\AllLibs\MyLibs\MyLibs\Inc\bench_time.h \
..\AllLibs\MyLibs\MyLibs\Inc\filters.h \
..\AllLibs\PeriphGeneral\Inc\__general_flash.h \
..\AllLibs\PeriphGeneral\Inc\general_gpio.h \
..\AllLibs\PeriphGeneral\Inc\general_tim.h

BIN
MDK-ARM/UKSI_TEST/adc.o Normal file

Binary file not shown.

View File

@@ -0,0 +1,41 @@
uksi_test/filters.o: ..\AllLibs\MyLibs\MyLibs\Src\filters.c \
..\AllLibs\MyLibs\MyLibs\Inc\filters.h \
..\AllLibs\MyLibs\MyLibs\Inc\mylibs_defs.h \
..\Core\Config\mylibs_config.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal.h \
..\Core\Inc\stm32g4xx_hal_conf.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_def.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g4xx.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g431xx.h \
..\Drivers\CMSIS\Include\core_cm4.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\Drivers\CMSIS\Include\cmsis_version.h \
..\Drivers\CMSIS\Include\cmsis_compiler.h \
..\Drivers\CMSIS\Include\cmsis_armclang.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \
..\Drivers\CMSIS\Include\mpu_armv7.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\system_stm32g4xx.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stddef.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_cortex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_ll_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_exti.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ramfunc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim_ex.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdlib.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\string.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\math.h

BIN
MDK-ARM/UKSI_TEST/filters.o Normal file

Binary file not shown.

View File

@@ -0,0 +1,4 @@
uksi_test/foster_student.o: ..\Core\UKSI\foster_student.c \
..\Core\UKSI\foster_student.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdbool.h

Binary file not shown.

View File

@@ -0,0 +1,38 @@
uksi_test/general_gpio.o: ..\AllLibs\PeriphGeneral\Src\general_gpio.c \
..\AllLibs\PeriphGeneral\Inc\general_gpio.h \
..\AllLibs\MyLibs\MyLibs\Inc\mylibs_defs.h \
..\Core\Config\mylibs_config.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal.h \
..\Core\Inc\stm32g4xx_hal_conf.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_def.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g4xx.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g431xx.h \
..\Drivers\CMSIS\Include\core_cm4.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\Drivers\CMSIS\Include\cmsis_version.h \
..\Drivers\CMSIS\Include\cmsis_compiler.h \
..\Drivers\CMSIS\Include\cmsis_armclang.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \
..\Drivers\CMSIS\Include\mpu_armv7.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\system_stm32g4xx.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stddef.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_cortex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_ll_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_exti.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ramfunc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim_ex.h

Binary file not shown.

View File

@@ -0,0 +1,41 @@
uksi_test/general_spi.o: ..\AllLibs\PeriphGeneral\Src\general_spi.c \
..\AllLibs\PeriphGeneral\Inc\general_spi.h \
..\AllLibs\MyLibs\MyLibs\Inc\mylibs_defs.h \
..\Core\Config\mylibs_config.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal.h \
..\Core\Inc\stm32g4xx_hal_conf.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_def.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g4xx.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g431xx.h \
..\Drivers\CMSIS\Include\core_cm4.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\Drivers\CMSIS\Include\cmsis_version.h \
..\Drivers\CMSIS\Include\cmsis_compiler.h \
..\Drivers\CMSIS\Include\cmsis_armclang.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \
..\Drivers\CMSIS\Include\mpu_armv7.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\system_stm32g4xx.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stddef.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_cortex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_ll_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_exti.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ramfunc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_spi.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_spi_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim_ex.h \
..\AllLibs\PeriphGeneral\Inc\general_gpio.h

View File

@@ -0,0 +1,39 @@
uksi_test/general_tim.o: ..\AllLibs\PeriphGeneral\Src\general_tim.c \
..\AllLibs\PeriphGeneral\Inc\general_tim.h \
..\AllLibs\MyLibs\MyLibs\Inc\mylibs_defs.h \
..\Core\Config\mylibs_config.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal.h \
..\Core\Inc\stm32g4xx_hal_conf.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_def.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g4xx.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g431xx.h \
..\Drivers\CMSIS\Include\core_cm4.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\Drivers\CMSIS\Include\cmsis_version.h \
..\Drivers\CMSIS\Include\cmsis_compiler.h \
..\Drivers\CMSIS\Include\cmsis_armclang.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \
..\Drivers\CMSIS\Include\mpu_armv7.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\system_stm32g4xx.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stddef.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_cortex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_ll_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_exti.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ramfunc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim_ex.h \
..\AllLibs\PeriphGeneral\Inc\general_gpio.h

View File

@@ -0,0 +1,5 @@
uksi_test/general_uart.o: ..\AllLibs\PeriphGeneral\Src\general_uart.c \
..\AllLibs\PeriphGeneral\Inc\general_uart.h \
..\AllLibs\MyLibs\MyLibs\Inc\mylibs_defs.h \
..\Core\Config\mylibs_config.h \
..\AllLibs\PeriphGeneral\Inc\general_gpio.h

50
MDK-ARM/UKSI_TEST/gpio.d Normal file
View File

@@ -0,0 +1,50 @@
uksi_test/gpio.o: ..\Core\Src\gpio.c ..\Core\Inc\gpio.h \
..\Core\Inc\main.h ..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal.h \
..\Core\Inc\stm32g4xx_hal_conf.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_def.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g4xx.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g431xx.h \
..\Drivers\CMSIS\Include\core_cm4.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\Drivers\CMSIS\Include\cmsis_version.h \
..\Drivers\CMSIS\Include\cmsis_compiler.h \
..\Drivers\CMSIS\Include\cmsis_armclang.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \
..\Drivers\CMSIS\Include\mpu_armv7.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\system_stm32g4xx.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stddef.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_cortex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_ll_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_exti.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ramfunc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim_ex.h \
..\Core\Config\mylibs_include.h \
..\AllLibs\MyLibs\MyLibs\Inc\mylibs_defs.h \
..\Core\Config\mylibs_config.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\math.h \
..\AllLibs\MyLibs\MyLibs\Inc\bit_access.h \
..\AllLibs\MyLibs\MyLibs\Inc\trackers.h \
..\AllLibs\MyLibs\MyLibs\Inc\trace.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\string.h \
..\AllLibs\MyLibs\MyLibs\Inc\gen_optimizer.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdlib.h \
..\AllLibs\MyLibs\MyLibs\Inc\bench_time.h \
..\AllLibs\MyLibs\MyLibs\Inc\filters.h \
..\AllLibs\PeriphGeneral\Inc\__general_flash.h \
..\AllLibs\PeriphGeneral\Inc\general_gpio.h \
..\AllLibs\PeriphGeneral\Inc\general_tim.h

BIN
MDK-ARM/UKSI_TEST/gpio.o Normal file

Binary file not shown.

54
MDK-ARM/UKSI_TEST/main.d Normal file
View File

@@ -0,0 +1,54 @@
uksi_test/main.o: ..\Core\Src\main.c ..\Core\Inc\main.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal.h \
..\Core\Inc\stm32g4xx_hal_conf.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_def.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g4xx.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\stm32g431xx.h \
..\Drivers\CMSIS\Include\core_cm4.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\Drivers\CMSIS\Include\cmsis_version.h \
..\Drivers\CMSIS\Include\cmsis_compiler.h \
..\Drivers\CMSIS\Include\cmsis_armclang.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \
..\Drivers\CMSIS\Include\mpu_armv7.h \
..\Drivers\CMSIS\Device\ST\STM32G4xx\Include\system_stm32g4xx.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stddef.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_rcc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_gpio_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_dma_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_cortex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_ll_adc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_adc_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_exti.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_flash_ramfunc.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_pwr_ex.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim.h \
..\Drivers\STM32G4xx_HAL_Driver\Inc\stm32g4xx_hal_tim_ex.h \
..\Core\Config\mylibs_include.h \
..\AllLibs\MyLibs\MyLibs\Inc\mylibs_defs.h \
..\Core\Config\mylibs_config.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\math.h \
..\AllLibs\MyLibs\MyLibs\Inc\bit_access.h \
..\AllLibs\MyLibs\MyLibs\Inc\trackers.h \
..\AllLibs\MyLibs\MyLibs\Inc\trace.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\string.h \
..\AllLibs\MyLibs\MyLibs\Inc\gen_optimizer.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdlib.h \
..\AllLibs\MyLibs\MyLibs\Inc\bench_time.h \
..\AllLibs\MyLibs\MyLibs\Inc\filters.h \
..\AllLibs\PeriphGeneral\Inc\__general_flash.h \
..\AllLibs\PeriphGeneral\Inc\general_gpio.h \
..\AllLibs\PeriphGeneral\Inc\general_tim.h ..\Core\Inc\adc.h \
..\Core\Inc\tim.h ..\Core\Inc\gpio.h ..\Core\UKSI\uksi_main.h \
..\Core\UKSI\uksi_calc_res.h ..\Core\UKSI\foster_student.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdbool.h \
..\Core\UKSI\uksi_dc_control.h

BIN
MDK-ARM/UKSI_TEST/main.o Normal file

Binary file not shown.

View File

@@ -0,0 +1,14 @@
uksi_test/modbus.o: ..\AllLibs\Modbus\Src\modbus.c \
..\AllLibs\Modbus\Inc\modbus.h ..\AllLibs\Modbus\Inc\rs_message.h \
..\AllLibs\Modbus\Inc\modbus_core.h ..\Core\Config\modbus_config.h \
..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h \
..\AllLibs\Modbus\Inc\modbus_master.h \
..\AllLibs\Modbus\Inc\modbus_slave.h \
..\AllLibs\Modbus\Inc\modbus_coils.h \
..\AllLibs\Modbus\Inc\modbus_holdregs.h \
..\AllLibs\Modbus\Inc\modbus_inputregs.h \
..\AllLibs\Modbus\Inc\modbus_devid.h \
..\AllLibs\Modbus\Inc\modbus_diag.h

View File

@@ -0,0 +1,7 @@
uksi_test/modbus_coils.o: ..\AllLibs\Modbus\Src\modbus_coils.c \
..\AllLibs\Modbus\Inc\modbus_coils.h \
..\AllLibs\Modbus\Inc\modbus_core.h ..\Core\Config\modbus_config.h \
..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h

View File

@@ -0,0 +1,6 @@
uksi_test/modbus_core.o: ..\AllLibs\Modbus\Src\modbus_core.c \
..\AllLibs\Modbus\Inc\modbus_core.h ..\Core\Config\modbus_config.h \
..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h

Binary file not shown.

View File

@@ -0,0 +1,10 @@
uksi_test/modbus_data.o: ..\Core\Config\modbus_data.c \
..\AllLibs\Modbus\Inc\modbus_core.h ..\Core\Config\modbus_config.h \
..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h \
..\AllLibs\Modbus\Inc\modbus_coils.h \
..\AllLibs\Modbus\Inc\modbus_holdregs.h \
..\AllLibs\Modbus\Inc\modbus_inputregs.h \
..\AllLibs\Modbus\Inc\modbus_devid.h

View File

@@ -0,0 +1,7 @@
uksi_test/modbus_devid.o: ..\AllLibs\Modbus\Src\modbus_devid.c \
..\AllLibs\Modbus\Inc\modbus_devid.h \
..\AllLibs\Modbus\Inc\modbus_core.h ..\Core\Config\modbus_config.h \
..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h

Binary file not shown.

View File

@@ -0,0 +1,7 @@
uksi_test/modbus_diag.o: ..\AllLibs\Modbus\Src\modbus_diag.c \
..\AllLibs\Modbus\Inc\modbus_diag.h \
..\AllLibs\Modbus\Inc\modbus_core.h ..\Core\Config\modbus_config.h \
..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h

Binary file not shown.

View File

@@ -0,0 +1,7 @@
uksi_test/modbus_holdregs.o: ..\AllLibs\Modbus\Src\modbus_holdregs.c \
..\AllLibs\Modbus\Inc\modbus_inputregs.h \
..\AllLibs\Modbus\Inc\modbus_core.h ..\Core\Config\modbus_config.h \
..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h

Binary file not shown.

View File

@@ -0,0 +1,7 @@
uksi_test/modbus_inputregs.o: ..\AllLibs\Modbus\Src\modbus_inputregs.c \
..\AllLibs\Modbus\Inc\modbus_inputregs.h \
..\AllLibs\Modbus\Inc\modbus_core.h ..\Core\Config\modbus_config.h \
..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h

Binary file not shown.

View File

@@ -0,0 +1,14 @@
uksi_test/modbus_master.o: ..\AllLibs\Modbus\Src\modbus_master.c \
..\AllLibs\Modbus\Inc\modbus.h ..\AllLibs\Modbus\Inc\rs_message.h \
..\AllLibs\Modbus\Inc\modbus_core.h ..\Core\Config\modbus_config.h \
..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h \
..\AllLibs\Modbus\Inc\modbus_master.h \
..\AllLibs\Modbus\Inc\modbus_slave.h \
..\AllLibs\Modbus\Inc\modbus_coils.h \
..\AllLibs\Modbus\Inc\modbus_holdregs.h \
..\AllLibs\Modbus\Inc\modbus_inputregs.h \
..\AllLibs\Modbus\Inc\modbus_devid.h \
..\AllLibs\Modbus\Inc\modbus_diag.h

View File

@@ -0,0 +1,14 @@
uksi_test/modbus_slave.o: ..\AllLibs\Modbus\Src\modbus_slave.c \
..\AllLibs\Modbus\Inc\modbus.h ..\AllLibs\Modbus\Inc\rs_message.h \
..\AllLibs\Modbus\Inc\modbus_core.h ..\Core\Config\modbus_config.h \
..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h \
..\AllLibs\Modbus\Inc\modbus_master.h \
..\AllLibs\Modbus\Inc\modbus_slave.h \
..\AllLibs\Modbus\Inc\modbus_coils.h \
..\AllLibs\Modbus\Inc\modbus_holdregs.h \
..\AllLibs\Modbus\Inc\modbus_inputregs.h \
..\AllLibs\Modbus\Inc\modbus_devid.h \
..\AllLibs\Modbus\Inc\modbus_diag.h

View File

@@ -0,0 +1,7 @@
uksi_test/rs_message.o: ..\AllLibs\Modbus\Src\rs_message.c \
..\AllLibs\Modbus\Inc\rs_message.h ..\AllLibs\Modbus\Inc\modbus_core.h \
..\Core\Config\modbus_config.h ..\Core\Config\modbus_data.h \
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \
..\AllLibs\Modbus\Inc\__crc_algs.h \
..\AllLibs\Modbus\Inc\__modbus_compat.h \
..\AllLibs\Modbus\Inc\modbus_diag.h

Some files were not shown because too many files have changed in this diff Show More