Base for DMA and Real Target

This commit is contained in:
Simon 2023-06-13 16:46:32 +02:00
parent d5508aafde
commit 01cba6360d
217 changed files with 5341 additions and 458 deletions

View file

@ -0,0 +1,42 @@
// File: STM32F030_070.dbgconf
// Version: 1.0.0
// Note: refer to STM32F030x4/x6/x8/xC, STM32F070x6/xB Reference manual (RM0360)
// refer to STM32F030x4 STM32F030x6, STM32F030x8 STM32F030xC datasheet
// STM32F070CB STM32F070RB, STM32F070C6 STM32F070F6 datasheet
// <<< 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
// </h>
DbgMCU_CR = 0x00000006;
// <h> Debug MCU APB1 freeze register (DBGMCU_APB1_FZ)
// <i> Reserved bits must be kept at reset value
// <o.21> DBG_I2C1_TIMEOUT <i> I2C1 SMBUS timeout mode stopped when core is halted
// <o.12> DBG_IWDG_STOP <i> Independent watchdog stopped when core is halted
// <o.11> DBG_WWDG_STOP <i> Window watchdog stopped when core is halted
// <o.10> DBG_RTC_STOP <i> RTC stopped when core is halted
// <o.8> DBG_TIM14_STOP <i> TIM14 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.1> DBG_TIM3_STOP <i> TIM3 counter stopped when core is halted
// </h>
DbgMCU_APB1_Fz = 0x00000000;
// <h> Debug MCU APB2 freeze register (DBGMCU_APB2_FZ)
// <i> Reserved bits must be kept at reset value
// <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.11> DBG_TIM1_STOP <i> TIM1 counter stopped when core is halted
// </h>
DbgMCU_APB2_Fz = 0x00000000;
// <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>

14
project/JLinkLog.txt Normal file
View file

@ -0,0 +1,14 @@
T21F8 000:006.946 SEGGER J-Link V7.88d Log File
T21F8 000:007.093 DLL Compiled: May 24 2023 15:18:11
T21F8 000:007.157 Logging started @ 2023-06-13 14:43
T21F8 000:007.164 - 7.168ms
T21F8 000:007.181 JLINK_SetWarnOutHandler(...)
T21F8 000:007.192 - 0.015ms
T21F8 000:007.202 JLINK_OpenEx(...)
T21F8 000:011.592 Firmware: J-Link V10 compiled Jan 30 2023 11:28:07
T21F8 000:011.927 Firmware: J-Link V10 compiled Jan 30 2023 11:28:07
T21F8 000:012.208 Decompressing FW timestamp took 242 us
T21F8 000:014.301 Hardware: V10.10
T21F8 000:014.320 S/N: 260106172
T21F8 000:014.331 OEM: SEGGER-EDU
T21F8 000:014.359 Feature(s): FlashBP, GDB

44
project/JLinkSettings.ini Normal file
View file

@ -0,0 +1,44 @@
[BREAKPOINTS]
ForceImpTypeAny = 0
ShowInfoWin = 1
EnableFlashBP = 2
BPDuringExecution = 0
[CFI]
CFISize = 0x00
CFIAddr = 0x00
[CPU]
MonModeVTableAddr = 0xFFFFFFFF
MonModeDebug = 0
MaxNumAPs = 0
LowPowerHandlingMode = 0
OverrideMemMap = 0
AllowSimulation = 1
ScriptFile=""
[FLASH]
RMWThreshold = 0x400
Loaders=""
EraseType = 0x00
CacheExcludeSize = 0x00
CacheExcludeAddr = 0x00
MinNumBytesFlashDL = 0
SkipProgOnCRCMatch = 1
VerifyDownload = 1
AllowCaching = 1
EnableFlashDL = 2
Override = 0
Device="ARM7"
[GENERAL]
WorkRAMSize = 0x00
WorkRAMAddr = 0x00
RAMUsageLimit = 0x00
[SWO]
SWOLogFile=""
[MEM]
RdOverrideOrMask = 0x00
RdOverrideAndMask = 0xFFFFFFFF
RdOverrideAddr = 0xFFFFFFFF
WrOverrideOrMask = 0x00
WrOverrideAndMask = 0xFFFFFFFF
WrOverrideAddr = 0xFFFFFFFF
[RAM]
VerifyDownload = 0x00

View file

