initial software commit

This commit is contained in:
feda
2025-03-03 15:53:11 +03:00
commit 2d2912a771
983 changed files with 697048 additions and 0 deletions

View File

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

View File

@ -0,0 +1,47 @@
--cpu Cortex-M7.fp.dp
"for_stm32\startup_stm32f767xx.o"
"for_stm32\file_handling.o"
"for_stm32\main.o"
"for_stm32\bsp_driver_sd.o"
"for_stm32\sd_diskio.o"
"for_stm32\fatfs.o"
"for_stm32\fatfs_platform.o"
"for_stm32\stm32f7xx_it.o"
"for_stm32\stm32f7xx_hal_msp.o"
"for_stm32\stm32f7xx_hal_adc.o"
"for_stm32\stm32f7xx_hal_adc_ex.o"
"for_stm32\stm32f7xx_hal_rcc.o"
"for_stm32\stm32f7xx_hal_rcc_ex.o"
"for_stm32\stm32f7xx_hal_flash.o"
"for_stm32\stm32f7xx_hal_flash_ex.o"
"for_stm32\stm32f7xx_hal_gpio.o"
"for_stm32\stm32f7xx_hal_dma.o"
"for_stm32\stm32f7xx_hal_dma_ex.o"
"for_stm32\stm32f7xx_hal_pwr.o"
"for_stm32\stm32f7xx_hal_pwr_ex.o"
"for_stm32\stm32f7xx_hal_cortex.o"
"for_stm32\stm32f7xx_hal.o"
"for_stm32\stm32f7xx_hal_i2c.o"
"for_stm32\stm32f7xx_hal_i2c_ex.o"
"for_stm32\stm32f7xx_hal_exti.o"
"for_stm32\stm32f7xx_ll_rcc.o"
"for_stm32\stm32f7xx_ll_utils.o"
"for_stm32\stm32f7xx_ll_exti.o"
"for_stm32\stm32f7xx_ll_gpio.o"
"for_stm32\stm32f7xx_ll_dma.o"
"for_stm32\stm32f7xx_ll_sdmmc.o"
"for_stm32\stm32f7xx_hal_sd.o"
"for_stm32\stm32f7xx_ll_spi.o"
"for_stm32\stm32f7xx_hal_tim.o"
"for_stm32\stm32f7xx_hal_tim_ex.o"
"for_stm32\stm32f7xx_ll_tim.o"
"for_stm32\stm32f7xx_ll_usart.o"
"for_stm32\system_stm32f7xx.o"
"for_stm32\diskio.o"
"for_stm32\ff.o"
"for_stm32\ff_gen_drv.o"
"for_stm32\syscall.o"
--strict --scatter "For_stm32\For_stm32.sct"
--summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list "For_stm32.map" -o For_stm32\For_stm32.axf

View File

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

View File

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

Binary file not shown.

Binary file not shown.

BIN
MDK-ARM/For_stm32/fatfs.crf Normal file

Binary file not shown.

Binary file not shown.

BIN
MDK-ARM/For_stm32/ff.crf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
MDK-ARM/For_stm32/main.crf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.