Activate cache
This commit is contained in:
Binary file not shown.
@ -28,9 +28,8 @@ Project File Date: 12/11/2023
|
||||
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
|
||||
Build target 'DMA'
|
||||
compiling main.c...
|
||||
compiling nokia.c...
|
||||
linking...
|
||||
Program Size: Code=8818 RO-data=530 RW-data=44 ZI-data=2796
|
||||
Program Size: Code=9270 RO-data=530 RW-data=44 ZI-data=2796
|
||||
FromELF: creating hex file...
|
||||
"DMA\DMA.axf" - 0 Error(s), 0 Warning(s).
|
||||
|
||||
@ -64,7 +63,7 @@ Package Vendor: Keil
|
||||
|
||||
* Component: Keil.ARM Compiler::Compiler:I/O:STDOUT:ITM:1.2.0
|
||||
Source file: Source\retarget_io.c
|
||||
Build Time Elapsed: 00:00:04
|
||||
Build Time Elapsed: 00:00:03
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
1197
MDK-ARM/DMA/DMA.hex
1197
MDK-ARM/DMA/DMA.hex
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1450
MDK-ARM/DMA/DMA.map
1450
MDK-ARM/DMA/DMA.map
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,7 @@ I (../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr_ex.h)(0x63986EB5)
|
||||
I (../Drivers/CMSIS/Include/cmsis_version.h)(0x63986E93)
|
||||
I (../Drivers/CMSIS/Include/cmsis_compiler.h)(0x63986E93)
|
||||
I (../Drivers/CMSIS/Include/cmsis_armcc.h)(0x63986E93)
|
||||
I (../Drivers/CMSIS/Include/mpu_armv7.h)(0x63986E93)
|
||||
I (../Drivers/CMSIS/Include/mpu_armv7.h)(0x63986E93)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h)(0x63986EB5)
|
||||
I (../Drivers/STM32F7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h)(0x63986EB5)
|
||||
I (C:\Keil_v5\ARM\ARMCC\include\stddef.h)(0x602577DE)
|
||||
@ -80,7 +80,7 @@ I (C:\Keil_v5\ARM\ARMCC\include\stdlib.h)(0x602577D4)
|
||||
I (../Drivers/CMSIS/Include/cmsis_armcc.h)(0x63986E93)
|
||||
I (../Drivers/CMSIS/Include/mpu_armv7.h)(0x63986E93)
|
||||
I (../Drivers/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h)(0x63986EB5)
|
||||
I (../Drivers/STM32F7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h)(0x63986EB5)
|
||||
I (../Drivers/STM32F7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h)(0x63986EB5)
|
||||
I (C:\Keil_v5\ARM\ARMCC\include\stddef.h)(0x602577DE)
|
||||
I (../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h)(0x63986EB5)
|
||||
I (../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_exti.h)(0x63986EB5)
|
||||
@ -115,6 +115,7 @@ I (../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spi_ex.h)(0x63986EB5)
|
||||
-o dma\retarget_io.o --omf_browse dma\retarget_io.crf --depend dma\retarget_io.d)
|
||||
I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x602577DE)
|
||||
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x602577DE)
|
||||
I (C:\Keil_v5\ARM\ARMCC\include\stdio.h)(0x602577D4)
|
||||
I (C:\Keil_v5\ARM\ARMCC\include\stdlib.h)(0x602577D4)
|
||||
I (C:\Keil_v5\ARM\ARMCC\include\assert.h)(0x602577D8)
|
||||
I (C:\Keil_v5\ARM\ARMCC\include\rt_sys.h)(0x602577DE)
|
||||
|
Binary file not shown.
@ -34,3 +34,4 @@ dma\main.o: ../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spi_ex.h
|
||||
dma\main.o: ../Core/Inc/spi.h
|
||||
dma\main.o: ../Core/Inc/gpio.h
|
||||
dma\main.o: ../Core/Src/../../nokia.h
|
||||
dma\main.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdio.h
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user