利用stm32f103+OLED12864+FFT制作的一款音乐频谱,观赏性好,制作简单
资源文件列表
FFT V2.0/FFT/.mxproject , 4371
FFT V2.0/FFT/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h , 927261
FFT V2.0/FFT/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h , 8815
FFT V2.0/FFT/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h , 3335
FFT V2.0/FFT/Drivers/CMSIS/Include/arm_common_tables.h , 7265
FFT V2.0/FFT/Drivers/CMSIS/Include/arm_const_structs.h , 3942
FFT V2.0/FFT/Drivers/CMSIS/Include/arm_math.h , 252339
FFT V2.0/FFT/Drivers/CMSIS/Include/cmsis_armcc.h , 24423
FFT V2.0/FFT/Drivers/CMSIS/Include/cmsis_armcc_V6.h , 55083
FFT V2.0/FFT/Drivers/CMSIS/Include/cmsis_gcc.h , 41435
FFT V2.0/FFT/Drivers/CMSIS/Include/core_cm0.h , 37218
FFT V2.0/FFT/Drivers/CMSIS/Include/core_cm0plus.h , 44796
FFT V2.0/FFT/Drivers/CMSIS/Include/core_cm3.h , 103909
FFT V2.0/FFT/Drivers/CMSIS/Include/core_cm4.h , 114498
FFT V2.0/FFT/Drivers/CMSIS/Include/core_cm7.h , 139660
FFT V2.0/FFT/Drivers/CMSIS/Include/core_cmFunc.h , 3620
FFT V2.0/FFT/Drivers/CMSIS/Include/core_cmInstr.h , 3636
FFT V2.0/FFT/Drivers/CMSIS/Include/core_cmSimd.h , 3662
FFT V2.0/FFT/Drivers/CMSIS/Include/core_sc000.h , 45262
FFT V2.0/FFT/Drivers/CMSIS/Include/core_sc300.h , 102809
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h , 176630
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h , 11612
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h , 52075
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h , 48934
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h , 19962
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h , 8482
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h , 19528
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h , 12120
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h , 10768
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h , 39240
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h , 13269
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h , 35974
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h , 13494
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h , 70185
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h , 103053
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h , 82272
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h , 14487
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h , 35999
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c , 19832
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c , 82703
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c , 55190
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c , 21716
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c , 24103
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c , 31254
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c , 38312
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c , 23033
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c , 5612
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c , 22834
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c , 48822
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c , 32212
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c , 169516
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c , 64811
FFT V2.0/FFT/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c , 64888
FFT V2.0/FFT/FFT.ioc , 5992
FFT V2.0/FFT/Inc/adc.h , 2810
FFT V2.0/FFT/Inc/bg.h , 5330
FFT V2.0/FFT/Inc/dma.h , 2837
FFT V2.0/FFT/Inc/gpio.h , 2749
FFT V2.0/FFT/Inc/main.h , 2569
FFT V2.0/FFT/Inc/oled.h , 2048
FFT V2.0/FFT/Inc/oledfont.h , 16174
FFT V2.0/FFT/Inc/stm32f1xx_hal_conf.h , 13958
FFT V2.0/FFT/Inc/stm32f1xx_it.h , 3018
FFT V2.0/FFT/Inc/stm32_dsp.h , 2723
FFT V2.0/FFT/Inc/table_fft.h , 23055
FFT V2.0/FFT/Inc/table_fft.h~RF19ebfcdd.TMP , 23142
FFT V2.0/FFT/Inc/tim.h , 2810
FFT V2.0/FFT/Inc/usart.h , 2829
FFT V2.0/FFT/MDK-ARM/cr4_fft_1024_stm32.lst , 91503
FFT V2.0/FFT/MDK-ARM/cr4_fft_256_stm32.lst , 46711
FFT V2.0/FFT/MDK-ARM/FFT.uvguix.mcli , 168166
FFT V2.0/FFT/MDK-ARM/FFT.uvoptx , 22496
FFT V2.0/FFT/MDK-ARM/FFT.uvprojx , 22451
FFT V2.0/FFT/MDK-ARM/FFT/adc.crf , 589969
FFT V2.0/FFT/MDK-ARM/FFT/adc.d , 2020
FFT V2.0/FFT/MDK-ARM/FFT/adc.o , 663668
FFT V2.0/FFT/MDK-ARM/FFT/convertcolor.crf , 18806
FFT V2.0/FFT/MDK-ARM/FFT/convertcolor.d , 647
FFT V2.0/FFT/MDK-ARM/FFT/convertcolor.o , 22996
FFT V2.0/FFT/MDK-ARM/FFT/cr4_fft_1024_stm32.d , 55
FFT V2.0/FFT/MDK-ARM/FFT/cr4_fft_1024_stm32.o , 6444
FFT V2.0/FFT/MDK-ARM/FFT/cr4_fft_256_stm32.d , 53
FFT V2.0/FFT/MDK-ARM/FFT/cr4_fft_256_stm32.o , 3364
FFT V2.0/FFT/MDK-ARM/FFT/dma.crf , 588885
FFT V2.0/FFT/MDK-ARM/FFT/dma.d , 1969
FFT V2.0/FFT/MDK-ARM/FFT/dma.o , 657860
FFT V2.0/FFT/MDK-ARM/FFT/FFT.axf , 642472
FFT V2.0/FFT/MDK-ARM/FFT/FFT.build_log.htm , 1874
FFT V2.0/FFT/MDK-ARM/FFT/FFT.hex , 43595
FFT V2.0/FFT/MDK-ARM/FFT/FFT.htm , 73042
FFT V2.0/FFT/MDK-ARM/FFT/FFT.lnp , 1133
FFT V2.0/FFT/MDK-ARM/FFT/FFT.map , 199051
FFT V2.0/FFT/MDK-ARM/FFT/FFT.sct , 479
FFT V2.0/FFT/MDK-ARM/FFT/FFT_FFT.dep , 83945
FFT V2.0/FFT/MDK-ARM/FFT/font24_32.crf , 26610
FFT V2.0/FFT/MDK-ARM/FFT/font24_32.d , 599
FFT V2.0/FFT/MDK-ARM/FFT/font24_32.o , 27356
FFT V2.0/FFT/MDK-ARM/FFT/font5_7.crf , 23444
FFT V2.0/FFT/MDK-ARM/FFT/font5_7.d , 567
FFT V2.0/FFT/MDK-ARM/FFT/font5_7.o , 29560
FFT V2.0/FFT/MDK-ARM/FFT/font8_8.crf , 23425
FFT V2.0/FFT/MDK-ARM/FFT/font8_8.d , 567
FFT V2.0/FFT/MDK-ARM/FFT/font8_8.o , 29624
FFT V2.0/FFT/MDK-ARM/FFT/gpio.crf , 589420
FFT V2.0/FFT/MDK-ARM/FFT/gpio.d , 2003
FFT V2.0/FFT/MDK-ARM/FFT/gpio.o , 658184
FFT V2.0/FFT/MDK-ARM/FFT/gui_basic.crf , 46342
FFT V2.0/FFT/MDK-ARM/FFT/gui_basic.d , 662
FFT V2.0/FFT/MDK-ARM/FFT/gui_basic.o , 78268
FFT V2.0/FFT/MDK-ARM/FFT/gui_stockc.crf , 19127
FFT V2.0/FFT/MDK-ARM/FFT/gui_stockc.d , 615
FFT V2.0/FFT/MDK-ARM/FFT/gui_stockc.o , 28912
FFT V2.0/FFT/MDK-ARM/FFT/lcmdrv.crf , 609709
FFT V2.0/FFT/MDK-ARM/FFT/lcmdrv.d , 2589
FFT V2.0/FFT/MDK-ARM/FFT/lcmdrv.o , 685780
FFT V2.0/FFT/MDK-ARM/FFT/loadbit.crf , 19832
FFT V2.0/FFT/MDK-ARM/FFT/loadbit.d , 567
FFT V2.0/FFT/MDK-ARM/FFT/loadbit.o , 30196
FFT V2.0/FFT/MDK-ARM/FFT/main.crf , 625501
FFT V2.0/FFT/MDK-ARM/FFT/main.d , 2771
FFT V2.0/FFT/MDK-ARM/FFT/main.o , 714780
FFT V2.0/FFT/MDK-ARM/FFT/menu.crf , 22089
FFT V2.0/FFT/MDK-ARM/FFT/menu.d , 519
FFT V2.0/FFT/MDK-ARM/FFT/menu.o , 44328
FFT V2.0/FFT/MDK-ARM/FFT/oled.crf , 594533
FFT V2.0/FFT/MDK-ARM/FFT/oled.d , 2034
FFT V2.0/FFT/MDK-ARM/FFT/oled.o , 684656
FFT V2.0/FFT/MDK-ARM/FFT/spline.crf , 33116
FFT V2.0/FFT/MDK-ARM/FFT/spline.d , 611
FFT V2.0/FFT/MDK-ARM/FFT/spline.o , 47684
FFT V2.0/FFT/MDK-ARM/FFT/startup_stm32f103xb.d , 50
FFT V2.0/FFT/MDK-ARM/FFT/startup_stm32f103xb.o , 5832
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal.crf , 590035
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal.d , 2293
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal.o , 682944
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_adc.crf , 604242
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_adc.d , 2421
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_adc.o , 702544
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_adc_ex.crf , 599088
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_adc_ex.d , 2517
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_adc_ex.o , 682292
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_cortex.crf , 589636
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_cortex.d , 2517
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_cortex.o , 681540
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_dma.crf , 598337
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_dma.d , 2421
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_dma.o , 674688
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_flash.crf , 593872
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_flash.d , 2485
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_flash.o , 678900
FFT V2.0/FFT/MDK-ARM/FFT/stm32f1xx_hal_flash_ex.crf , 595473
最多只能显示150条信息!