@ -4,6 +4,8 @@ Component: ARM Compiler 5.06 update 7 (build 960) Tool: armlink [4d3601]
Section Cross References Section Cross References
main.o(i.MX_DMA_Init) refers to stm32f0xx_hal_cortex.o(i.HAL_NVIC_SetPriority) for HAL_NVIC_SetPriority
main.o(i.MX_DMA_Init) refers to stm32f0xx_hal_cortex.o(i.HAL_NVIC_EnableIRQ) for HAL_NVIC_EnableIRQ
main.o(i.MX_SPI1_Init) refers to stm32f0xx_hal_spi.o(i.HAL_SPI_Init) for HAL_SPI_Init main.o(i.MX_SPI1_Init) refers to stm32f0xx_hal_spi.o(i.HAL_SPI_Init) for HAL_SPI_Init
main.o(i.MX_SPI1_Init) refers to main.o(i.Error_Handler) for Error_Handler main.o(i.MX_SPI1_Init) refers to main.o(i.Error_Handler) for Error_Handler
main.o(i.MX_SPI1_Init) refers to main.o(.bss) for hspi1 main.o(i.MX_SPI1_Init) refers to main.o(.bss) for hspi1
@ -14,7 +16,12 @@ Section Cross References
main.o(i.main) refers to stm32f0xx_hal.o(i.HAL_Init) for HAL_Init main.o(i.main) refers to stm32f0xx_hal.o(i.HAL_Init) for HAL_Init
main.o(i.main) refers to main.o(i.SystemClock_Config) for SystemClock_Config main.o(i.main) refers to main.o(i.SystemClock_Config) for SystemClock_Config
main.o(i.main) refers to main.o(i.MX_GPIO_Init) for MX_GPIO_Init main.o(i.main) refers to main.o(i.MX_GPIO_Init) for MX_GPIO_Init
main.o(i.main) refers to main.o(i.MX_DMA_Init) for MX_DMA_Init
main.o(i.main) refers to main.o(i.MX_SPI1_Init) for MX_SPI1_Init main.o(i.main) refers to main.o(i.MX_SPI1_Init) for MX_SPI1_Init
main.o(i.main) refers to stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_DMA) for HAL_SPI_Transmit_DMA
main.o(i.main) refers to main.o(.bss) for hspi1
stm32f0xx_it.o(i.DMA1_Channel2_3_IRQHandler) refers to stm32f0xx_hal_dma.o(i.HAL_DMA_IRQHandler) for HAL_DMA_IRQHandler
stm32f0xx_it.o(i.DMA1_Channel2_3_IRQHandler) refers to main.o(.bss) for hdma_spi1_tx
stm32f0xx_it.o(i.SysTick_Handler) refers to stm32f0xx_hal.o(i.HAL_IncTick) for HAL_IncTick stm32f0xx_it.o(i.SysTick_Handler) refers to stm32f0xx_hal.o(i.HAL_IncTick) for HAL_IncTick
stm32f0xx_hal.o(i.HAL_DeInit) refers to stm32f0xx_hal.o(i.HAL_MspDeInit) for HAL_MspDeInit stm32f0xx_hal.o(i.HAL_DeInit) refers to stm32f0xx_hal.o(i.HAL_MspDeInit) for HAL_MspDeInit
stm32f0xx_hal.o(i.HAL_Delay) refers to stm32f0xx_hal.o(i.HAL_GetTick) for HAL_GetTick stm32f0xx_hal.o(i.HAL_Delay) refers to stm32f0xx_hal.o(i.HAL_GetTick) for HAL_GetTick
@ -578,11 +585,16 @@ Section Cross References
startup_stm32f030x6.o(RESET) refers to stm32f0xx_it.o(i.SVC_Handler) for SVC_Handler startup_stm32f030x6.o(RESET) refers to stm32f0xx_it.o(i.SVC_Handler) for SVC_Handler
startup_stm32f030x6.o(RESET) refers to stm32f0xx_it.o(i.PendSV_Handler) for PendSV_Handler startup_stm32f030x6.o(RESET) refers to stm32f0xx_it.o(i.PendSV_Handler) for PendSV_Handler
startup_stm32f030x6.o(RESET) refers to stm32f0xx_it.o(i.SysTick_Handler) for SysTick_Handler startup_stm32f030x6.o(RESET) refers to stm32f0xx_it.o(i.SysTick_Handler) for SysTick_Handler
startup_stm32f030x6.o(RESET) refers to stm32f0xx_it.o(i.DMA1_Channel2_3_IRQHandler) for DMA1_Channel2_3_IRQHandler
startup_stm32f030x6.o(.text) refers to system_stm32f0xx.o(i.SystemInit) for SystemInit startup_stm32f030x6.o(.text) refers to system_stm32f0xx.o(i.SystemInit) for SystemInit
startup_stm32f030x6.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main startup_stm32f030x6.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main
stm32f0xx_hal_msp.o(i.HAL_SPI_MspDeInit) refers to stm32f0xx_hal_gpio.o(i.HAL_GPIO_DeInit) for HAL_GPIO_DeInit stm32f0xx_hal_msp.o(i.HAL_SPI_MspDeInit) refers to stm32f0xx_hal_gpio.o(i.HAL_GPIO_DeInit) for HAL_GPIO_DeInit
stm32f0xx_hal_msp.o(i.HAL_SPI_MspDeInit) refers to stm32f0xx_hal_dma.o(i.HAL_DMA_DeInit) for HAL_DMA_DeInit
stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit) refers to memseta.o(.text) for __aeabi_memclr4 stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit) refers to memseta.o(.text) for __aeabi_memclr4
stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit) refers to stm32f0xx_hal_gpio.o(i.HAL_GPIO_Init) for HAL_GPIO_Init stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit) refers to stm32f0xx_hal_gpio.o(i.HAL_GPIO_Init) for HAL_GPIO_Init
stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit) refers to stm32f0xx_hal_dma.o(i.HAL_DMA_Init) for HAL_DMA_Init
stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit) refers to main.o(i.Error_Handler) for Error_Handler
stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit) refers to main.o(.bss) for hdma_spi1_tx
system_stm32f0xx.o(i.SystemCoreClockUpdate) refers to uidiv.o(.text) for __aeabi_uidivmod system_stm32f0xx.o(i.SystemCoreClockUpdate) refers to uidiv.o(.text) for __aeabi_uidivmod
system_stm32f0xx.o(i.SystemCoreClockUpdate) refers to system_stm32f0xx.o(.data) for SystemCoreClock system_stm32f0xx.o(i.SystemCoreClockUpdate) refers to system_stm32f0xx.o(.data) for SystemCoreClock
system_stm32f0xx.o(i.SystemCoreClockUpdate) refers to system_stm32f0xx.o(.constdata) for AHBPrescTable system_stm32f0xx.o(i.SystemCoreClockUpdate) refers to system_stm32f0xx.o(.constdata) for AHBPrescTable
@ -649,7 +661,6 @@ Removing Unused input sections from the image.
Removing stm32f0xx_hal_cortex.o(.revsh_text), (4 bytes). Removing stm32f0xx_hal_cortex.o(.revsh_text), (4 bytes).
Removing stm32f0xx_hal_cortex.o(i.HAL_NVIC_ClearPendingIRQ), (28 bytes). Removing stm32f0xx_hal_cortex.o(i.HAL_NVIC_ClearPendingIRQ), (28 bytes).
Removing stm32f0xx_hal_cortex.o(i.HAL_NVIC_DisableIRQ), (36 bytes). Removing stm32f0xx_hal_cortex.o(i.HAL_NVIC_DisableIRQ), (36 bytes).
Removing stm32f0xx_hal_cortex.o(i.HAL_NVIC_EnableIRQ), (36 bytes).
Removing stm32f0xx_hal_cortex.o(i.HAL_NVIC_GetPendingIRQ), (48 bytes). Removing stm32f0xx_hal_cortex.o(i.HAL_NVIC_GetPendingIRQ), (48 bytes).
Removing stm32f0xx_hal_cortex.o(i.HAL_NVIC_GetPriority), (72 bytes). Removing stm32f0xx_hal_cortex.o(i.HAL_NVIC_GetPriority), (72 bytes).
Removing stm32f0xx_hal_cortex.o(i.HAL_NVIC_SetPendingIRQ), (28 bytes). Removing stm32f0xx_hal_cortex.o(i.HAL_NVIC_SetPendingIRQ), (28 bytes).
@ -667,19 +678,14 @@ Removing Unused input sections from the image.
Removing stm32f0xx_hal_dac_ex.o(.revsh_text), (4 bytes). Removing stm32f0xx_hal_dac_ex.o(.revsh_text), (4 bytes).
Removing stm32f0xx_hal_dma.o(.rev16_text), (4 bytes). Removing stm32f0xx_hal_dma.o(.rev16_text), (4 bytes).
Removing stm32f0xx_hal_dma.o(.revsh_text), (4 bytes). Removing stm32f0xx_hal_dma.o(.revsh_text), (4 bytes).
Removing stm32f0xx_hal_dma.o(i.DMA_CalcBaseAndBitshift), (32 bytes).
Removing stm32f0xx_hal_dma.o(i.DMA_SetConfig), (42 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_Abort), (82 bytes). Removing stm32f0xx_hal_dma.o(i.HAL_DMA_Abort), (82 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_Abort_IT), (88 bytes). Removing stm32f0xx_hal_dma.o(i.HAL_DMA_Abort_IT), (88 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_DeInit), (88 bytes). Removing stm32f0xx_hal_dma.o(i.HAL_DMA_DeInit), (88 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_GetError), (6 bytes). Removing stm32f0xx_hal_dma.o(i.HAL_DMA_GetError), (6 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_GetState), (8 bytes). Removing stm32f0xx_hal_dma.o(i.HAL_DMA_GetState), (8 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_IRQHandler), (240 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_Init), (92 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_PollForTransfer), (236 bytes). Removing stm32f0xx_hal_dma.o(i.HAL_DMA_PollForTransfer), (236 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_RegisterCallback), (92 bytes). Removing stm32f0xx_hal_dma.o(i.HAL_DMA_RegisterCallback), (92 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_Start), (110 bytes). Removing stm32f0xx_hal_dma.o(i.HAL_DMA_Start), (110 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_Start_IT), (154 bytes).
Removing stm32f0xx_hal_dma.o(i.HAL_DMA_UnRegisterCallback), (108 bytes). Removing stm32f0xx_hal_dma.o(i.HAL_DMA_UnRegisterCallback), (108 bytes).
Removing stm32f0xx_hal_exti.o(.rev16_text), (4 bytes). Removing stm32f0xx_hal_exti.o(.rev16_text), (4 bytes).
Removing stm32f0xx_hal_exti.o(.revsh_text), (4 bytes). Removing stm32f0xx_hal_exti.o(.revsh_text), (4 bytes).
@ -881,7 +887,6 @@ Removing Unused input sections from the image.
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_DMAResume), (50 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_DMAResume), (50 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_DMAStop), (80 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_DMAStop), (80 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_DeInit), (58 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_DeInit), (58 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_ErrorCallback), (2 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_GetError), (6 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_GetError), (6 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_GetState), (8 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_GetState), (8 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_IRQHandler), (412 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_IRQHandler), (412 bytes).
@ -896,10 +901,7 @@ Removing Unused input sections from the image.
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TransmitReceive), (618 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TransmitReceive), (618 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TransmitReceive_DMA), (620 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TransmitReceive_DMA), (620 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TransmitReceive_IT), (256 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TransmitReceive_IT), (256 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_DMA), (356 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_IT), (200 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_IT), (200 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TxCpltCallback), (2 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TxHalfCpltCallback), (2 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TxRxCpltCallback), (2 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TxRxCpltCallback), (2 bytes).
Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TxRxHalfCpltCallback), (2 bytes). Removing stm32f0xx_hal_spi.o(i.HAL_SPI_TxRxHalfCpltCallback), (2 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_2linesRxISR_16BIT), (62 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_2linesRxISR_16BIT), (62 bytes).
@ -912,23 +914,17 @@ Removing Unused input sections from the image.
Removing stm32f0xx_hal_spi.o(i.SPI_CloseRx_ISR), (72 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_CloseRx_ISR), (72 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_CloseTx_ISR), (98 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_CloseTx_ISR), (98 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_DMAAbortOnError), (24 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_DMAAbortOnError), (24 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_DMAError), (40 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_DMAHalfReceiveCplt), (14 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_DMAHalfReceiveCplt), (14 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_DMAHalfTransmitCplt), (14 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_DMAHalfTransmitReceiveCplt), (14 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_DMAHalfTransmitReceiveCplt), (14 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_DMAReceiveCplt), (130 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_DMAReceiveCplt), (130 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_DMARxAbortCallback), (184 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_DMARxAbortCallback), (184 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_DMATransmitCplt), (128 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_DMATransmitReceiveCplt), (108 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_DMATransmitReceiveCplt), (108 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_DMATxAbortCallback), (180 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_DMATxAbortCallback), (180 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_EndRxTransaction), (142 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_EndRxTransaction), (142 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_EndRxTxTransaction), (106 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_RxISR_16BIT), (44 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_RxISR_16BIT), (44 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_RxISR_8BIT), (44 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_RxISR_8BIT), (44 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_TxISR_16BIT), (38 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_TxISR_16BIT), (38 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_TxISR_8BIT), (38 bytes). Removing stm32f0xx_hal_spi.o(i.SPI_TxISR_8BIT), (38 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_WaitFifoStateUntilTimeout), (252 bytes).
Removing stm32f0xx_hal_spi.o(i.SPI_WaitFlagStateUntilTimeout), (220 bytes).
Removing stm32f0xx_hal_spi_ex.o(.rev16_text), (4 bytes). Removing stm32f0xx_hal_spi_ex.o(.rev16_text), (4 bytes).
Removing stm32f0xx_hal_spi_ex.o(.revsh_text), (4 bytes). Removing stm32f0xx_hal_spi_ex.o(.revsh_text), (4 bytes).
Removing stm32f0xx_hal_spi_ex.o(i.HAL_SPIEx_FlushRxFifo), (46 bytes). Removing stm32f0xx_hal_spi_ex.o(i.HAL_SPIEx_FlushRxFifo), (46 bytes).
@ -1099,13 +1095,13 @@ Removing Unused input sections from the image.
Removing startup_stm32f030x6.o(HEAP), (512 bytes). Removing startup_stm32f030x6.o(HEAP), (512 bytes).
Removing stm32f0xx_hal_msp.o(.rev16_text), (4 bytes). Removing stm32f0xx_hal_msp.o(.rev16_text), (4 bytes).
Removing stm32f0xx_hal_msp.o(.revsh_text), (4 bytes). Removing stm32f0xx_hal_msp.o(.revsh_text), (4 bytes).
Removing stm32f0xx_hal_msp.o(i.HAL_SPI_MspDeInit), (44 bytes). Removing stm32f0xx_hal_msp.o(i.HAL_SPI_MspDeInit), (52 bytes).
Removing system_stm32f0xx.o(.rev16_text), (4 bytes). Removing system_stm32f0xx.o(.rev16_text), (4 bytes).
Removing system_stm32f0xx.o(.revsh_text), (4 bytes). Removing system_stm32f0xx.o(.revsh_text), (4 bytes).
Removing system_stm32f0xx.o(i.SystemCoreClockUpdate), (176 bytes). Removing system_stm32f0xx.o(i.SystemCoreClockUpdate), (176 bytes).
Removing stm32f0xx_hal_dma.o(i.__ARM_common_switch8), (28 bytes). Removing stm32f0xx_hal_dma.o(i.__ARM_common_switch8), (28 bytes).
494 unused section(s) (total 38738 bytes) removed from the image. 478 unused section(s) (total 37028 bytes) removed from the image.
============================================================================== ==============================================================================
@ -1117,23 +1113,23 @@ Image Symbol Table
../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE ../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE
../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE ../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry12b.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry12b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry12a.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry12a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE
../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE
../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE ../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE
../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE
../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE ../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE
C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c 0x00000000 Number 0 stm32f0xx_hal.o ABSOLUTE C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c 0x00000000 Number 0 stm32f0xx_hal.o ABSOLUTE
C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c 0x00000000 Number 0 stm32f0xx_hal_adc.o ABSOLUTE C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c 0x00000000 Number 0 stm32f0xx_hal_adc.o ABSOLUTE
@ -1283,43 +1279,70 @@ Image Symbol Table
.text 0x08000192 Section 0 memseta.o(.text) .text 0x08000192 Section 0 memseta.o(.text)
.text 0x080001b6 Section 0 llshl.o(.text) .text 0x080001b6 Section 0 llshl.o(.text)
.text 0x080001d8 Section 36 init.o(.text) .text 0x080001d8 Section 36 init.o(.text)
i.Error_Handler 0x080001fc Section 0 main.o(i.Error_Handler) i.DMA1_Channel2_3_IRQHandler 0x080001fc Section 0 stm32f0xx_it.o(i.DMA1_Channel2_3_IRQHandler)
i.HAL_GPIO_Init 0x08000204 Section 0 stm32f0xx_hal_gpio.o(i.HAL_GPIO_Init) i.DMA_CalcBaseAndBitshift 0x0800020c Section 0 stm32f0xx_hal_dma.o(i.DMA_CalcBaseAndBitshift)
i.HAL_GetTick 0x080003f4 Section 0 stm32f0xx_hal.o(i.HAL_GetTick) DMA_CalcBaseAndBitshift 0x0800020d Thumb Code 28 stm32f0xx_hal_dma.o(i.DMA_CalcBaseAndBitshift)
i.HAL_IncTick 0x08000400 Section 0 stm32f0xx_hal.o(i.HAL_IncTick) i.DMA_SetConfig 0x0800022c Section 0 stm32f0xx_hal_dma.o(i.DMA_SetConfig)
i.HAL_Init 0x08000418 Section 0 stm32f0xx_hal.o(i.HAL_Init) DMA_SetConfig 0x0800022d Thumb Code 42 stm32f0xx_hal_dma.o(i.DMA_SetConfig)
i.HAL_InitTick 0x08000438 Section 0 stm32f0xx_hal.o(i.HAL_InitTick) i.Error_Handler 0x08000256 Section 0 main.o(i.Error_Handler)
i.HAL_MspInit 0x0800048c Section 0 stm32f0xx_hal_msp.o(i.HAL_MspInit) i.HAL_DMA_IRQHandler 0x0800025c Section 0 stm32f0xx_hal_dma.o(i.HAL_DMA_IRQHandler)
i.HAL_NVIC_SetPriority 0x080004cc Section 0 stm32f0xx_hal_cortex.o(i.HAL_NVIC_SetPriority) i.HAL_DMA_Init 0x0800034c Section 0 stm32f0xx_hal_dma.o(i.HAL_DMA_Init)
i.HAL_RCC_ClockConfig 0x080004e0 Section 0 stm32f0xx_hal_rcc.o(i.HAL_RCC_ClockConfig) i.HAL_DMA_Start_IT 0x080003a8 Section 0 stm32f0xx_hal_dma.o(i.HAL_DMA_Start_IT)
i.HAL_RCC_GetSysClockFreq 0x0800064c Section 0 stm32f0xx_hal_rcc.o(i.HAL_RCC_GetSysClockFreq) i.HAL_GPIO_Init 0x08000444 Section 0 stm32f0xx_hal_gpio.o(i.HAL_GPIO_Init)
i.HAL_RCC_OscConfig 0x0800071c Section 0 stm32f0xx_hal_rcc.o(i.HAL_RCC_OscConfig) i.HAL_GetTick 0x08000634 Section 0 stm32f0xx_hal.o(i.HAL_GetTick)
i.HAL_SPI_Init 0x08000ca8 Section 0 stm32f0xx_hal_spi.o(i.HAL_SPI_Init) i.HAL_IncTick 0x08000640 Section 0 stm32f0xx_hal.o(i.HAL_IncTick)
i.HAL_SPI_MspInit 0x08000db4 Section 0 stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit) i.HAL_Init 0x08000658 Section 0 stm32f0xx_hal.o(i.HAL_Init)
i.HAL_SYSTICK_Config 0x08000e30 Section 0 stm32f0xx_hal_cortex.o(i.HAL_SYSTICK_Config) i.HAL_InitTick 0x08000678 Section 0 stm32f0xx_hal.o(i.HAL_InitTick)
i.HardFault_Handler 0x08000e68 Section 0 stm32f0xx_it.o(i.HardFault_Handler) i.HAL_MspInit 0x080006cc Section 0 stm32f0xx_hal_msp.o(i.HAL_MspInit)
i.MX_GPIO_Init 0x08000e6c Section 0 main.o(i.MX_GPIO_Init) i.HAL_NVIC_EnableIRQ 0x0800070c Section 0 stm32f0xx_hal_cortex.o(i.HAL_NVIC_EnableIRQ)
MX_GPIO_Init 0x08000e6d Thumb Code 36 main.o(i.MX_GPIO_Init) i.HAL_NVIC_SetPriority 0x08000730 Section 0 stm32f0xx_hal_cortex.o(i.HAL_NVIC_SetPriority)
i.MX_SPI1_Init 0x08000e94 Section 0 main.o(i.MX_SPI1_Init) i.HAL_RCC_ClockConfig 0x08000744 Section 0 stm32f0xx_hal_rcc.o(i.HAL_RCC_ClockConfig)
MX_SPI1_Init 0x08000e95 Thumb Code 74 main.o(i.MX_SPI1_Init) i.HAL_RCC_GetSysClockFreq 0x080008b0 Section 0 stm32f0xx_hal_rcc.o(i.HAL_RCC_GetSysClockFreq)
i.NMI_Handler 0x08000ee8 Section 0 stm32f0xx_it.o(i.NMI_Handler) i.HAL_RCC_OscConfig 0x08000980 Section 0 stm32f0xx_hal_rcc.o(i.HAL_RCC_OscConfig)
i.PendSV_Handler 0x08000eec Section 0 stm32f0xx_it.o(i.PendSV_Handler) i.HAL_SPI_ErrorCallback 0x08000f0c Section 0 stm32f0xx_hal_spi.o(i.HAL_SPI_ErrorCallback)
i.SVC_Handler 0x08000eee Section 0 stm32f0xx_it.o(i.SVC_Handler) i.HAL_SPI_Init 0x08000f0e Section 0 stm32f0xx_hal_spi.o(i.HAL_SPI_Init)
i.SysTick_Handler 0x08000ef0 Section 0 stm32f0xx_it.o(i.SysTick_Handler) i.HAL_SPI_MspInit 0x0800101c Section 0 stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit)
i.SystemClock_Config 0x08000ef8 Section 0 main.o(i.SystemClock_Config) i.HAL_SPI_Transmit_DMA 0x080010d8 Section 0 stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_DMA)
i.SystemInit 0x08000f5e Section 0 system_stm32f0xx.o(i.SystemInit) i.HAL_SPI_TxCpltCallback 0x0800123c Section 0 stm32f0xx_hal_spi.o(i.HAL_SPI_TxCpltCallback)
i.__ARM_common_ll_muluu 0x08000f60 Section 0 stm32f0xx_hal_rcc.o(i.__ARM_common_ll_muluu) i.HAL_SPI_TxHalfCpltCallback 0x0800123e Section 0 stm32f0xx_hal_spi.o(i.HAL_SPI_TxHalfCpltCallback)
i.__NVIC_SetPriority 0x08000f90 Section 0 stm32f0xx_hal_cortex.o(i.__NVIC_SetPriority) i.HAL_SYSTICK_Config 0x08001240 Section 0 stm32f0xx_hal_cortex.o(i.HAL_SYSTICK_Config)
__NVIC_SetPriority 0x08000f91 Thumb Code 110 stm32f0xx_hal_cortex.o(i.__NVIC_SetPriority) i.HardFault_Handler 0x08001278 Section 0 stm32f0xx_it.o(i.HardFault_Handler)
i.__scatterload_copy 0x08001008 Section 14 handlers.o(i.__scatterload_copy) i.MX_DMA_Init 0x0800127c Section 0 main.o(i.MX_DMA_Init)
i.__scatterload_null 0x08001016 Section 2 handlers.o(i.__scatterload_null) MX_DMA_Init 0x0800127d Thumb Code 48 main.o(i.MX_DMA_Init)
i.__scatterload_zeroinit 0x08001018 Section 14 handlers.o(i.__scatterload_zeroinit) i.MX_GPIO_Init 0x080012b0 Section 0 main.o(i.MX_GPIO_Init)
i.main 0x08001026 Section 0 main.o(i.main) MX_GPIO_Init 0x080012b1 Thumb Code 36 main.o(i.MX_GPIO_Init)
.constdata 0x0800103a Section 24 system_stm32f0xx.o(.constdata) i.MX_SPI1_Init 0x080012d8 Section 0 main.o(i.MX_SPI1_Init)
MX_SPI1_Init 0x080012d9 Thumb Code 74 main.o(i.MX_SPI1_Init)
i.NMI_Handler 0x0800132c Section 0 stm32f0xx_it.o(i.NMI_Handler)
i.PendSV_Handler 0x08001330 Section 0 stm32f0xx_it.o(i.PendSV_Handler)
i.SPI_DMAError 0x08001332 Section 0 stm32f0xx_hal_spi.o(i.SPI_DMAError)
SPI_DMAError 0x08001333 Thumb Code 40 stm32f0xx_hal_spi.o(i.SPI_DMAError)
i.SPI_DMAHalfTransmitCplt 0x0800135a Section 0 stm32f0xx_hal_spi.o(i.SPI_DMAHalfTransmitCplt)
SPI_DMAHalfTransmitCplt 0x0800135b Thumb Code 14 stm32f0xx_hal_spi.o(i.SPI_DMAHalfTransmitCplt)
i.SPI_DMATransmitCplt 0x08001368 Section 0 stm32f0xx_hal_spi.o(i.SPI_DMATransmitCplt)
SPI_DMATransmitCplt 0x08001369 Thumb Code 128 stm32f0xx_hal_spi.o(i.SPI_DMATransmitCplt)
i.SPI_EndRxTxTransaction 0x080013e8 Section 0 stm32f0xx_hal_spi.o(i.SPI_EndRxTxTransaction)
SPI_EndRxTxTransaction 0x080013e9 Thumb Code 106 stm32f0xx_hal_spi.o(i.SPI_EndRxTxTransaction)
i.SPI_WaitFifoStateUntilTimeout 0x08001454 Section 0 stm32f0xx_hal_spi.o(i.SPI_WaitFifoStateUntilTimeout)
SPI_WaitFifoStateUntilTimeout 0x08001455 Thumb Code 246 stm32f0xx_hal_spi.o(i.SPI_WaitFifoStateUntilTimeout)
i.SPI_WaitFlagStateUntilTimeout 0x08001550 Section 0 stm32f0xx_hal_spi.o(i.SPI_WaitFlagStateUntilTimeout)
SPI_WaitFlagStateUntilTimeout 0x08001551 Thumb Code 214 stm32f0xx_hal_spi.o(i.SPI_WaitFlagStateUntilTimeout)
i.SVC_Handler 0x0800162c Section 0 stm32f0xx_it.o(i.SVC_Handler)
i.SysTick_Handler 0x0800162e Section 0 stm32f0xx_it.o(i.SysTick_Handler)
i.SystemClock_Config 0x08001636 Section 0 main.o(i.SystemClock_Config)
i.SystemInit 0x0800169c Section 0 system_stm32f0xx.o(i.SystemInit)
i.__ARM_common_ll_muluu 0x0800169e Section 0 stm32f0xx_hal_rcc.o(i.__ARM_common_ll_muluu)
i.__NVIC_SetPriority 0x080016d0 Section 0 stm32f0xx_hal_cortex.o(i.__NVIC_SetPriority)
__NVIC_SetPriority 0x080016d1 Thumb Code 110 stm32f0xx_hal_cortex.o(i.__NVIC_SetPriority)
i.__scatterload_copy 0x08001748 Section 14 handlers.o(i.__scatterload_copy)
i.__scatterload_null 0x08001756 Section 2 handlers.o(i.__scatterload_null)
i.__scatterload_zeroinit 0x08001758 Section 14 handlers.o(i.__scatterload_zeroinit)
i.main 0x08001768 Section 0 main.o(i.main)
.constdata 0x080017f0 Section 24 system_stm32f0xx.o(.constdata)
.data 0x20000000 Section 9 stm32f0xx_hal.o(.data) .data 0x20000000 Section 9 stm32f0xx_hal.o(.data)
.data 0x2000000c Section 4 system_stm32f0xx.o(.data) .data 0x2000000c Section 4 system_stm32f0xx.o(.data)
.bss 0x20000010 Section 100 main.o(.bss) .bss 0x20000010 Section 168 main.o(.bss)
STACK 0x20000078 Section 1024 startup_stm32f030x6.o(STACK) STACK 0x200000b8 Section 1024 startup_stm32f030x6.o(STACK)
Global Symbols Global Symbols
@ -1349,7 +1372,6 @@ Image Symbol Table
Reset_Handler 0x080000c9 Thumb Code 8 startup_stm32f030x6.o(.text) Reset_Handler 0x080000c9 Thumb Code 8 startup_stm32f030x6.o(.text)
ADC1_IRQHandler 0x080000db Thumb Code 0 startup_stm32f030x6.o(.text) ADC1_IRQHandler 0x080000db Thumb Code 0 startup_stm32f030x6.o(.text)
DMA1_Channel1_IRQHandler 0x080000db Thumb Code 0 startup_stm32f030x6.o(.text) DMA1_Channel1_IRQHandler 0x080000db Thumb Code 0 startup_stm32f030x6.o(.text)
DMA1_Channel2_3_IRQHandler 0x080000db Thumb Code 0 startup_stm32f030x6.o(.text)
DMA1_Channel4_5_IRQHandler 0x080000db Thumb Code 0 startup_stm32f030x6.o(.text) DMA1_Channel4_5_IRQHandler 0x080000db Thumb Code 0 startup_stm32f030x6.o(.text)
EXTI0_1_IRQHandler 0x080000db Thumb Code 0 startup_stm32f030x6.o(.text) EXTI0_1_IRQHandler 0x080000db Thumb Code 0 startup_stm32f030x6.o(.text)
EXTI2_3_IRQHandler 0x080000db Thumb Code 0 startup_stm32f030x6.o(.text) EXTI2_3_IRQHandler 0x080000db Thumb Code 0 startup_stm32f030x6.o(.text)
@ -1383,42 +1405,52 @@ Image Symbol Table
_ll_shift_l 0x080001b7 Thumb Code 0 llshl.o(.text) _ll_shift_l 0x080001b7 Thumb Code 0 llshl.o(.text)
__scatterload 0x080001d9 Thumb Code 28 init.o(.text) __scatterload 0x080001d9 Thumb Code 28 init.o(.text)
__scatterload_rt2 0x080001d9 Thumb Code 0 init.o(.text) __scatterload_rt2 0x080001d9 Thumb Code 0 init.o(.text)
Error_Handler 0x080001fd Thumb Code 6 main.o(i.Error_Handler) DMA1_Channel2_3_IRQHandler 0x080001fd Thumb Code 10 stm32f0xx_it.o(i.DMA1_Channel2_3_IRQHandler)
HAL_GPIO_Init 0x08000205 Thumb Code 470 stm32f0xx_hal_gpio.o(i.HAL_GPIO_Init) Error_Handler 0x08000257 Thumb Code 6 main.o(i.Error_Handler)
HAL_GetTick 0x080003f5 Thumb Code 6 stm32f0xx_hal.o(i.HAL_GetTick) HAL_DMA_IRQHandler 0x0800025d Thumb Code 240 stm32f0xx_hal_dma.o(i.HAL_DMA_IRQHandler)
HAL_IncTick 0x08000401 Thumb Code 16 stm32f0xx_hal.o(i.HAL_IncTick) HAL_DMA_Init 0x0800034d Thumb Code 86 stm32f0xx_hal_dma.o(i.HAL_DMA_Init)
HAL_Init 0x08000419 Thumb Code 28 stm32f0xx_hal.o(i.HAL_Init) HAL_DMA_Start_IT 0x080003a9 Thumb Code 154 stm32f0xx_hal_dma.o(i.HAL_DMA_Start_IT)
HAL_InitTick 0x08000439 Thumb Code 70 stm32f0xx_hal.o(i.HAL_InitTick) HAL_GPIO_Init 0x08000445 Thumb Code 470 stm32f0xx_hal_gpio.o(i.HAL_GPIO_Init)
HAL_MspInit 0x0800048d Thumb Code 60 stm32f0xx_hal_msp.o(i.HAL_MspInit) HAL_GetTick 0x08000635 Thumb Code 6 stm32f0xx_hal.o(i.HAL_GetTick)
HAL_NVIC_SetPriority 0x080004cd Thumb Code 18 stm32f0xx_hal_cortex.o(i.HAL_NVIC_SetPriority) HAL_IncTick 0x08000641 Thumb Code 16 stm32f0xx_hal.o(i.HAL_IncTick)
HAL_RCC_ClockConfig 0x080004e1 Thumb Code 342 stm32f0xx_hal_rcc.o(i.HAL_RCC_ClockConfig) HAL_Init 0x08000659 Thumb Code 28 stm32f0xx_hal.o(i.HAL_Init)
HAL_RCC_GetSysClockFreq 0x0800064d Thumb Code 162 stm32f0xx_hal_rcc.o(i.HAL_RCC_GetSysClockFreq) HAL_InitTick 0x08000679 Thumb Code 70 stm32f0xx_hal.o(i.HAL_InitTick)
HAL_RCC_OscConfig 0x0800071d Thumb Code 1416 stm32f0xx_hal_rcc.o(i.HAL_RCC_OscConfig) HAL_MspInit 0x080006cd Thumb Code 60 stm32f0xx_hal_msp.o(i.HAL_MspInit)
HAL_SPI_Init 0x08000ca9 Thumb Code 268 stm32f0xx_hal_spi.o(i.HAL_SPI_Init) HAL_NVIC_EnableIRQ 0x0800070d Thumb Code 30 stm32f0xx_hal_cortex.o(i.HAL_NVIC_EnableIRQ)
HAL_SPI_MspInit 0x08000db5 Thumb Code 114 stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit) HAL_NVIC_SetPriority 0x08000731 Thumb Code 18 stm32f0xx_hal_cortex.o(i.HAL_NVIC_SetPriority)
HAL_SYSTICK_Config 0x08000e31 Thumb Code 46 stm32f0xx_hal_cortex.o(i.HAL_SYSTICK_Config) HAL_RCC_ClockConfig 0x08000745 Thumb Code 342 stm32f0xx_hal_rcc.o(i.HAL_RCC_ClockConfig)
HardFault_Handler 0x08000e69 Thumb Code 4 stm32f0xx_it.o(i.HardFault_Handler) HAL_RCC_GetSysClockFreq 0x080008b1 Thumb Code 162 stm32f0xx_hal_rcc.o(i.HAL_RCC_GetSysClockFreq)
NMI_Handler 0x08000ee9 Thumb Code 4 stm32f0xx_it.o(i.NMI_Handler) HAL_RCC_OscConfig 0x08000981 Thumb Code 1416 stm32f0xx_hal_rcc.o(i.HAL_RCC_OscConfig)
PendSV_Handler 0x08000eed Thumb Code 2 stm32f0xx_it.o(i.PendSV_Handler) HAL_SPI_ErrorCallback 0x08000f0d Thumb Code 2 stm32f0xx_hal_spi.o(i.HAL_SPI_ErrorCallback)
SVC_Handler 0x08000eef Thumb Code 2 stm32f0xx_it.o(i.SVC_Handler) HAL_SPI_Init 0x08000f0f Thumb Code 268 stm32f0xx_hal_spi.o(i.HAL_SPI_Init)
SysTick_Handler 0x08000ef1 Thumb Code 8 stm32f0xx_it.o(i.SysTick_Handler) HAL_SPI_MspInit 0x0800101d Thumb Code 170 stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit)
SystemClock_Config 0x08000ef9 Thumb Code 102 main.o(i.SystemClock_Config) HAL_SPI_Transmit_DMA 0x080010d9 Thumb Code 344 stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_DMA)
SystemInit 0x08000f5f Thumb Code 2 system_stm32f0xx.o(i.SystemInit) HAL_SPI_TxCpltCallback 0x0800123d Thumb Code 2 stm32f0xx_hal_spi.o(i.HAL_SPI_TxCpltCallback)
__ARM_common_ll_muluu 0x08000f61 Thumb Code 48 stm32f0xx_hal_rcc.o(i.__ARM_common_ll_muluu) HAL_SPI_TxHalfCpltCallback 0x0800123f Thumb Code 2 stm32f0xx_hal_spi.o(i.HAL_SPI_TxHalfCpltCallback)
__scatterload_copy 0x08001009 Thumb Code 14 handlers.o(i.__scatterload_copy) HAL_SYSTICK_Config 0x08001241 Thumb Code 46 stm32f0xx_hal_cortex.o(i.HAL_SYSTICK_Config)
__scatterload_null 0x08001017 Thumb Code 2 handlers.o(i.__scatterload_null) HardFault_Handler 0x08001279 Thumb Code 4 stm32f0xx_it.o(i.HardFault_Handler)
__scatterload_zeroinit 0x08001019 Thumb Code 14 handlers.o(i.__scatterload_zeroinit) NMI_Handler 0x0800132d Thumb Code 4 stm32f0xx_it.o(i.NMI_Handler)
main 0x08001027 Thumb Code 20 main.o(i.main) PendSV_Handler 0x08001331 Thumb Code 2 stm32f0xx_it.o(i.PendSV_Handler)
AHBPrescTable 0x0800103a Data 16 system_stm32f0xx.o(.constdata) SVC_Handler 0x0800162d Thumb Code 2 stm32f0xx_it.o(i.SVC_Handler)
APBPrescTable 0x0800104a Data 8 system_stm32f0xx.o(.constdata) SysTick_Handler 0x0800162f Thumb Code 8 stm32f0xx_it.o(i.SysTick_Handler)
Region$$Table$$Base 0x08001054 Number 0 anon$$obj.o(Region$$Table) SystemClock_Config 0x08001637 Thumb Code 102 main.o(i.SystemClock_Config)
Region$$Table$$Limit 0x08001074 Number 0 anon$$obj.o(Region$$Table) SystemInit 0x0800169d Thumb Code 2 system_stm32f0xx.o(i.SystemInit)
__ARM_common_ll_muluu 0x0800169f Thumb Code 48 stm32f0xx_hal_rcc.o(i.__ARM_common_ll_muluu)
__scatterload_copy 0x08001749 Thumb Code 14 handlers.o(i.__scatterload_copy)
__scatterload_null 0x08001757 Thumb Code 2 handlers.o(i.__scatterload_null)
__scatterload_zeroinit 0x08001759 Thumb Code 14 handlers.o(i.__scatterload_zeroinit)
main 0x08001769 Thumb Code 80 main.o(i.main)
AHBPrescTable 0x080017f0 Data 16 system_stm32f0xx.o(.constdata)
APBPrescTable 0x08001800 Data 8 system_stm32f0xx.o(.constdata)
Region$$Table$$Base 0x08001808 Number 0 anon$$obj.o(Region$$Table)
Region$$Table$$Limit 0x08001828 Number 0 anon$$obj.o(Region$$Table)
uwTick 0x20000000 Data 4 stm32f0xx_hal.o(.data) uwTick 0x20000000 Data 4 stm32f0xx_hal.o(.data)
uwTickPrio 0x20000004 Data 4 stm32f0xx_hal.o(.data) uwTickPrio 0x20000004 Data 4 stm32f0xx_hal.o(.data)
uwTickFreq 0x20000008 Data 1 stm32f0xx_hal.o(.data) uwTickFreq 0x20000008 Data 1 stm32f0xx_hal.o(.data)
SystemCoreClock 0x2000000c Data 4 system_stm32f0xx.o(.data) SystemCoreClock 0x2000000c Data 4 system_stm32f0xx.o(.data)
hspi1 0x20000010 Data 100 main.o(.bss) hspi1 0x20000010 Data 100 main.o(.bss)
__initial_sp 0x20000478 Data 0 startup_stm32f030x6.o(STACK) hdma_spi1_tx 0x20000074 Data 68 main.o(.bss)
__initial_sp 0x200004b8 Data 0 startup_stm32f030x6.o(STACK)
@ -1428,77 +1460,97 @@ Memory Map of the image
Image Entry point : 0x080000b1 Image Entry point : 0x080000b1
Load Region LR_IROM1 (Base: 0x08000000, Size: 0x00001084, Max: 0x00004000, ABSOLUTE) Load Region LR_IROM1 (Base: 0x08000000, Size: 0x00001838, Max: 0x00004000, ABSOLUTE)
Execution Region ER_IROM1 (Exec base: 0x08000000, Load base: 0x08000000, Size: 0x00001074, Max: 0x00004000, ABSOLUTE) Execution Region ER_IROM1 (Exec base: 0x08000000, Load base: 0x08000000, Size: 0x00001828, Max: 0x00004000, ABSOLUTE)
Exec Addr Load Addr Size Type Attr Idx E Section Name Object Exec Addr Load Addr Size Type Attr Idx E Section Name Object
0x08000000 0x08000000 0x000000b0 Data RO 3254 RESET startup_stm32f030x6.o 0x08000000 0x08000000 0x000000b0 Data RO 3266 RESET startup_stm32f030x6.o
0x080000b0 0x080000b0 0x00000000 Code RO 3324 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) 0x080000b0 0x080000b0 0x00000000 Code RO 3337 * .ARM.Collect$$$$00000000 mc_p.l(entry.o)
0x080000b0 0x080000b0 0x00000004 Code RO 3335 .ARM.Collect$$$$00000001 mc_p.l(entry2.o) 0x080000b0 0x080000b0 0x00000004 Code RO 3348 .ARM.Collect$$$$00000001 mc_p.l(entry2.o)
0x080000b4 0x080000b4 0x00000004 Code RO 3338 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) 0x080000b4 0x080000b4 0x00000004 Code RO 3351 .ARM.Collect$$$$00000004 mc_p.l(entry5.o)
0x080000b8 0x080000b8 0x00000000 Code RO 3340 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) 0x080000b8 0x080000b8 0x00000000 Code RO 3353 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o)
0x080000b8 0x080000b8 0x00000000 Code RO 3342 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) 0x080000b8 0x080000b8 0x00000000 Code RO 3355 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o)
0x080000b8 0x080000b8 0x00000008 Code RO 3343 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) 0x080000b8 0x080000b8 0x00000008 Code RO 3356 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o)
0x080000c0 0x080000c0 0x00000004 Code RO 3350 .ARM.Collect$$$$0000000E mc_p.l(entry12b.o) 0x080000c0 0x080000c0 0x00000004 Code RO 3363 .ARM.Collect$$$$0000000E mc_p.l(entry12b.o)
0x080000c4 0x080000c4 0x00000000 Code RO 3345 .ARM.Collect$$$$0000000F mc_p.l(entry10a.o) 0x080000c4 0x080000c4 0x00000000 Code RO 3358 .ARM.Collect$$$$0000000F mc_p.l(entry10a.o)
0x080000c4 0x080000c4 0x00000000 Code RO 3347 .ARM.Collect$$$$00000011 mc_p.l(entry11a.o) 0x080000c4 0x080000c4 0x00000000 Code RO 3360 .ARM.Collect$$$$00000011 mc_p.l(entry11a.o)
0x080000c4 0x080000c4 0x00000004 Code RO 3336 .ARM.Collect$$$$00002712 mc_p.l(entry2.o) 0x080000c4 0x080000c4 0x00000004 Code RO 3349 .ARM.Collect$$$$00002712 mc_p.l(entry2.o)
0x080000c8 0x080000c8 0x0000001c Code RO 3255 .text startup_stm32f030x6.o 0x080000c8 0x080000c8 0x0000001c Code RO 3267 .text startup_stm32f030x6.o
0x080000e4 0x080000e4 0x0000002c Code RO 3327 .text mc_p.l(uidiv.o) 0x080000e4 0x080000e4 0x0000002c Code RO 3340 .text mc_p.l(uidiv.o)
0x08000110 0x08000110 0x00000060 Code RO 3329 .text mc_p.l(uldiv.o) 0x08000110 0x08000110 0x00000060 Code RO 3342 .text mc_p.l(uldiv.o)
0x08000170 0x08000170 0x00000022 Code RO 3331 .text mc_p.l(llushr.o) 0x08000170 0x08000170 0x00000022 Code RO 3344 .text mc_p.l(llushr.o)
0x08000192 0x08000192 0x00000024 Code RO 3333 .text mc_p.l(memseta.o) 0x08000192 0x08000192 0x00000024 Code RO 3346 .text mc_p.l(memseta.o)
0x080001b6 0x080001b6 0x00000020 Code RO 3351 .text mc_p.l(llshl.o) 0x080001b6 0x080001b6 0x00000020 Code RO 3364 .text mc_p.l(llshl.o)
0x080001d6 0x080001d6 0x00000002 PAD 0x080001d6 0x080001d6 0x00000002 PAD
0x080001d8 0x080001d8 0x00000024 Code RO 3353 .text mc_p.l(init.o) 0x080001d8 0x080001d8 0x00000024 Code RO 3366 .text mc_p.l(init.o)
0x080001fc 0x080001fc 0x00000006 Code RO 3 i.Error_Handler main.o 0x080001fc 0x080001fc 0x00000010 Code RO 151 i.DMA1_Channel2_3_IRQHandler stm32f0xx_it.o
0x08000202 0x08000202 0x00000002 PAD 0x0800020c 0x0800020c 0x00000020 Code RO 583 i.DMA_CalcBaseAndBitshift stm32f0xx_hal_dma.o
0x08000204 0x08000204 0x000001f0 Code RO 941 i.HAL_GPIO_Init stm32f0xx_hal_gpio.o 0x0800022c 0x0800022c 0x0000002a Code RO 584 i.DMA_SetConfig stm32f0xx_hal_dma.o
0x080003f4 0x080003f4 0x0000000c Code RO 202 i.HAL_GetTick stm32f0xx_hal.o 0x08000256 0x08000256 0x00000006 Code RO 3 i.Error_Handler main.o
0x08000400 0x08000400 0x00000018 Code RO 208 i.HAL_IncTick stm32f0xx_hal.o 0x0800025c 0x0800025c 0x000000f0 Code RO 590 i.HAL_DMA_IRQHandler stm32f0xx_hal_dma.o
0x08000418 0x08000418 0x00000020 Code RO 209 i.HAL_Init stm32f0xx_hal.o 0x0800034c 0x0800034c 0x0000005c Code RO 591 i.HAL_DMA_Init stm32f0xx_hal_dma.o
0x08000438 0x08000438 0x00000054 Code RO 210 i.HAL_InitTick stm32f0xx_hal.o 0x080003a8 0x080003a8 0x0000009a Code RO 595 i.HAL_DMA_Start_IT stm32f0xx_hal_dma.o
0x0800048c 0x0800048c 0x00000040 Code RO 3261 i.HAL_MspInit stm32f0xx_hal_msp.o 0x08000442 0x08000442 0x00000002 PAD
0x080004cc 0x080004cc 0x00000012 Code RO 427 i.HAL_NVIC_SetPriority stm32f0xx_hal_cortex.o 0x08000444 0x08000444 0x000001f0 Code RO 953 i.HAL_GPIO_Init stm32f0xx_hal_gpio.o
0x080004de 0x080004de 0x00000002 PAD 0x08000634 0x08000634 0x0000000c Code RO 214 i.HAL_GetTick stm32f0xx_hal.o
0x080004e0 0x080004e0 0x0000016c Code RO 1667 i.HAL_RCC_ClockConfig stm32f0xx_hal_rcc.o 0x08000640 0x08000640 0x00000018 Code RO 220 i.HAL_IncTick stm32f0xx_hal.o
0x0800064c 0x0800064c 0x000000d0 Code RO 1675 i.HAL_RCC_GetSysClockFreq stm32f0xx_hal_rcc.o 0x08000658 0x08000658 0x00000020 Code RO 221 i.HAL_Init stm32f0xx_hal.o
0x0800071c 0x0800071c 0x0000058c Code RO 1678 i.HAL_RCC_OscConfig stm32f0xx_hal_rcc.o 0x08000678 0x08000678 0x00000054 Code RO 222 i.HAL_InitTick stm32f0xx_hal.o
0x08000ca8 0x08000ca8 0x0000010c Code RO 1857 i.HAL_SPI_Init stm32f0xx_hal_spi.o 0x080006cc 0x080006cc 0x00000040 Code RO 3273 i.HAL_MspInit stm32f0xx_hal_msp.o
0x08000db4 0x08000db4 0x0000007c Code RO 3263 i.HAL_SPI_MspInit stm32f0xx_hal_msp.o 0x0800070c 0x0800070c 0x00000024 Code RO 435 i.HAL_NVIC_EnableIRQ stm32f0xx_hal_cortex.o
0x08000e30 0x08000e30 0x00000038 Code RO 431 i.HAL_SYSTICK_Config stm32f0xx_hal_cortex.o 0x08000730 0x08000730 0x00000012 Code RO 439 i.HAL_NVIC_SetPriority stm32f0xx_hal_cortex.o
0x08000e68 0x08000e68 0x00000004 Code RO 146 i.HardFault_Handler stm32f0xx_it.o 0x08000742 0x08000742 0x00000002 PAD
0x08000e6c 0x08000e6c 0x00000028 Code RO 4 i.MX_GPIO_Init main.o 0x08000744 0x08000744 0x0000016c Code RO 1679 i.HAL_RCC_ClockConfig stm32f0xx_hal_rcc.o
0x08000e94 0x08000e94 0x00000054 Code RO 5 i.MX_SPI1_Init main.o 0x080008b0 0x080008b0 0x000000d0 Code RO 1687 i.HAL_RCC_GetSysClockFreq stm32f0xx_hal_rcc.o
0x08000ee8 0x08000ee8 0x00000004 Code RO 147 i.NMI_Handler stm32f0xx_it.o 0x08000980 0x08000980 0x0000058c Code RO 1690 i.HAL_RCC_OscConfig stm32f0xx_hal_rcc.o
0x08000eec 0x08000eec 0x00000002 Code RO 148 i.PendSV_Handler stm32f0xx_it.o 0x08000f0c 0x08000f0c 0x00000002 Code RO 1865 i.HAL_SPI_ErrorCallback stm32f0xx_hal_spi.o
0x08000eee 0x08000eee 0x00000002 Code RO 149 i.SVC_Handler stm32f0xx_it.o 0x08000f0e 0x08000f0e 0x0000010c Code RO 1869 i.HAL_SPI_Init stm32f0xx_hal_spi.o
0x08000ef0 0x08000ef0 0x00000008 Code RO 150 i.SysTick_Handler stm32f0xx_it.o 0x0800101a 0x0800101a 0x00000002 PAD
0x08000ef8 0x08000ef8 0x00000066 Code RO 6 i.SystemClock_Config main.o 0x0800101c 0x0800101c 0x000000bc Code RO 3275 i.HAL_SPI_MspInit stm32f0xx_hal_msp.o
0x08000f5e 0x08000f5e 0x00000002 Code RO 3294 i.SystemInit system_stm32f0xx.o 0x080010d8 0x080010d8 0x00000164 Code RO 1881 i.HAL_SPI_Transmit_DMA stm32f0xx_hal_spi.o
0x08000f60 0x08000f60 0x00000030 Code RO 1753 i.__ARM_common_ll_muluu stm32f0xx_hal_rcc.o 0x0800123c 0x0800123c 0x00000002 Code RO 1883 i.HAL_SPI_TxCpltCallback stm32f0xx_hal_spi.o
0x08000f90 0x08000f90 0x00000078 Code RO 433 i.__NVIC_SetPriority stm32f0xx_hal_cortex.o 0x0800123e 0x0800123e 0x00000002 Code RO 1884 i.HAL_SPI_TxHalfCpltCallback stm32f0xx_hal_spi.o
0x08001008 0x08001008 0x0000000e Code RO 3357 i.__scatterload_copy mc_p.l(handlers.o) 0x08001240 0x08001240 0x00000038 Code RO 443 i.HAL_SYSTICK_Config stm32f0xx_hal_cortex.o
0x08001016 0x08001016 0x00000002 Code RO 3358 i.__scatterload_null mc_p.l(handlers.o) 0x08001278 0x08001278 0x00000004 Code RO 152 i.HardFault_Handler stm32f0xx_it.o
0x08001018 0x08001018 0x0000000e Code RO 3359 i.__scatterload_zeroinit mc_p.l(handlers.o) 0x0800127c 0x0800127c 0x00000034 Code RO 4 i.MX_DMA_Init main.o
0x08001026 0x08001026 0x00000014 Code RO 7 i.main main.o 0x080012b0 0x080012b0 0x00000028 Code RO 5 i.MX_GPIO_Init main.o
0x0800103a 0x0800103a 0x00000018 Data RO 3295 .constdata system_stm32f0xx.o 0x080012d8 0x080012d8 0x00000054 Code RO 6 i.MX_SPI1_Init main.o
0x08001052 0x08001052 0x00000002 PAD 0x0800132c 0x0800132c 0x00000004 Code RO 153 i.NMI_Handler stm32f0xx_it.o
0x08001054 0x08001054 0x00000020 Data RO 3355 Region$$Table anon$$obj.o 0x08001330 0x08001330 0x00000002 Code RO 154 i.PendSV_Handler stm32f0xx_it.o
0x08001332 0x08001332 0x00000028 Code RO 1897 i.SPI_DMAError stm32f0xx_hal_spi.o
0x0800135a 0x0800135a 0x0000000e Code RO 1899 i.SPI_DMAHalfTransmitCplt stm32f0xx_hal_spi.o
0x08001368 0x08001368 0x00000080 Code RO 1903 i.SPI_DMATransmitCplt stm32f0xx_hal_spi.o
0x080013e8 0x080013e8 0x0000006a Code RO 1907 i.SPI_EndRxTxTransaction stm32f0xx_hal_spi.o
0x08001452 0x08001452 0x00000002 PAD
0x08001454 0x08001454 0x000000fc Code RO 1912 i.SPI_WaitFifoStateUntilTimeout stm32f0xx_hal_spi.o
0x08001550 0x08001550 0x000000dc Code RO 1913 i.SPI_WaitFlagStateUntilTimeout stm32f0xx_hal_spi.o
0x0800162c 0x0800162c 0x00000002 Code RO 155 i.SVC_Handler stm32f0xx_it.o
0x0800162e 0x0800162e 0x00000008 Code RO 156 i.SysTick_Handler stm32f0xx_it.o
0x08001636 0x08001636 0x00000066 Code RO 7 i.SystemClock_Config main.o
0x0800169c 0x0800169c 0x00000002 Code RO 3307 i.SystemInit system_stm32f0xx.o
0x0800169e 0x0800169e 0x00000030 Code RO 1765 i.__ARM_common_ll_muluu stm32f0xx_hal_rcc.o
0x080016ce 0x080016ce 0x00000002 PAD
0x080016d0 0x080016d0 0x00000078 Code RO 445 i.__NVIC_SetPriority stm32f0xx_hal_cortex.o
0x08001748 0x08001748 0x0000000e Code RO 3370 i.__scatterload_copy mc_p.l(handlers.o)
0x08001756 0x08001756 0x00000002 Code RO 3371 i.__scatterload_null mc_p.l(handlers.o)
0x08001758 0x08001758 0x0000000e Code RO 3372 i.__scatterload_zeroinit mc_p.l(handlers.o)
0x08001766 0x08001766 0x00000002 PAD
0x08001768 0x08001768 0x00000088 Code RO 8 i.main main.o
0x080017f0 0x080017f0 0x00000018 Data RO 3308 .constdata system_stm32f0xx.o
0x08001808 0x08001808 0x00000020 Data RO 3368 Region$$Table anon$$obj.o
Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x08001074, Size: 0x00000478, Max: 0x00001000, ABSOLUTE) Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x08001828, Size: 0x000004b8, Max: 0x00001000, ABSOLUTE)
Exec Addr Load Addr Size Type Attr Idx E Section Name Object Exec Addr Load Addr Size Type Attr Idx E Section Name Object
0x20000000 0x08001074 0x00000009 Data RW 216 .data stm32f0xx_hal.o 0x20000000 0x08001828 0x00000009 Data RW 228 .data stm32f0xx_hal.o
0x20000009 0x0800107d 0x00000003 PAD 0x20000009 0x08001831 0x00000003 PAD
0x2000000c 0x08001080 0x00000004 Data RW 3296 .data system_stm32f0xx.o 0x2000000c 0x08001834 0x00000004 Data RW 3309 .data system_stm32f0xx.o
0x20000010 - 0x00000064 Zero RW 8 .bss main.o 0x20000010 - 0x000000a8 Zero RW 9 .bss main.o
0x20000074 0x08001084 0x00000004 PAD 0x200000b8 - 0x00000400 Zero RW 3264 STACK startup_stm32f030x6.o
0x20000078 - 0x00000400 Zero RW 3252 STACK startup_stm32f030x6.o
============================================================================== ==============================================================================
@ -1508,21 +1560,22 @@ Image component sizes
Code (inc. data) RO Data RW Data ZI Data Debug Object Name Code (inc. data) RO Data RW Data ZI Data Debug Object Name
252 14 0 0 100 228796 main.o 420 74 0 0 168 229533 main.o
28 8 176 0 1024 760 startup_stm32f030x6.o 28 8 176 0 1024 760 startup_stm32f030x6.o
152 32 0 9 0 7825 stm32f0xx_hal.o 152 32 0 9 0 7821 stm32f0xx_hal.o
194 20 0 0 0 9972 stm32f0xx_hal_cortex.o 230 26 0 0 0 10729 stm32f0xx_hal_cortex.o
496 26 0 0 0 1724 stm32f0xx_hal_gpio.o 560 10 0 0 0 4523 stm32f0xx_hal_dma.o
188 14 0 0 0 1972 stm32f0xx_hal_msp.o 496 26 0 0 0 1716 stm32f0xx_hal_gpio.o
2040 86 0 0 0 4536 stm32f0xx_hal_rcc.o 252 22 0 0 0 2067 stm32f0xx_hal_msp.o
268 0 0 0 0 1555 stm32f0xx_hal_spi.o 2040 86 0 0 0 4532 stm32f0xx_hal_rcc.o
20 0 0 0 0 2355 stm32f0xx_it.o 1390 24 0 0 0 9424 stm32f0xx_hal_spi.o
2 0 24 4 0 1523 system_stm32f0xx.o 36 6 0 0 0 2872 stm32f0xx_it.o
2 0 24 4 0 1515 system_stm32f0xx.o
---------------------------------------------------------------------- ----------------------------------------------------------------------
3644 200 234 16 1128 261018 Object Totals 5616 314 232 16 1192 275492 Object Totals
0 0 32 0 0 0 (incl. Generated) 0 0 32 0 0 0 (incl. Generated)
4 0 2 3 4 0 (incl. Padding) 10 0 0 3 0 0 (incl. Padding)
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -1546,8 +1599,8 @@ Image component sizes
96 0 0 0 0 84 uldiv.o 96 0 0 0 0 84 uldiv.o
---------------------------------------------------------------------- ----------------------------------------------------------------------
334 16 0 0 0 460 Library Totals 336 16 0 0 0 460 Library Totals
2 0 0 0 0 0 (incl. Padding) 4 0 0 0 0 0 (incl. Padding)
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -1556,7 +1609,7 @@ Image component sizes
332 16 0 0 0 460 mc_p.l 332 16 0 0 0 460 mc_p.l
---------------------------------------------------------------------- ----------------------------------------------------------------------
334 16 0 0 0 460 Library Totals 336 16 0 0 0 460 Library Totals
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -1565,15 +1618,15 @@ Image component sizes
Code (inc. data) RO Data RW Data ZI Data Debug Code (inc. data) RO Data RW Data ZI Data Debug
3978 216 234 16 1128 260442 Grand Totals 5952 330 232 16 1192 274124 Grand Totals
3978 216 234 16 1128 260442 ELF Image Totals 5952 330 232 16 1192 274124 ELF Image Totals
3978 216 234 16 0 0 ROM Totals 5952 330 232 16 0 0 ROM Totals
============================================================================== ==============================================================================
Total RO Size (Code + RO Data) 4212 ( 4.11kB) Total RO Size (Code + RO Data) 6184 ( 6.04kB)
Total RW Size (RW Data + ZI Data) 1144 ( 1.12kB) Total RW Size (RW Data + ZI Data) 1208 ( 1.18kB)
Total ROM Size (Code + RO Data + RW Data) 4228 ( 4.13kB) Total ROM Size (Code + RO Data + RW Data) 6200 ( 6.05kB)
============================================================================== ==============================================================================

