2021-11-23 09:07:02 索煒達電子 902
項目編號:E2403
文件大小:14M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述
Stm32F4、Stm32L072配置AD9361
目錄│文件列表:
└ Stm32F4、Stm32L072配置AD9361
└ AD9361
│ AD9361 Reference Manual.pdf
│ AD9361.pdf
├ stm32F4_ad9361_v0.2
│ │ .mxproject
│ │ mx.scratch
│ │ stm32f4_ad9361.ioc
│ ├ AD9361
│ │ │ ad9361.c
│ │ │ ad9361.h
│ │ │ ad9361_api.c
│ │ │ ad9361_api.h
│ │ │ ad9361_conv.c
│ │ │ common.h
│ │ │ config.h
│ │ │ util.c
│ │ └ util.h
│ ├ Console_commands
│ │ │ command.c
│ │ │ command.h
│ │ │ console.c
│ │ └ console.h
│ ├ Drivers
│ │ ├ CMSIS
│ │ │ ├ Device
│ │ │ │ └ ST
│ │ │ │ └ STM32F4xx
│ │ │ │ └ Include
│ │ │ │ │ stm32f429xx.h
│ │ │ │ │ stm32f4xx.h
│ │ │ │ └ system_stm32f4xx.h
│ │ │ └ Include
│ │ │ │ arm_common_tables.h
│ │ │ │ arm_const_structs.h
│ │ │ │ arm_math.h
│ │ │ │ cmsis_armcc.h
│ │ │ │ cmsis_armcc_V6.h
│ │ │ │ cmsis_gcc.h
│ │ │ │ core_cm0.h
│ │ │ │ core_cm0plus.h
│ │ │ │ core_cm3.h
│ │ │ │ core_cm4.h
│ │ │ │ core_cm7.h
│ │ │ │ core_cmFunc.h
│ │ │ │ core_cmInstr.h
│ │ │ │ core_cmSimd.h
│ │ │ │ core_sc000.h
│ │ │ └ core_sc300.h
│ │ └ STM32F4xx_HAL_Driver
│ │ ├ Inc
│ │ │ │ stm32f4xx_hal.h
│ │ │ │ stm32f4xx_hal_cortex.h
│ │ │ │ stm32f4xx_hal_def.h
│ │ │ │ stm32f4xx_hal_dma.h
│ │ │ │ stm32f4xx_hal_dma_ex.h
│ │ │ │ stm32f4xx_hal_flash.h
│ │ │ │ stm32f4xx_hal_flash_ex.h
│ │ │ │ stm32f4xx_hal_flash_ramfunc.h
│ │ │ │ stm32f4xx_hal_gpio.h
│ │ │ │ stm32f4xx_hal_gpio_ex.h
│ │ │ │ stm32f4xx_hal_pwr.h
│ │ │ │ stm32f4xx_hal_pwr_ex.h
│ │ │ │ stm32f4xx_hal_rcc.h
│ │ │ │ stm32f4xx_hal_rcc_ex.h
│ │ │ │ stm32f4xx_hal_spi.h
│ │ │ │ stm32f4xx_hal_tim.h
│ │ │ │ stm32f4xx_hal_tim_ex.h
│ │ │ │ stm32f4xx_hal_uart.h
│ │ │ └ Legacy
│ │ │ └ stm32_hal_legacy.h
│ │ └ Src
│ │ │ stm32f4xx_hal.c
│ │ │ stm32f4xx_hal_cortex.c
│ │ │ stm32f4xx_hal_dma.c
│ │ │ stm32f4xx_hal_dma_ex.c
│ │ │ stm32f4xx_hal_flash.c
│ │ │ stm32f4xx_hal_flash_ex.c
│ │ │ stm32f4xx_hal_flash_ramfunc.c
│ │ │ stm32f4xx_hal_gpio.c
│ │ │ stm32f4xx_hal_pwr.c
│ │ │ stm32f4xx_hal_pwr_ex.c
│ │ │ stm32f4xx_hal_rcc.c
│ │ │ stm32f4xx_hal_rcc_ex.c
│ │ │ stm32f4xx_hal_spi.c
│ │ │ stm32f4xx_hal_tim.c
│ │ │ stm32f4xx_hal_tim_ex.c
│ │ └ stm32f4xx_hal_uart.c
│ ├ Inc
│ │ │ delay.h
│ │ │ FIFO_Uart.h
│ │ │ gpio.h
│ │ │ main.h
│ │ │ spi.h
│ │ │ stm32f4xx_hal_conf.h
│ │ │ stm32f4xx_it.h
│ │ └ usart.h
│ ├ MDK-ARM
│ │ │ EventRecorderStub.scvd
│ │ │ startup_stm32f429xx.lst
│ │ │ startup_stm32f429xx.s
│ │ │ stm32f4_ad9361.uvguix.NBI_Ysheng
│ │ │ stm32f4_ad9361.uvguix.sheng Yan
│ │ │ stm32f4_ad9361.uvoptx
│ │ │ stm32f4_ad9361.uvprojx
│ │ ├ DebugConfig
│ │ │ └ stm32f4_ad9361_STM32F429IGTx.dbgconf
│ │ ├ RTE
│ │ │ └ RTE_Components.h
│ │ └ stm32f4_ad9361
│ │ │ ad9361.crf
│ │ │ ad9361.d
│ │ │ ad9361.o
│ │ │ ad9361_api.crf
│ │ │ ad9361_api.d
│ │ │ ad9361_api.o
│ │ │ ad9361_conv.crf
│ │ │ ad9361_conv.d
│ │ │ ad9361_conv.o
│ │ │ command.crf
│ │ │ command.d
│ │ │ command.o
│ │ │ console.crf
│ │ │ console.d
│ │ │ console.o
│ │ │ delay.crf
│ │ │ delay.d
│ │ │ delay.o
│ │ │ fifo_uart.crf
│ │ │ fifo_uart.d
│ │ │ fifo_uart.o
│ │ │ gpio.crf
│ │ │ gpio.d
│ │ │ gpio.o
│ │ │ main.crf
│ │ │ main.d
│ │ │ main.o
│ │ │ platform.crf
│ │ │ platform.d
│ │ │ platform.o
│ │ │ spi.crf
│ │ │ spi.d
│ │ │ spi.o
│ │ │ startup_stm32f429xx.d
│ │ │ startup_stm32f429xx.o
│ │ │ stm32f4xx_hal.crf
│ │ │ stm32f4xx_hal.d
│ │ │ stm32f4xx_hal.o
│ │ │ stm32f4xx_hal_cortex.crf
│ │ │ stm32f4xx_hal_cortex.d
│ │ │ stm32f4xx_hal_cortex.o
│ │ │ stm32f4xx_hal_dma.crf
│ │ │ stm32f4xx_hal_dma.d
│ │ │ stm32f4xx_hal_dma.o
│ │ │ stm32f4xx_hal_dma_ex.crf
│ │ │ stm32f4xx_hal_dma_ex.d
│ │ │ stm32f4xx_hal_dma_ex.o
│ │ │ stm32f4xx_hal_flash.crf
│ │ │ stm32f4xx_hal_flash.d
│ │ │ stm32f4xx_hal_flash.o
│ │ │ stm32f4xx_hal_flash_ex.crf
│ │ │ stm32f4xx_hal_flash_ex.d
│ │ │ stm32f4xx_hal_flash_ex.o
│ │ │ stm32f4xx_hal_flash_ramfunc.crf
│ │ │ stm32f4xx_hal_flash_ramfunc.d
│ │ │ stm32f4xx_hal_flash_ramfunc.o
│ │ │ stm32f4xx_hal_gpio.crf
│ │ │ stm32f4xx_hal_gpio.d
│ │ │ stm32f4xx_hal_gpio.o
│ │ │ stm32f4xx_hal_msp.crf
│ │ │ stm32f4xx_hal_msp.d
│ │ │ stm32f4xx_hal_msp.o
│ │ │ stm32f4xx_hal_pwr.crf
│ │ │ stm32f4xx_hal_pwr.d
│ │ │ stm32f4xx_hal_pwr.o
│ │ │ stm32f4xx_hal_pwr_ex.crf
│ │ │ stm32f4xx_hal_pwr_ex.d
│ │ │ stm32f4xx_hal_pwr_ex.o
│ │ │ stm32f4xx_hal_rcc.crf
│ │ │ stm32f4xx_hal_rcc.d
│ │ │ stm32f4xx_hal_rcc.o
│ │ │ stm32f4xx_hal_rcc_ex.crf
│ │ │ stm32f4xx_hal_rcc_ex.d
│ │ │ stm32f4xx_hal_rcc_ex.o
│ │ │ stm32f4xx_hal_spi.crf
│ │ │ stm32f4xx_hal_spi.d
│ │ │ stm32f4xx_hal_spi.o
│ │ │ stm32f4xx_hal_tim.crf
│ │ │ stm32f4xx_hal_tim.d
│ │ │ stm32f4xx_hal_tim.o
│ │ │ stm32f4xx_hal_tim_ex.crf
│ │ │ stm32f4xx_hal_tim_ex.d
│ │ │ stm32f4xx_hal_tim_ex.o
│ │ │ stm32f4xx_hal_uart.crf
│ │ │ stm32f4xx_hal_uart.d
│ │ │ stm32f4xx_hal_uart.o
│ │ │ stm32f4xx_it.crf
│ │ │ stm32f4xx_it.d
│ │ │ stm32f4xx_it.o
│ │ │ stm32f4_ad9361.axf
│ │ │ stm32f4_ad9361.build_log.htm
│ │ │ stm32f4_ad9361.hex
│ │ │ stm32f4_ad9361.htm
│ │ │ stm32f4_ad9361.lnp
│ │ │ stm32f4_ad9361.map
│ │ │ stm32f4_ad9361.sct
│ │ │ stm32f4_ad9361_stm32f4_ad9361.dep
│ │ │ system_stm32f4xx.crf
│ │ │ system_stm32f4xx.d
│ │ │ system_stm32f4xx.o
│ │ │ usart.crf
│ │ │ usart.d
│ │ │ usart.o
│ │ │ util.crf
│ │ │ util.d
│ │ └ util.o
│ ├ Platform_Generic
│ │ │ parameters.h
│ │ │ platform.c
│ │ └ platform.h
│ ├ Readme
│ │ └ readme.txt
│ └ Src
│ │ delay.c
│ │ FIFO_Uart.c
│ │ gpio.c
│ │ main.c
│ │ spi.c
│ │ stm32f4xx_hal_msp.c
│ │ stm32f4xx_it.c
│ │ system_stm32f4xx.c
│ └ usart.c
└ stm32l072_ad9361
│ .mxproject
│ stm32l072_ad9361.ioc
├ AD9361
│ │ ad9361.c
│ │ ad9361.h
│ │ ad9361_api.c
│ │ ad9361_api.h
│ │ ad9361_conv.c
│ │ common.h
│ │ config.h
│ │ util.c
│ └ util.h
├ Console_commands
│ │ command.c
│ │ command.h
│ │ console.c
│ └ console.h
├ Drivers
│ ├ CMSIS
│ │ ├ Device
│ │ │ └ ST
│ │ │ └ STM32L0xx
│ │ │ ├ Include
│ │ │ │ │ stm32l011xx.h
│ │ │ │ │ stm32l021xx.h
│ │ │ │ │ stm32l031xx.h
│ │ │ │ │ stm32l041xx.h
│ │ │ │ │ stm32l051xx.h
│ │ │ │ │ stm32l052xx.h
│ │ │ │ │ stm32l053xx.h
│ │ │ │ │ stm32l061xx.h
│ │ │ │ │ stm32l062xx.h
│ │ │ │ │ stm32l063xx.h
│ │ │ │ │ stm32l071xx.h
│ │ │ │ │ stm32l072xx.h
│ │ │ │ │ stm32l073xx.h
│ │ │ │ │ stm32l081xx.h
│ │ │ │ │ stm32l082xx.h
│ │ │ │ │ stm32l083xx.h
│ │ │ │ │ stm32l0xx.h
│ │ │ │ └ system_stm32l0xx.h
│ │ │ └ Source
│ │ │ └ Templates
│ │ │ │ system_stm32l0xx.c
│ │ │ └ arm
│ │ │ └ startup_stm32l072xx.s
│ │ └ Include
│ │ │ arm_common_tables.h
│ │ │ arm_const_structs.h
│ │ │ arm_math.h