View file

@ -330,15 +330,15 @@ ARM Macro Assembler Page 6
-I.\RTE\Device\STM32F030F4Px -I.\RTE\Device\STM32F030F4Px\STCubeGenerated -I.\R -I.\RTE\Device\STM32F030F4Px -I.\RTE\Device\STM32F030F4Px\STCubeGenerated -I.\R
TE\Device\STM32F030F4Px\STCubeGenerated\Inc -I.\RTE\_Simulation -IC:\Users\simo TE\Device\STM32F030F4Px\STCubeGenerated\Inc -I.\RTE\_R_el -IC:\Users\simon\AppD
n\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include -IC:\Users\simon\A ata\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include -IC:\Users\simon\AppData
ppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\CMSIS\Device\ST\STM32F0 \Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\CMSIS\Device\ST\STM32F0xx\Inc
xx\Include -IC:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Dr lude -IC:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\
ivers\STM32F0xx_HAL_Driver\Inc --predefine="__MICROLIB SETA 1" --predefine="__U STM32F0xx_HAL_Driver\Inc --predefine="__MICROLIB SETA 1" --predefine="__UVISION
VISION_VERSION SETA 538" --predefine="_RTE_ SETA 1" --predefine="STM32F030x6 SE _VERSION SETA 538" --predefine="_RTE_ SETA 1" --predefine="STM32F030x6 SETA 1"
TA 1" --predefine="_RTE_ SETA 1" --list=.\listings\startup_stm32f030x6.lst C:/U --predefine="_RTE_ SETA 1" --list=.\listings\startup_stm32f030x6.lst C:/Users/s
sers/simon/Desktop/atlas-led/project/RTE/Device/STM32F030F4Px/STCubeGenerated/M imon/Desktop/atlas-led/project/RTE/Device/STM32F030F4Px/STCubeGenerated/MDK-ARM
DK-ARM/startup_stm32f030x6.s /startup_stm32f030x6.s

View file

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

File diff suppressed because it is too large Load diff

View file

@ -17,7 +17,7 @@ Library Manager: ArmAr.exe V5.06 update 7 (build 960)
Hex Converter: FromElf.exe V5.06 update 7 (build 960) Hex Converter: FromElf.exe V5.06 update 7 (build 960)
CPU DLL: SARMCM3.DLL V5.38.0.0 CPU DLL: SARMCM3.DLL V5.38.0.0
Dialog DLL: DARMSTM.DLL V1.69.1.0 Dialog DLL: DARMSTM.DLL V1.69.1.0
Target DLL: UL2CM3.DLL V1.164.8.0 Target DLL: Segger\JL2CM3.dll V2.99.42.0
Dialog DLL: TARMCM1.DLL V1.14.6.0 Dialog DLL: TARMCM1.DLL V1.14.6.0
<h2>Project:</h2> <h2>Project:</h2>
@ -26,75 +26,86 @@ Project File Date: 06/13/2023
<h2>Output:</h2> <h2>Output:</h2>
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARM_Compiler_5.06u7\Bin' *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARM_Compiler_5.06u7\Bin'
Rebuild target 'Simulation' Rebuild target 'Réel'
compiling stm32f0xx_hal.c... compiling stm32f0xx_hal_can.c...
compiling main.c...
compiling stm32f0xx_hal_adc_ex.c... compiling stm32f0xx_hal_adc_ex.c...
compiling stm32f0xx_it.c...
compiling stm32f0xx_hal_cec.c... compiling stm32f0xx_hal_cec.c...
compiling stm32f0xx_hal_adc.c... compiling stm32f0xx_hal_adc.c...
compiling stm32f0xx_hal_can.c... compiling main.c...
compiling stm32f0xx_it.c... RTE\Device\STM32F030F4Px\STCubeGenerated\Src\main.c(95): warning: #177-D: variable "hal_status" was declared but never referenced
HAL_StatusTypeDef hal_status;
RTE\Device\STM32F030F4Px\STCubeGenerated\Src\main.c(96): warning: #177-D: variable "green" was declared but never referenced
uint8_t green[9]={0x92,0x4c,0xb6,0x0,0x0,0x0,0x0,0x0,0x0};
RTE\Device\STM32F030F4Px\STCubeGenerated\Src\main.c(97): warning: #177-D: variable "red" was declared but never referenced
uint8_t red[9]={0x0,0x0,0x0,0x92,0x4c,0xb6,0x0,0x0,0x0};
RTE\Device\STM32F030F4Px\STCubeGenerated\Src\main.c(98): warning: #177-D: variable "blue" was declared but never referenced
uint8_t blue[9]={0x0,0x0,0x0,0x0,0x0,0x0,0x92,0x4c,0xb6};
RTE\Device\STM32F030F4Px\STCubeGenerated\Src\main.c(99): warning: #177-D: variable "white" was declared but never referenced
uint8_t white[9]={0x92,0x4c,0xb6,0x92,0x4c,0xb6,0x92,0x4c,0xb6};
RTE\Device\STM32F030F4Px\STCubeGenerated\Src\main.c: 5 warnings, 0 errors
compiling stm32f0xx_hal.c...
compiling stm32f0xx_hal_comp.c... compiling stm32f0xx_hal_comp.c...
compiling stm32f0xx_hal_dac_ex.c...
compiling stm32f0xx_hal_cortex.c... compiling stm32f0xx_hal_cortex.c...
compiling stm32f0xx_hal_crc.c...
compiling stm32f0xx_hal_dac.c...
compiling stm32f0xx_hal_crc_ex.c... compiling stm32f0xx_hal_crc_ex.c...
compiling stm32f0xx_hal_dac.c...
compiling stm32f0xx_hal_crc.c...
compiling stm32f0xx_hal_dac_ex.c...
compiling stm32f0xx_hal_dma.c... compiling stm32f0xx_hal_dma.c...
compiling stm32f0xx_hal_i2c_ex.c...
compiling stm32f0xx_hal_i2s.c...
compiling stm32f0xx_hal_flash.c...
compiling stm32f0xx_hal_exti.c... compiling stm32f0xx_hal_exti.c...
compiling stm32f0xx_hal_gpio.c... compiling stm32f0xx_hal_flash.c...
compiling stm32f0xx_hal_flash_ex.c... compiling stm32f0xx_hal_flash_ex.c...
compiling stm32f0xx_hal_i2c.c... compiling stm32f0xx_hal_i2s.c...
compiling stm32f0xx_hal_pwr_ex.c... compiling stm32f0xx_hal_i2c_ex.c...
compiling stm32f0xx_hal_pcd.c... compiling stm32f0xx_hal_gpio.c...
compiling stm32f0xx_hal_pwr.c...
compiling stm32f0xx_hal_irda.c... compiling stm32f0xx_hal_irda.c...
compiling stm32f0xx_hal_i2c.c...
compiling stm32f0xx_hal_iwdg.c... compiling stm32f0xx_hal_iwdg.c...
compiling stm32f0xx_hal_pcd.c...
compiling stm32f0xx_hal_pwr_ex.c...
compiling stm32f0xx_hal_pwr.c...
compiling stm32f0xx_hal_pcd_ex.c... compiling stm32f0xx_hal_pcd_ex.c...
compiling stm32f0xx_hal_smartcard_ex.c...
compiling stm32f0xx_hal_smartcard.c... compiling stm32f0xx_hal_smartcard.c...
compiling stm32f0xx_hal_rcc.c... compiling stm32f0xx_hal_smartcard_ex.c...
compiling stm32f0xx_hal_rtc_ex.c...
compiling stm32f0xx_hal_rcc_ex.c... compiling stm32f0xx_hal_rcc_ex.c...
compiling stm32f0xx_hal_rcc.c...
compiling stm32f0xx_hal_rtc.c... compiling stm32f0xx_hal_rtc.c...
compiling stm32f0xx_hal_spi_ex.c... compiling stm32f0xx_hal_rtc_ex.c...
compiling stm32f0xx_hal_smbus.c... compiling stm32f0xx_hal_smbus.c...
compiling stm32f0xx_hal_tim.c... compiling stm32f0xx_hal_spi_ex.c...
compiling stm32f0xx_hal_spi.c... compiling stm32f0xx_hal_spi.c...
compiling stm32f0xx_hal_usart.c... compiling stm32f0xx_hal_tim.c...
compiling stm32f0xx_hal_uart.c...
compiling stm32f0xx_hal_tsc.c...
compiling stm32f0xx_hal_tim_ex.c... compiling stm32f0xx_hal_tim_ex.c...
compiling stm32f0xx_hal_usart.c...
compiling stm32f0xx_hal_uart_ex.c... compiling stm32f0xx_hal_uart_ex.c...
compiling stm32f0xx_hal_usart_ex.c... compiling stm32f0xx_hal_usart_ex.c...
compiling stm32f0xx_hal_wwdg.c... compiling stm32f0xx_hal_wwdg.c...
compiling stm32f0xx_hal_tsc.c...
compiling stm32f0xx_hal_uart.c...
compiling stm32f0xx_ll_comp.c... compiling stm32f0xx_ll_comp.c...
compiling stm32f0xx_ll_dac.c...
compiling stm32f0xx_ll_crs.c... compiling stm32f0xx_ll_crs.c...
compiling stm32f0xx_ll_dac.c...
compiling stm32f0xx_ll_crc.c...
compiling stm32f0xx_ll_adc.c...
compiling stm32f0xx_ll_dma.c... compiling stm32f0xx_ll_dma.c...
compiling stm32f0xx_ll_exti.c... compiling stm32f0xx_ll_exti.c...
compiling stm32f0xx_ll_adc.c...
compiling stm32f0xx_ll_crc.c...
compiling stm32f0xx_ll_pwr.c...
compiling stm32f0xx_ll_gpio.c... compiling stm32f0xx_ll_gpio.c...
compiling stm32f0xx_ll_pwr.c...
compiling stm32f0xx_ll_rcc.c... compiling stm32f0xx_ll_rcc.c...
compiling stm32f0xx_ll_i2c.c... compiling stm32f0xx_ll_i2c.c...
compiling stm32f0xx_ll_rtc.c... compiling stm32f0xx_ll_rtc.c...
compiling stm32f0xx_ll_spi.c... compiling stm32f0xx_ll_spi.c...
compiling stm32f0xx_ll_tim.c...
assembling startup_stm32f030x6.s...
compiling stm32f0xx_ll.c... compiling stm32f0xx_ll.c...
assembling startup_stm32f030x6.s...
compiling stm32f0xx_ll_tim.c...
compiling stm32f0xx_ll_usb.c... compiling stm32f0xx_ll_usb.c...
compiling stm32f0xx_ll_usart.c...
compiling stm32f0xx_hal_msp.c... compiling stm32f0xx_hal_msp.c...
compiling system_stm32f0xx.c... compiling system_stm32f0xx.c...
compiling stm32f0xx_ll_usart.c...
compiling stm32f0xx_ll_utils.c... compiling stm32f0xx_ll_utils.c...
linking... linking...
Program Size: Code=3978 RO-data=234 RW-data=16 ZI-data=1128 Program Size: Code=5952 RO-data=232 RW-data=16 ZI-data=1192
".\Objects\atlas-led_simulation.axf" - 0 Error(s), 0 Warning(s). ".\Objects\atlas-led_simulation.axf" - 0 Error(s), 5 Warning(s).
<h2>Software Packages used:</h2> <h2>Software Packages used:</h2>
@ -122,7 +133,7 @@ Package Vendor: Keil
./RTE/Device/STM32F030F4Px ./RTE/Device/STM32F030F4Px
./RTE/Device/STM32F030F4Px/STCubeGenerated ./RTE/Device/STM32F030F4Px/STCubeGenerated
./RTE/Device/STM32F030F4Px/STCubeGenerated/Inc ./RTE/Device/STM32F030F4Px/STCubeGenerated/Inc
./RTE/_Simulation ./RTE/_R_el
C:/Users/simon/AppData/Local/Arm/Packs/ARM/CMSIS/5.9.0/CMSIS/Core/Include C:/Users/simon/AppData/Local/Arm/Packs/ARM/CMSIS/5.9.0/CMSIS/Core/Include
C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include
C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Inc C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Inc
@ -134,9 +145,9 @@ Package Vendor: Keil
* Component: ARM::CMSIS:CORE:5.6.0 * Component: ARM::CMSIS:CORE:5.6.0
* Component: Keil.STM32CubeMX::Device:STM32Cube Framework:STM32CubeMX:1.1.0 * Component: Keil.STM32CubeMX::Device:STM32Cube Framework:STM32CubeMX:1.1.0
Include file: MX_Device.h
Include file: STCubeGenerated/Inc/stm32f0xx_hal_conf.h Include file: STCubeGenerated/Inc/stm32f0xx_hal_conf.h
Source file: STCubeGenerated/Src/stm32f0xx_hal_msp.c Source file: STCubeGenerated/Src/stm32f0xx_hal_msp.c
Include file: MX_Device.h
* Component: Keil.STM32CubeMX::Device:STM32Cube HAL:1.11.3 * Component: Keil.STM32CubeMX::Device:STM32Cube HAL:1.11.3
Source file: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c Source file: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c
@ -201,9 +212,9 @@ Package Vendor: Keil
Source file: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c Source file: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
* Component: Keil.STM32CubeMX::Device:Startup:1.0.0 * Component: Keil.STM32CubeMX::Device:Startup:1.0.0
Source file: STCubeGenerated/Src/system_stm32f0xx.c
Source file: STCubeGenerated/MDK-ARM/startup_stm32f030x6.s Source file: STCubeGenerated/MDK-ARM/startup_stm32f030x6.s
Build Time Elapsed: 00:00:15 Source file: STCubeGenerated/Src/system_stm32f0xx.c
Build Time Elapsed: 00:00:11
</pre> </pre>
</body> </body>
</html> </html>

View file

@ -3,9 +3,9 @@
<title>Static Call Graph - [.\Objects\atlas-led_simulation.axf]</title></head> <title>Static Call Graph - [.\Objects\atlas-led_simulation.axf]</title></head>
<body><HR> <body><HR>
<H1>Static Call Graph for image .\Objects\atlas-led_simulation.axf</H1><HR> <H1>Static Call Graph for image .\Objects\atlas-led_simulation.axf</H1><HR>
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 5060960: Last Updated: Tue Jun 13 15:29:40 2023 <BR><P>#&#060CALLGRAPH&#062# ARM Linker, 5060960: Last Updated: Tue Jun 13 16:41:45 2023
<BR><P> <BR><P>
<H3>Maximum Stack Usage = 200 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> <H3>Maximum Stack Usage = 256 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
Call chain for Maximum Stack Depth:</H3> Call chain for Maximum Stack Depth:</H3>
main &rArr; SystemClock_Config &rArr; HAL_RCC_ClockConfig &rArr; HAL_RCC_GetSysClockFreq &rArr; __aeabi_uldivmod &rArr; __aeabi_llsl main &rArr; SystemClock_Config &rArr; HAL_RCC_ClockConfig &rArr; HAL_RCC_GetSysClockFreq &rArr; __aeabi_uldivmod &rArr; __aeabi_llsl
<P> <P>
@ -19,7 +19,7 @@ Function Pointers
</H3><UL> </H3><UL>
<LI><a href="#[10]">ADC1_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET) <LI><a href="#[10]">ADC1_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET)
<LI><a href="#[d]">DMA1_Channel1_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET) <LI><a href="#[d]">DMA1_Channel1_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET)
<LI><a href="#[e]">DMA1_Channel2_3_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET) <LI><a href="#[e]">DMA1_Channel2_3_IRQHandler</a> from stm32f0xx_it.o(i.DMA1_Channel2_3_IRQHandler) referenced from startup_stm32f030x6.o(RESET)
<LI><a href="#[f]">DMA1_Channel4_5_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET) <LI><a href="#[f]">DMA1_Channel4_5_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET)
<LI><a href="#[a]">EXTI0_1_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET) <LI><a href="#[a]">EXTI0_1_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET)
<LI><a href="#[b]">EXTI2_3_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET) <LI><a href="#[b]">EXTI2_3_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET)
@ -33,6 +33,9 @@ Function Pointers
<LI><a href="#[7]">RTC_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET) <LI><a href="#[7]">RTC_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET)
<LI><a href="#[0]">Reset_Handler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET) <LI><a href="#[0]">Reset_Handler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET)
<LI><a href="#[18]">SPI1_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET) <LI><a href="#[18]">SPI1_IRQHandler</a> from startup_stm32f030x6.o(.text) referenced from startup_stm32f030x6.o(RESET)
<LI><a href="#[1f]">SPI_DMAError</a> from stm32f0xx_hal_spi.o(i.SPI_DMAError) referenced from stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_DMA)
<LI><a href="#[1d]">SPI_DMAHalfTransmitCplt</a> from stm32f0xx_hal_spi.o(i.SPI_DMAHalfTransmitCplt) referenced from stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_DMA)
<LI><a href="#[1e]">SPI_DMATransmitCplt</a> from stm32f0xx_hal_spi.o(i.SPI_DMATransmitCplt) referenced from stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_DMA)
<LI><a href="#[3]">SVC_Handler</a> from stm32f0xx_it.o(i.SVC_Handler) referenced from startup_stm32f030x6.o(RESET) <LI><a href="#[3]">SVC_Handler</a> from stm32f0xx_it.o(i.SVC_Handler) referenced from startup_stm32f030x6.o(RESET)
<LI><a href="#[5]">SysTick_Handler</a> from stm32f0xx_it.o(i.SysTick_Handler) referenced from startup_stm32f030x6.o(RESET) <LI><a href="#[5]">SysTick_Handler</a> from stm32f0xx_it.o(i.SysTick_Handler) referenced from startup_stm32f030x6.o(RESET)
<LI><a href="#[1b]">SystemInit</a> from system_stm32f0xx.o(i.SystemInit) referenced from startup_stm32f030x6.o(.text) <LI><a href="#[1b]">SystemInit</a> from system_stm32f0xx.o(i.SystemInit) referenced from startup_stm32f030x6.o(.text)
@ -54,29 +57,29 @@ Global Symbols
<P><STRONG><a name="[1c]"></a>__main</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry.o(.ARM.Collect$$$$00000000)) <P><STRONG><a name="[1c]"></a>__main</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry.o(.ARM.Collect$$$$00000000))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(.text) <BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(.text)
</UL> </UL>
<P><STRONG><a name="[3d]"></a>_main_stk</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry2.o(.ARM.Collect$$$$00000001)) <P><STRONG><a name="[4e]"></a>_main_stk</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry2.o(.ARM.Collect$$$$00000001))
<P><STRONG><a name="[1d]"></a>_main_scatterload</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004)) <P><STRONG><a name="[20]"></a>_main_scatterload</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004))
<BR><BR>[Calls]<UL><LI><a href="#[1e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload <BR><BR>[Calls]<UL><LI><a href="#[21]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload
</UL> </UL>
<P><STRONG><a name="[27]"></a>__main_after_scatterload</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004)) <P><STRONG><a name="[2a]"></a>__main_after_scatterload</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004))
<BR><BR>[Called By]<UL><LI><a href="#[1e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload <BR><BR>[Called By]<UL><LI><a href="#[21]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload
</UL> </UL>
<P><STRONG><a name="[3e]"></a>_main_clock</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry7b.o(.ARM.Collect$$$$00000008)) <P><STRONG><a name="[4f]"></a>_main_clock</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry7b.o(.ARM.Collect$$$$00000008))
<P><STRONG><a name="[3f]"></a>_main_cpp_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry8b.o(.ARM.Collect$$$$0000000A)) <P><STRONG><a name="[50]"></a>_main_cpp_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry8b.o(.ARM.Collect$$$$0000000A))
<P><STRONG><a name="[40]"></a>_main_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry9a.o(.ARM.Collect$$$$0000000B)) <P><STRONG><a name="[51]"></a>_main_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry9a.o(.ARM.Collect$$$$0000000B))
<P><STRONG><a name="[1f]"></a>__rt_lib_shutdown_fini</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry12b.o(.ARM.Collect$$$$0000000E)) <P><STRONG><a name="[22]"></a>__rt_lib_shutdown_fini</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry12b.o(.ARM.Collect$$$$0000000E))
<BR><BR>[Calls]<UL><LI><a href="#[20]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__arm_fini_ (Weak Reference) <BR><BR>[Calls]<UL><LI><a href="#[23]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__arm_fini_ (Weak Reference)
</UL> </UL>
<P><STRONG><a name="[41]"></a>__rt_final_cpp</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry10a.o(.ARM.Collect$$$$0000000F)) <P><STRONG><a name="[52]"></a>__rt_final_cpp</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry10a.o(.ARM.Collect$$$$0000000F))
<P><STRONG><a name="[42]"></a>__rt_final_exit</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry11a.o(.ARM.Collect$$$$00000011)) <P><STRONG><a name="[53]"></a>__rt_final_exit</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry11a.o(.ARM.Collect$$$$00000011))
<P><STRONG><a name="[0]"></a>Reset_Handler</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, startup_stm32f030x6.o(.text)) <P><STRONG><a name="[0]"></a>Reset_Handler</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, startup_stm32f030x6.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET) <BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET)
@ -91,9 +94,6 @@ Global Symbols
<P><STRONG><a name="[d]"></a>DMA1_Channel1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f030x6.o(.text)) <P><STRONG><a name="[d]"></a>DMA1_Channel1_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f030x6.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET) <BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET)
</UL> </UL>
<P><STRONG><a name="[e]"></a>DMA1_Channel2_3_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f030x6.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET)
</UL>
<P><STRONG><a name="[f]"></a>DMA1_Channel4_5_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f030x6.o(.text)) <P><STRONG><a name="[f]"></a>DMA1_Channel4_5_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f030x6.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET) <BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET)
</UL> </UL>
@ -145,175 +145,237 @@ Global Symbols
<P><STRONG><a name="[6]"></a>WWDG_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f030x6.o(.text)) <P><STRONG><a name="[6]"></a>WWDG_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f030x6.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET) <BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET)
</UL> </UL>
<P><STRONG><a name="[43]"></a>__aeabi_uidiv</STRONG> (Thumb, 0 bytes, Stack size 12 bytes, uidiv.o(.text), UNUSED) <P><STRONG><a name="[54]"></a>__aeabi_uidiv</STRONG> (Thumb, 0 bytes, Stack size 12 bytes, uidiv.o(.text), UNUSED)
<P><STRONG><a name="[2b]"></a>__aeabi_uidivmod</STRONG> (Thumb, 44 bytes, Stack size 12 bytes, uidiv.o(.text)) <P><STRONG><a name="[2d]"></a>__aeabi_uidivmod</STRONG> (Thumb, 44 bytes, Stack size 12 bytes, uidiv.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = __aeabi_uidivmod <BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = __aeabi_uidivmod
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[29]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick <BR>[Called By]<UL><LI><a href="#[2c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;DMA_CalcBaseAndBitshift
<LI><a href="#[32]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick
</UL> </UL>
<P><STRONG><a name="[21]"></a>__aeabi_uldivmod</STRONG> (Thumb, 96 bytes, Stack size 48 bytes, uldiv.o(.text)) <P><STRONG><a name="[24]"></a>__aeabi_uldivmod</STRONG> (Thumb, 96 bytes, Stack size 48 bytes, uldiv.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 56<LI>Call Chain = __aeabi_uldivmod &rArr; __aeabi_llsl <BR><BR>[Stack]<UL><LI>Max Depth = 56<LI>Call Chain = __aeabi_uldivmod &rArr; __aeabi_llsl
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[23]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_llsl <BR>[Calls]<UL><LI><a href="#[26]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_llsl
<LI><a href="#[22]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_llsr <LI><a href="#[25]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_llsr
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[31]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_GetSysClockFreq <BR>[Called By]<UL><LI><a href="#[39]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_GetSysClockFreq
</UL> </UL>
<P><STRONG><a name="[22]"></a>__aeabi_llsr</STRONG> (Thumb, 34 bytes, Stack size 8 bytes, llushr.o(.text)) <P><STRONG><a name="[25]"></a>__aeabi_llsr</STRONG> (Thumb, 34 bytes, Stack size 8 bytes, llushr.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = __aeabi_llsr <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = __aeabi_llsr
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[21]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_uldivmod <BR>[Called By]<UL><LI><a href="#[24]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_uldivmod
</UL> </UL>
<P><STRONG><a name="[44]"></a>_ll_ushift_r</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llushr.o(.text), UNUSED) <P><STRONG><a name="[55]"></a>_ll_ushift_r</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llushr.o(.text), UNUSED)
<P><STRONG><a name="[25]"></a>__aeabi_memset</STRONG> (Thumb, 14 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) <P><STRONG><a name="[28]"></a>__aeabi_memset</STRONG> (Thumb, 14 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED)
<BR><BR>[Called By]<UL><LI><a href="#[26]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_memset$wrapper <BR><BR>[Called By]<UL><LI><a href="#[29]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_memset$wrapper
<LI><a href="#[24]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memclr <LI><a href="#[27]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memclr
</UL> </UL>
<P><STRONG><a name="[45]"></a>__aeabi_memset4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) <P><STRONG><a name="[56]"></a>__aeabi_memset4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED)
<P><STRONG><a name="[46]"></a>__aeabi_memset8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) <P><STRONG><a name="[57]"></a>__aeabi_memset8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED)
<P><STRONG><a name="[24]"></a>__aeabi_memclr</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) <P><STRONG><a name="[27]"></a>__aeabi_memclr</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED)
<BR><BR>[Calls]<UL><LI><a href="#[25]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memset <BR><BR>[Calls]<UL><LI><a href="#[28]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memset
</UL> </UL>
<P><STRONG><a name="[36]"></a>__aeabi_memclr4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) <P><STRONG><a name="[3e]"></a>__aeabi_memclr4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text))
<BR><BR>[Called By]<UL><LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config <BR><BR>[Called By]<UL><LI><a href="#[4c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
<LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_MspInit <LI><a href="#[3d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_MspInit
</UL> </UL>
<P><STRONG><a name="[47]"></a>__aeabi_memclr8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) <P><STRONG><a name="[58]"></a>__aeabi_memclr8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED)
<P><STRONG><a name="[26]"></a>_memset$wrapper</STRONG> (Thumb, 18 bytes, Stack size 8 bytes, memseta.o(.text), UNUSED) <P><STRONG><a name="[29]"></a>_memset$wrapper</STRONG> (Thumb, 18 bytes, Stack size 8 bytes, memseta.o(.text), UNUSED)
<BR><BR>[Calls]<UL><LI><a href="#[25]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memset <BR><BR>[Calls]<UL><LI><a href="#[28]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memset
</UL> </UL>
<P><STRONG><a name="[23]"></a>__aeabi_llsl</STRONG> (Thumb, 32 bytes, Stack size 8 bytes, llshl.o(.text)) <P><STRONG><a name="[26]"></a>__aeabi_llsl</STRONG> (Thumb, 32 bytes, Stack size 8 bytes, llshl.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = __aeabi_llsl <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = __aeabi_llsl
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[21]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_uldivmod <BR>[Called By]<UL><LI><a href="#[24]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_uldivmod
</UL> </UL>
<P><STRONG><a name="[48]"></a>_ll_shift_l</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llshl.o(.text), UNUSED) <P><STRONG><a name="[59]"></a>_ll_shift_l</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llshl.o(.text), UNUSED)
<P><STRONG><a name="[1e]"></a>__scatterload</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, init.o(.text)) <P><STRONG><a name="[21]"></a>__scatterload</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, init.o(.text))
<BR><BR>[Calls]<UL><LI><a href="#[27]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__main_after_scatterload <BR><BR>[Calls]<UL><LI><a href="#[2a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__main_after_scatterload
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[1d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_main_scatterload <BR>[Called By]<UL><LI><a href="#[20]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_main_scatterload
</UL> </UL>
<P><STRONG><a name="[49]"></a>__scatterload_rt2</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, init.o(.text), UNUSED) <P><STRONG><a name="[5a]"></a>__scatterload_rt2</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, init.o(.text), UNUSED)
<P><STRONG><a name="[39]"></a>Error_Handler</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, main.o(i.Error_Handler)) <P><STRONG><a name="[e]"></a>DMA1_Channel2_3_IRQHandler</STRONG> (Thumb, 10 bytes, Stack size 8 bytes, stm32f0xx_it.o(i.DMA1_Channel2_3_IRQHandler))
<BR><BR>[Called By]<UL><LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = DMA1_Channel2_3_IRQHandler &rArr; HAL_DMA_IRQHandler
<LI><a href="#[38]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_SPI1_Init </UL>
<BR>[Calls]<UL><LI><a href="#[2b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_DMA_IRQHandler
</UL>
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET)
</UL>
<P><STRONG><a name="[40]"></a>Error_Handler</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, main.o(i.Error_Handler))
<BR><BR>[Called By]<UL><LI><a href="#[4c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
<LI><a href="#[44]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_SPI1_Init
<LI><a href="#[3d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_MspInit
</UL> </UL>
<P><STRONG><a name="[37]"></a>HAL_GPIO_Init</STRONG> (Thumb, 470 bytes, Stack size 20 bytes, stm32f0xx_hal_gpio.o(i.HAL_GPIO_Init)) <P><STRONG><a name="[2b]"></a>HAL_DMA_IRQHandler</STRONG> (Thumb, 240 bytes, Stack size 16 bytes, stm32f0xx_hal_dma.o(i.HAL_DMA_IRQHandler))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = HAL_DMA_IRQHandler
</UL>
<BR>[Called By]<UL><LI><a href="#[e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;DMA1_Channel2_3_IRQHandler
</UL>
<P><STRONG><a name="[2e]"></a>HAL_DMA_Init</STRONG> (Thumb, 86 bytes, Stack size 16 bytes, stm32f0xx_hal_dma.o(i.HAL_DMA_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = HAL_DMA_Init &rArr; DMA_CalcBaseAndBitshift &rArr; __aeabi_uidivmod
</UL>
<BR>[Calls]<UL><LI><a href="#[2c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;DMA_CalcBaseAndBitshift
</UL>
<BR>[Called By]<UL><LI><a href="#[3d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_MspInit
</UL>
<P><STRONG><a name="[2f]"></a>HAL_DMA_Start_IT</STRONG> (Thumb, 154 bytes, Stack size 24 bytes, stm32f0xx_hal_dma.o(i.HAL_DMA_Start_IT))
<BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = HAL_DMA_Start_IT &rArr; DMA_SetConfig
</UL>
<BR>[Calls]<UL><LI><a href="#[30]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;DMA_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[41]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_Transmit_DMA
</UL>
<P><STRONG><a name="[3f]"></a>HAL_GPIO_Init</STRONG> (Thumb, 470 bytes, Stack size 20 bytes, stm32f0xx_hal_gpio.o(i.HAL_GPIO_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = HAL_GPIO_Init <BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = HAL_GPIO_Init
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_MspInit <BR>[Called By]<UL><LI><a href="#[3d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_MspInit
</UL> </UL>
<P><STRONG><a name="[30]"></a>HAL_GetTick</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, stm32f0xx_hal.o(i.HAL_GetTick)) <P><STRONG><a name="[38]"></a>HAL_GetTick</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, stm32f0xx_hal.o(i.HAL_GetTick))
<BR><BR>[Called By]<UL><LI><a href="#[33]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_OscConfig <BR><BR>[Called By]<UL><LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_OscConfig
<LI><a href="#[2f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig <LI><a href="#[37]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig
<LI><a href="#[4a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_WaitFlagStateUntilTimeout
<LI><a href="#[49]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_WaitFifoStateUntilTimeout
<LI><a href="#[1e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_DMATransmitCplt
</UL> </UL>
<P><STRONG><a name="[3a]"></a>HAL_IncTick</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, stm32f0xx_hal.o(i.HAL_IncTick)) <P><STRONG><a name="[4b]"></a>HAL_IncTick</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, stm32f0xx_hal.o(i.HAL_IncTick))
<BR><BR>[Called By]<UL><LI><a href="#[5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SysTick_Handler <BR><BR>[Called By]<UL><LI><a href="#[5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SysTick_Handler
</UL> </UL>
<P><STRONG><a name="[28]"></a>HAL_Init</STRONG> (Thumb, 28 bytes, Stack size 8 bytes, stm32f0xx_hal.o(i.HAL_Init)) <P><STRONG><a name="[31]"></a>HAL_Init</STRONG> (Thumb, 28 bytes, Stack size 8 bytes, stm32f0xx_hal.o(i.HAL_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = HAL_Init &rArr; HAL_InitTick &rArr; HAL_SYSTICK_Config &rArr; __NVIC_SetPriority <BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = HAL_Init &rArr; HAL_InitTick &rArr; HAL_SYSTICK_Config &rArr; __NVIC_SetPriority
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[29]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick <BR>[Calls]<UL><LI><a href="#[32]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick
<LI><a href="#[2a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_MspInit <LI><a href="#[33]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_MspInit
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[1a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main <BR>[Called By]<UL><LI><a href="#[1a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL> </UL>
<P><STRONG><a name="[29]"></a>HAL_InitTick</STRONG> (Thumb, 70 bytes, Stack size 16 bytes, stm32f0xx_hal.o(i.HAL_InitTick)) <P><STRONG><a name="[32]"></a>HAL_InitTick</STRONG> (Thumb, 70 bytes, Stack size 16 bytes, stm32f0xx_hal.o(i.HAL_InitTick))
<BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = HAL_InitTick &rArr; HAL_SYSTICK_Config &rArr; __NVIC_SetPriority <BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = HAL_InitTick &rArr; HAL_SYSTICK_Config &rArr; __NVIC_SetPriority
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[2c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SYSTICK_Config <BR>[Calls]<UL><LI><a href="#[34]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SYSTICK_Config
<LI><a href="#[2d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_SetPriority <LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_SetPriority
<LI><a href="#[2b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_uidivmod <LI><a href="#[2d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_uidivmod
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[2f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig <BR>[Called By]<UL><LI><a href="#[37]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig
<LI><a href="#[28]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Init <LI><a href="#[31]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Init
</UL> </UL>
<P><STRONG><a name="[2a]"></a>HAL_MspInit</STRONG> (Thumb, 60 bytes, Stack size 8 bytes, stm32f0xx_hal_msp.o(i.HAL_MspInit)) <P><STRONG><a name="[33]"></a>HAL_MspInit</STRONG> (Thumb, 60 bytes, Stack size 8 bytes, stm32f0xx_hal_msp.o(i.HAL_MspInit))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = HAL_MspInit <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = HAL_MspInit
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[28]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Init <BR>[Called By]<UL><LI><a href="#[31]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Init
</UL> </UL>
<P><STRONG><a name="[2d]"></a>HAL_NVIC_SetPriority</STRONG> (Thumb, 18 bytes, Stack size 16 bytes, stm32f0xx_hal_cortex.o(i.HAL_NVIC_SetPriority)) <P><STRONG><a name="[43]"></a>HAL_NVIC_EnableIRQ</STRONG> (Thumb, 30 bytes, Stack size 0 bytes, stm32f0xx_hal_cortex.o(i.HAL_NVIC_EnableIRQ))
<BR><BR>[Called By]<UL><LI><a href="#[42]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_DMA_Init
</UL>
<P><STRONG><a name="[35]"></a>HAL_NVIC_SetPriority</STRONG> (Thumb, 18 bytes, Stack size 16 bytes, stm32f0xx_hal_cortex.o(i.HAL_NVIC_SetPriority))
<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = HAL_NVIC_SetPriority &rArr; __NVIC_SetPriority <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = HAL_NVIC_SetPriority &rArr; __NVIC_SetPriority
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[2e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__NVIC_SetPriority <BR>[Calls]<UL><LI><a href="#[36]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__NVIC_SetPriority
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[29]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick <BR>[Called By]<UL><LI><a href="#[32]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick
<LI><a href="#[42]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_DMA_Init
</UL> </UL>
<P><STRONG><a name="[2f]"></a>HAL_RCC_ClockConfig</STRONG> (Thumb, 342 bytes, Stack size 16 bytes, stm32f0xx_hal_rcc.o(i.HAL_RCC_ClockConfig)) <P><STRONG><a name="[37]"></a>HAL_RCC_ClockConfig</STRONG> (Thumb, 342 bytes, Stack size 16 bytes, stm32f0xx_hal_rcc.o(i.HAL_RCC_ClockConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 128<LI>Call Chain = HAL_RCC_ClockConfig &rArr; HAL_RCC_GetSysClockFreq &rArr; __aeabi_uldivmod &rArr; __aeabi_llsl <BR><BR>[Stack]<UL><LI>Max Depth = 128<LI>Call Chain = HAL_RCC_ClockConfig &rArr; HAL_RCC_GetSysClockFreq &rArr; __aeabi_uldivmod &rArr; __aeabi_llsl
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[29]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick <BR>[Calls]<UL><LI><a href="#[32]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick
<LI><a href="#[30]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick <LI><a href="#[38]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick
<LI><a href="#[31]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_GetSysClockFreq <LI><a href="#[39]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_GetSysClockFreq
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config <BR>[Called By]<UL><LI><a href="#[4c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
</UL> </UL>
<P><STRONG><a name="[31]"></a>HAL_RCC_GetSysClockFreq</STRONG> (Thumb, 162 bytes, Stack size 56 bytes, stm32f0xx_hal_rcc.o(i.HAL_RCC_GetSysClockFreq)) <P><STRONG><a name="[39]"></a>HAL_RCC_GetSysClockFreq</STRONG> (Thumb, 162 bytes, Stack size 56 bytes, stm32f0xx_hal_rcc.o(i.HAL_RCC_GetSysClockFreq))
<BR><BR>[Stack]<UL><LI>Max Depth = 112<LI>Call Chain = HAL_RCC_GetSysClockFreq &rArr; __aeabi_uldivmod &rArr; __aeabi_llsl <BR><BR>[Stack]<UL><LI>Max Depth = 112<LI>Call Chain = HAL_RCC_GetSysClockFreq &rArr; __aeabi_uldivmod &rArr; __aeabi_llsl
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[32]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__ARM_common_ll_muluu <BR>[Calls]<UL><LI><a href="#[3a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__ARM_common_ll_muluu
<LI><a href="#[21]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_uldivmod <LI><a href="#[24]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_uldivmod
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[2f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig <BR>[Called By]<UL><LI><a href="#[37]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig
</UL> </UL>
<P><STRONG><a name="[33]"></a>HAL_RCC_OscConfig</STRONG> (Thumb, 1416 bytes, Stack size 32 bytes, stm32f0xx_hal_rcc.o(i.HAL_RCC_OscConfig)) <P><STRONG><a name="[3b]"></a>HAL_RCC_OscConfig</STRONG> (Thumb, 1416 bytes, Stack size 32 bytes, stm32f0xx_hal_rcc.o(i.HAL_RCC_OscConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 32<LI>Call Chain = HAL_RCC_OscConfig <BR><BR>[Stack]<UL><LI>Max Depth = 32<LI>Call Chain = HAL_RCC_OscConfig
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[30]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick <BR>[Calls]<UL><LI><a href="#[38]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config <BR>[Called By]<UL><LI><a href="#[4c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
</UL> </UL>
<P><STRONG><a name="[34]"></a>HAL_SPI_Init</STRONG> (Thumb, 268 bytes, Stack size 16 bytes, stm32f0xx_hal_spi.o(i.HAL_SPI_Init)) <P><STRONG><a name="[45]"></a>HAL_SPI_ErrorCallback</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, stm32f0xx_hal_spi.o(i.HAL_SPI_ErrorCallback))
<BR><BR>[Stack]<UL><LI>Max Depth = 68<LI>Call Chain = HAL_SPI_Init &rArr; HAL_SPI_MspInit &rArr; HAL_GPIO_Init <BR><BR>[Called By]<UL><LI><a href="#[1e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_DMATransmitCplt
</UL> <LI><a href="#[1f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_DMAError
<BR>[Calls]<UL><LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_MspInit
</UL>
<BR>[Called By]<UL><LI><a href="#[38]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_SPI1_Init
</UL> </UL>
<P><STRONG><a name="[35]"></a>HAL_SPI_MspInit</STRONG> (Thumb, 114 bytes, Stack size 32 bytes, stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit)) <P><STRONG><a name="[3c]"></a>HAL_SPI_Init</STRONG> (Thumb, 268 bytes, Stack size 16 bytes, stm32f0xx_hal_spi.o(i.HAL_SPI_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 52<LI>Call Chain = HAL_SPI_MspInit &rArr; HAL_GPIO_Init <BR><BR>[Stack]<UL><LI>Max Depth = 84<LI>Call Chain = HAL_SPI_Init &rArr; HAL_SPI_MspInit &rArr; HAL_DMA_Init &rArr; DMA_CalcBaseAndBitshift &rArr; __aeabi_uidivmod
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[37]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_Init <BR>[Calls]<UL><LI><a href="#[3d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_MspInit
<LI><a href="#[36]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memclr4
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[34]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_Init <BR>[Called By]<UL><LI><a href="#[44]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_SPI1_Init
</UL> </UL>
<P><STRONG><a name="[2c]"></a>HAL_SYSTICK_Config</STRONG> (Thumb, 46 bytes, Stack size 16 bytes, stm32f0xx_hal_cortex.o(i.HAL_SYSTICK_Config)) <P><STRONG><a name="[3d]"></a>HAL_SPI_MspInit</STRONG> (Thumb, 170 bytes, Stack size 32 bytes, stm32f0xx_hal_msp.o(i.HAL_SPI_MspInit))
<BR><BR>[Stack]<UL><LI>Max Depth = 68<LI>Call Chain = HAL_SPI_MspInit &rArr; HAL_DMA_Init &rArr; DMA_CalcBaseAndBitshift &rArr; __aeabi_uidivmod
</UL>
<BR>[Calls]<UL><LI><a href="#[2e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_DMA_Init
<LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Error_Handler
<LI><a href="#[3f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_Init
<LI><a href="#[3e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memclr4
</UL>
<BR>[Called By]<UL><LI><a href="#[3c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_Init
</UL>
<P><STRONG><a name="[41]"></a>HAL_SPI_Transmit_DMA</STRONG> (Thumb, 344 bytes, Stack size 24 bytes, stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_DMA))
<BR><BR>[Stack]<UL><LI>Max Depth = 60<LI>Call Chain = HAL_SPI_Transmit_DMA &rArr; HAL_DMA_Start_IT &rArr; DMA_SetConfig
</UL>
<BR>[Calls]<UL><LI><a href="#[2f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_DMA_Start_IT
</UL>
<BR>[Called By]<UL><LI><a href="#[1a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[48]"></a>HAL_SPI_TxCpltCallback</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, stm32f0xx_hal_spi.o(i.HAL_SPI_TxCpltCallback))
<BR><BR>[Called By]<UL><LI><a href="#[1e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_DMATransmitCplt
</UL>
<P><STRONG><a name="[46]"></a>HAL_SPI_TxHalfCpltCallback</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, stm32f0xx_hal_spi.o(i.HAL_SPI_TxHalfCpltCallback))
<BR><BR>[Called By]<UL><LI><a href="#[1d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_DMAHalfTransmitCplt
</UL>
<P><STRONG><a name="[34]"></a>HAL_SYSTICK_Config</STRONG> (Thumb, 46 bytes, Stack size 16 bytes, stm32f0xx_hal_cortex.o(i.HAL_SYSTICK_Config))
<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = HAL_SYSTICK_Config &rArr; __NVIC_SetPriority <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = HAL_SYSTICK_Config &rArr; __NVIC_SetPriority
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[2e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__NVIC_SetPriority <BR>[Calls]<UL><LI><a href="#[36]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__NVIC_SetPriority
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[29]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick <BR>[Called By]<UL><LI><a href="#[32]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_InitTick
</UL> </UL>
<P><STRONG><a name="[2]"></a>HardFault_Handler</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, stm32f0xx_it.o(i.HardFault_Handler)) <P><STRONG><a name="[2]"></a>HardFault_Handler</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, stm32f0xx_it.o(i.HardFault_Handler))
@ -331,17 +393,17 @@ Global Symbols
<P><STRONG><a name="[5]"></a>SysTick_Handler</STRONG> (Thumb, 8 bytes, Stack size 8 bytes, stm32f0xx_it.o(i.SysTick_Handler)) <P><STRONG><a name="[5]"></a>SysTick_Handler</STRONG> (Thumb, 8 bytes, Stack size 8 bytes, stm32f0xx_it.o(i.SysTick_Handler))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = SysTick_Handler <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = SysTick_Handler
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[3a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_IncTick <BR>[Calls]<UL><LI><a href="#[4b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_IncTick
</UL> </UL>
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET) <BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(RESET)
</UL> </UL>
<P><STRONG><a name="[3b]"></a>SystemClock_Config</STRONG> (Thumb, 102 bytes, Stack size 72 bytes, main.o(i.SystemClock_Config)) <P><STRONG><a name="[4c]"></a>SystemClock_Config</STRONG> (Thumb, 102 bytes, Stack size 72 bytes, main.o(i.SystemClock_Config))
<BR><BR>[Stack]<UL><LI>Max Depth = 200<LI>Call Chain = SystemClock_Config &rArr; HAL_RCC_ClockConfig &rArr; HAL_RCC_GetSysClockFreq &rArr; __aeabi_uldivmod &rArr; __aeabi_llsl <BR><BR>[Stack]<UL><LI>Max Depth = 200<LI>Call Chain = SystemClock_Config &rArr; HAL_RCC_ClockConfig &rArr; HAL_RCC_GetSysClockFreq &rArr; __aeabi_uldivmod &rArr; __aeabi_llsl
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[33]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_OscConfig <BR>[Calls]<UL><LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_OscConfig
<LI><a href="#[2f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig <LI><a href="#[37]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_ClockConfig
<LI><a href="#[39]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Error_Handler <LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Error_Handler
<LI><a href="#[36]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memclr4 <LI><a href="#[3e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_memclr4
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[1a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main <BR>[Called By]<UL><LI><a href="#[1a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL> </UL>
@ -349,57 +411,131 @@ Global Symbols
<P><STRONG><a name="[1b]"></a>SystemInit</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, system_stm32f0xx.o(i.SystemInit)) <P><STRONG><a name="[1b]"></a>SystemInit</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, system_stm32f0xx.o(i.SystemInit))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(.text) <BR>[Address Reference Count : 1]<UL><LI> startup_stm32f030x6.o(.text)
</UL> </UL>
<P><STRONG><a name="[32]"></a>__ARM_common_ll_muluu</STRONG> (Thumb, 48 bytes, Stack size 24 bytes, stm32f0xx_hal_rcc.o(i.__ARM_common_ll_muluu)) <P><STRONG><a name="[3a]"></a>__ARM_common_ll_muluu</STRONG> (Thumb, 48 bytes, Stack size 24 bytes, stm32f0xx_hal_rcc.o(i.__ARM_common_ll_muluu))
<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = __ARM_common_ll_muluu <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = __ARM_common_ll_muluu
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[31]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_GetSysClockFreq <BR>[Called By]<UL><LI><a href="#[39]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_RCC_GetSysClockFreq
</UL> </UL>
<P><STRONG><a name="[4a]"></a>__scatterload_copy</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_copy), UNUSED) <P><STRONG><a name="[5b]"></a>__scatterload_copy</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_copy), UNUSED)
<P><STRONG><a name="[4b]"></a>__scatterload_null</STRONG> (Thumb, 2 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_null), UNUSED) <P><STRONG><a name="[5c]"></a>__scatterload_null</STRONG> (Thumb, 2 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_null), UNUSED)
<P><STRONG><a name="[4c]"></a>__scatterload_zeroinit</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_zeroinit), UNUSED) <P><STRONG><a name="[5d]"></a>__scatterload_zeroinit</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_zeroinit), UNUSED)
<P><STRONG><a name="[1a]"></a>main</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, main.o(i.main)) <P><STRONG><a name="[1a]"></a>main</STRONG> (Thumb, 80 bytes, Stack size 56 bytes, main.o(i.main))
<BR><BR>[Stack]<UL><LI>Max Depth = 200<LI>Call Chain = main &rArr; SystemClock_Config &rArr; HAL_RCC_ClockConfig &rArr; HAL_RCC_GetSysClockFreq &rArr; __aeabi_uldivmod &rArr; __aeabi_llsl <BR><BR>[Stack]<UL><LI>Max Depth = 256<LI>Call Chain = main &rArr; SystemClock_Config &rArr; HAL_RCC_ClockConfig &rArr; HAL_RCC_GetSysClockFreq &rArr; __aeabi_uldivmod &rArr; __aeabi_llsl
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[28]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Init <BR>[Calls]<UL><LI><a href="#[41]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_Transmit_DMA
<LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config <LI><a href="#[31]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Init
<LI><a href="#[38]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_SPI1_Init <LI><a href="#[4c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
<LI><a href="#[3c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_GPIO_Init <LI><a href="#[44]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_SPI1_Init
<LI><a href="#[4d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_GPIO_Init
<LI><a href="#[42]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_DMA_Init
</UL> </UL>
<BR>[Address Reference Count : 1]<UL><LI> entry9a.o(.ARM.Collect$$$$0000000B) <BR>[Address Reference Count : 1]<UL><LI> entry9a.o(.ARM.Collect$$$$0000000B)
</UL><P> </UL><P>
<H3> <H3>
Local Symbols Local Symbols
</H3> </H3>
<P><STRONG><a name="[3c]"></a>MX_GPIO_Init</STRONG> (Thumb, 36 bytes, Stack size 8 bytes, main.o(i.MX_GPIO_Init)) <P><STRONG><a name="[42]"></a>MX_DMA_Init</STRONG> (Thumb, 48 bytes, Stack size 8 bytes, main.o(i.MX_DMA_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 32<LI>Call Chain = MX_DMA_Init &rArr; HAL_NVIC_SetPriority &rArr; __NVIC_SetPriority
</UL>
<BR>[Calls]<UL><LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_SetPriority
<LI><a href="#[43]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_EnableIRQ
</UL>
<BR>[Called By]<UL><LI><a href="#[1a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[4d]"></a>MX_GPIO_Init</STRONG> (Thumb, 36 bytes, Stack size 8 bytes, main.o(i.MX_GPIO_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = MX_GPIO_Init <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = MX_GPIO_Init
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[1a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main <BR>[Called By]<UL><LI><a href="#[1a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL> </UL>
<P><STRONG><a name="[38]"></a>MX_SPI1_Init</STRONG> (Thumb, 74 bytes, Stack size 8 bytes, main.o(i.MX_SPI1_Init)) <P><STRONG><a name="[44]"></a>MX_SPI1_Init</STRONG> (Thumb, 74 bytes, Stack size 8 bytes, main.o(i.MX_SPI1_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 76<LI>Call Chain = MX_SPI1_Init &rArr; HAL_SPI_Init &rArr; HAL_SPI_MspInit &rArr; HAL_GPIO_Init <BR><BR>[Stack]<UL><LI>Max Depth = 92<LI>Call Chain = MX_SPI1_Init &rArr; HAL_SPI_Init &rArr; HAL_SPI_MspInit &rArr; HAL_DMA_Init &rArr; DMA_CalcBaseAndBitshift &rArr; __aeabi_uidivmod
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[34]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_Init <BR>[Calls]<UL><LI><a href="#[3c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_Init
<LI><a href="#[39]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Error_Handler <LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Error_Handler
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[1a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main <BR>[Called By]<UL><LI><a href="#[1a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL> </UL>
<P><STRONG><a name="[2e]"></a>__NVIC_SetPriority</STRONG> (Thumb, 110 bytes, Stack size 8 bytes, stm32f0xx_hal_cortex.o(i.__NVIC_SetPriority)) <P><STRONG><a name="[36]"></a>__NVIC_SetPriority</STRONG> (Thumb, 110 bytes, Stack size 8 bytes, stm32f0xx_hal_cortex.o(i.__NVIC_SetPriority))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = __NVIC_SetPriority <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = __NVIC_SetPriority
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[2c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SYSTICK_Config <BR>[Called By]<UL><LI><a href="#[34]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SYSTICK_Config
<LI><a href="#[2d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_SetPriority <LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_NVIC_SetPriority
</UL>
<P><STRONG><a name="[2c]"></a>DMA_CalcBaseAndBitshift</STRONG> (Thumb, 28 bytes, Stack size 8 bytes, stm32f0xx_hal_dma.o(i.DMA_CalcBaseAndBitshift))
<BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = DMA_CalcBaseAndBitshift &rArr; __aeabi_uidivmod
</UL>
<BR>[Calls]<UL><LI><a href="#[2d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_uidivmod
</UL>
<BR>[Called By]<UL><LI><a href="#[2e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_DMA_Init
</UL>
<P><STRONG><a name="[30]"></a>DMA_SetConfig</STRONG> (Thumb, 42 bytes, Stack size 12 bytes, stm32f0xx_hal_dma.o(i.DMA_SetConfig))
<BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = DMA_SetConfig
</UL>
<BR>[Called By]<UL><LI><a href="#[2f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_DMA_Start_IT
</UL>
<P><STRONG><a name="[1f]"></a>SPI_DMAError</STRONG> (Thumb, 40 bytes, Stack size 16 bytes, stm32f0xx_hal_spi.o(i.SPI_DMAError))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = SPI_DMAError
</UL>
<BR>[Calls]<UL><LI><a href="#[45]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_ErrorCallback
</UL>
<BR>[Address Reference Count : 1]<UL><LI> stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_DMA)
</UL>
<P><STRONG><a name="[1d]"></a>SPI_DMAHalfTransmitCplt</STRONG> (Thumb, 14 bytes, Stack size 16 bytes, stm32f0xx_hal_spi.o(i.SPI_DMAHalfTransmitCplt))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = SPI_DMAHalfTransmitCplt
</UL>
<BR>[Calls]<UL><LI><a href="#[46]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_TxHalfCpltCallback
</UL>
<BR>[Address Reference Count : 1]<UL><LI> stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_DMA)
</UL>
<P><STRONG><a name="[1e]"></a>SPI_DMATransmitCplt</STRONG> (Thumb, 128 bytes, Stack size 24 bytes, stm32f0xx_hal_spi.o(i.SPI_DMATransmitCplt))
<BR><BR>[Stack]<UL><LI>Max Depth = 96<LI>Call Chain = SPI_DMATransmitCplt &rArr; SPI_EndRxTxTransaction &rArr; SPI_WaitFlagStateUntilTimeout
</UL>
<BR>[Calls]<UL><LI><a href="#[38]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick
<LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_TxCpltCallback
<LI><a href="#[45]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_SPI_ErrorCallback
<LI><a href="#[47]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_EndRxTxTransaction
</UL>
<BR>[Address Reference Count : 1]<UL><LI> stm32f0xx_hal_spi.o(i.HAL_SPI_Transmit_DMA)
</UL>
<P><STRONG><a name="[47]"></a>SPI_EndRxTxTransaction</STRONG> (Thumb, 106 bytes, Stack size 24 bytes, stm32f0xx_hal_spi.o(i.SPI_EndRxTxTransaction))
<BR><BR>[Stack]<UL><LI>Max Depth = 72<LI>Call Chain = SPI_EndRxTxTransaction &rArr; SPI_WaitFlagStateUntilTimeout
</UL>
<BR>[Calls]<UL><LI><a href="#[4a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_WaitFlagStateUntilTimeout
<LI><a href="#[49]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_WaitFifoStateUntilTimeout
</UL>
<BR>[Called By]<UL><LI><a href="#[1e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_DMATransmitCplt
</UL>
<P><STRONG><a name="[49]"></a>SPI_WaitFifoStateUntilTimeout</STRONG> (Thumb, 246 bytes, Stack size 40 bytes, stm32f0xx_hal_spi.o(i.SPI_WaitFifoStateUntilTimeout))
<BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = SPI_WaitFifoStateUntilTimeout
</UL>
<BR>[Calls]<UL><LI><a href="#[38]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick
</UL>
<BR>[Called By]<UL><LI><a href="#[47]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_EndRxTxTransaction
</UL>
<P><STRONG><a name="[4a]"></a>SPI_WaitFlagStateUntilTimeout</STRONG> (Thumb, 214 bytes, Stack size 48 bytes, stm32f0xx_hal_spi.o(i.SPI_WaitFlagStateUntilTimeout))
<BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = SPI_WaitFlagStateUntilTimeout
</UL>
<BR>[Calls]<UL><LI><a href="#[38]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GetTick
</UL>
<BR>[Called By]<UL><LI><a href="#[47]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SPI_EndRxTxTransaction
</UL> </UL>
<P> <P>
<H3> <H3>
Undefined Global Symbols Undefined Global Symbols
</H3> </H3>
<P><STRONG><a name="[20]"></a>__arm_fini_</STRONG> (Unknown, 0 bytes, Stack size 0 bytes, UNDEFINED) <P><STRONG><a name="[23]"></a>__arm_fini_</STRONG> (Unknown, 0 bytes, Stack size 0 bytes, UNDEFINED)
<BR><BR>[Called By]<UL><LI><a href="#[1f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_lib_shutdown_fini <BR><BR>[Called By]<UL><LI><a href="#[22]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__rt_lib_shutdown_fini
</UL> </UL>
<HR></body></html> <HR></body></html>

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\main.o: RTE\Device\STM32F030F4Px\STCubeGenerated\Src\main.c .\objects\main.o: RTE\Device\STM32F030F4Px\STCubeGenerated\Src\main.c
.\objects\main.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\main.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\main.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\main.h .\objects\main.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\main.h
.\objects\main.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\main.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\main.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\main.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h

Binary file not shown.

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c .\objects\stm32f0xx_hal.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c
.\objects\stm32f0xx_hal.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_adc.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c .\objects\stm32f0xx_hal_adc.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c
.\objects\stm32f0xx_hal_adc.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_adc.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_adc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_adc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_adc.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_adc.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_adc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_adc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_adc_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc_ex.c .\objects\stm32f0xx_hal_adc_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc_ex.c
.\objects\stm32f0xx_hal_adc_ex.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_adc_ex.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_adc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_adc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_adc_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_adc_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_adc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_adc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_can.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_can.c .\objects\stm32f0xx_hal_can.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_can.c
.\objects\stm32f0xx_hal_can.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_can.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_can.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_can.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_can.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_can.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_can.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_can.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_cec.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cec.c .\objects\stm32f0xx_hal_cec.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cec.c
.\objects\stm32f0xx_hal_cec.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_cec.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_cec.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_cec.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_cec.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_cec.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_cec.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_cec.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_comp.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_comp.c .\objects\stm32f0xx_hal_comp.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_comp.c
.\objects\stm32f0xx_hal_comp.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_comp.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_comp.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_comp.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_comp.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_comp.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_comp.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_comp.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_cortex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c .\objects\stm32f0xx_hal_cortex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c
.\objects\stm32f0xx_hal_cortex.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_cortex.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_cortex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_cortex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_cortex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_cortex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_cortex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_cortex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_crc.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_crc.c .\objects\stm32f0xx_hal_crc.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_crc.c
.\objects\stm32f0xx_hal_crc.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_crc.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_crc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_crc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_crc.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_crc.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_crc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_crc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_crc_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_crc_ex.c .\objects\stm32f0xx_hal_crc_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_crc_ex.c
.\objects\stm32f0xx_hal_crc_ex.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_crc_ex.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_crc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_crc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_crc_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_crc_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_crc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_crc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_dac.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac.c .\objects\stm32f0xx_hal_dac.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac.c
.\objects\stm32f0xx_hal_dac.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_dac.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_dac.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_dac.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_dac.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_dac.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_dac.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_dac.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_dac_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac_ex.c .\objects\stm32f0xx_hal_dac_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac_ex.c
.\objects\stm32f0xx_hal_dac_ex.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_dac_ex.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_dac_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_dac_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_dac_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_dac_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_dac_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_dac_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_dma.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c .\objects\stm32f0xx_hal_dma.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c
.\objects\stm32f0xx_hal_dma.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_dma.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_dma.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_dma.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_dma.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_dma.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_dma.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_dma.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_exti.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_exti.c .\objects\stm32f0xx_hal_exti.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_exti.c
.\objects\stm32f0xx_hal_exti.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_exti.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_exti.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_exti.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_exti.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_exti.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_exti.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_exti.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_flash.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c .\objects\stm32f0xx_hal_flash.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c
.\objects\stm32f0xx_hal_flash.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_flash.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_flash.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_flash.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_flash.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_flash.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_flash.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_flash.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_flash_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c .\objects\stm32f0xx_hal_flash_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c
.\objects\stm32f0xx_hal_flash_ex.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_flash_ex.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_flash_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_flash_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_flash_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_flash_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_flash_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_flash_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_gpio.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c .\objects\stm32f0xx_hal_gpio.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c
.\objects\stm32f0xx_hal_gpio.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_gpio.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_gpio.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_gpio.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_gpio.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_gpio.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_gpio.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_gpio.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_i2c.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c .\objects\stm32f0xx_hal_i2c.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c
.\objects\stm32f0xx_hal_i2c.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_i2c.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_i2c.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_i2c.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_i2c.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_i2c.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_i2c.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_i2c.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_i2c_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c_ex.c .\objects\stm32f0xx_hal_i2c_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c_ex.c
.\objects\stm32f0xx_hal_i2c_ex.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_i2c_ex.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_i2c_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_i2c_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_i2c_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_i2c_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_i2c_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_i2c_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_i2s.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2s.c .\objects\stm32f0xx_hal_i2s.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2s.c
.\objects\stm32f0xx_hal_i2s.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_i2s.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_i2s.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_i2s.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_i2s.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_i2s.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_i2s.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_i2s.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_irda.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_irda.c .\objects\stm32f0xx_hal_irda.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_irda.c
.\objects\stm32f0xx_hal_irda.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_irda.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_irda.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_irda.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_irda.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_irda.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_irda.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_irda.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_iwdg.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_iwdg.c .\objects\stm32f0xx_hal_iwdg.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_iwdg.c
.\objects\stm32f0xx_hal_iwdg.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_iwdg.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_iwdg.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_iwdg.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_iwdg.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_iwdg.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_iwdg.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_iwdg.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_msp.o: C:/Users/simon/Desktop/atlas-led/project/RTE/Device/STM32F030F4Px/STCubeGenerated/Src/stm32f0xx_hal_msp.c .\objects\stm32f0xx_hal_msp.o: C:/Users/simon/Desktop/atlas-led/project/RTE/Device/STM32F030F4Px/STCubeGenerated/Src/stm32f0xx_hal_msp.c
.\objects\stm32f0xx_hal_msp.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_msp.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_msp.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\main.h .\objects\stm32f0xx_hal_msp.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\main.h
.\objects\stm32f0xx_hal_msp.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_msp.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_msp.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_msp.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_pcd.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd.c .\objects\stm32f0xx_hal_pcd.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd.c
.\objects\stm32f0xx_hal_pcd.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_pcd.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_pcd.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_pcd.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_pcd.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_pcd.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_pcd.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_pcd.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_pcd_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd_ex.c .\objects\stm32f0xx_hal_pcd_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd_ex.c
.\objects\stm32f0xx_hal_pcd_ex.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_pcd_ex.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_pcd_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_pcd_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_pcd_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_pcd_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_pcd_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_pcd_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_pwr.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c .\objects\stm32f0xx_hal_pwr.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c
.\objects\stm32f0xx_hal_pwr.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_pwr.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_pwr.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_pwr.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_pwr.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_pwr.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_pwr.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_pwr.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_pwr_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr_ex.c .\objects\stm32f0xx_hal_pwr_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr_ex.c
.\objects\stm32f0xx_hal_pwr_ex.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_pwr_ex.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_pwr_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_pwr_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_pwr_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_pwr_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_pwr_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_pwr_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_rcc.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c .\objects\stm32f0xx_hal_rcc.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c
.\objects\stm32f0xx_hal_rcc.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_rcc.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_rcc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_rcc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_rcc.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_rcc.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_rcc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_rcc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

Binary file not shown.

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_rcc_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c .\objects\stm32f0xx_hal_rcc_ex.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c
.\objects\stm32f0xx_hal_rcc_ex.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_rcc_ex.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_rcc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_rcc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_rcc_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_rcc_ex.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_rcc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_rcc_ex.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

View file

@ -1,5 +1,5 @@
.\objects\stm32f0xx_hal_rtc.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rtc.c .\objects\stm32f0xx_hal_rtc.o: C:/Users/simon/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rtc.c
.\objects\stm32f0xx_hal_rtc.o: .\RTE\_Simulation\Pre_Include_Global.h .\objects\stm32f0xx_hal_rtc.o: .\RTE\_R_el\Pre_Include_Global.h
.\objects\stm32f0xx_hal_rtc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h .\objects\stm32f0xx_hal_rtc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
.\objects\stm32f0xx_hal_rtc.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h .\objects\stm32f0xx_hal_rtc.o: .\RTE\Device\STM32F030F4Px\STCubeGenerated\Inc\stm32f0xx_hal_conf.h
.\objects\stm32f0xx_hal_rtc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h .\objects\stm32f0xx_hal_rtc.o: C:\Users\simon\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_rcc.h

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