首页

使用STM32F407实现LD3320的语音识别

c

2021-6-2

使用STM32F407实现LD3320的语音识别

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
LD3320_探索者/CORE/core_cm4.h , 114403
LD3320_探索者/CORE/core_cmFunc.h , 18323
LD3320_探索者/CORE/core_cmInstr.h , 27908
LD3320_探索者/CORE/core_cmSimd.h , 22947
LD3320_探索者/CORE/startup_stm32f40_41xxx.s , 29607
LD3320_探索者/FWLIB/inc/misc.h , 6926
LD3320_探索者/FWLIB/inc/stm32f4xx_adc.h , 33008
LD3320_探索者/FWLIB/inc/stm32f4xx_can.h , 27849
LD3320_探索者/FWLIB/inc/stm32f4xx_cec.h , 12446
LD3320_探索者/FWLIB/inc/stm32f4xx_crc.h , 2418
LD3320_探索者/FWLIB/inc/stm32f4xx_cryp.h , 14483
LD3320_探索者/FWLIB/inc/stm32f4xx_dac.h , 14948
LD3320_探索者/FWLIB/inc/stm32f4xx_dbgmcu.h , 4298
LD3320_探索者/FWLIB/inc/stm32f4xx_dcmi.h , 12979
LD3320_探索者/FWLIB/inc/stm32f4xx_dfsdm.h , 46290
LD3320_探索者/FWLIB/inc/stm32f4xx_dma.h , 28884
LD3320_探索者/FWLIB/inc/stm32f4xx_dma2d.h , 19703
LD3320_探索者/FWLIB/inc/stm32f4xx_dsi.h , 41450
LD3320_探索者/FWLIB/inc/stm32f4xx_exti.h , 8117
LD3320_探索者/FWLIB/inc/stm32f4xx_flash.h , 25092
LD3320_探索者/FWLIB/inc/stm32f4xx_flash_ramfunc.h , 3277
LD3320_探索者/FWLIB/inc/stm32f4xx_fmc.h , 44926
LD3320_探索者/FWLIB/inc/stm32f4xx_fmpi2c.h , 19235
LD3320_探索者/FWLIB/inc/stm32f4xx_fsmc.h , 27183
LD3320_探索者/FWLIB/inc/stm32f4xx_gpio.h , 29269
LD3320_探索者/FWLIB/inc/stm32f4xx_hash.h , 10086
LD3320_探索者/FWLIB/inc/stm32f4xx_i2c.h , 31937
LD3320_探索者/FWLIB/inc/stm32f4xx_iwdg.h , 4325
LD3320_探索者/FWLIB/inc/stm32f4xx_lptim.h , 17779
LD3320_探索者/FWLIB/inc/stm32f4xx_ltdc.h , 21191
LD3320_探索者/FWLIB/inc/stm32f4xx_pwr.h , 9617
LD3320_探索者/FWLIB/inc/stm32f4xx_qspi.h , 20220
LD3320_探索者/FWLIB/inc/stm32f4xx_rcc.h , 51092
LD3320_探索者/FWLIB/inc/stm32f4xx_rng.h , 4282
LD3320_探索者/FWLIB/inc/stm32f4xx_rtc.h , 40929
LD3320_探索者/FWLIB/inc/stm32f4xx_sai.h , 28245
LD3320_探索者/FWLIB/inc/stm32f4xx_sdio.h , 22779
LD3320_探索者/FWLIB/inc/stm32f4xx_spdifrx.h , 11282
LD3320_探索者/FWLIB/inc/stm32f4xx_spi.h , 21180
LD3320_探索者/FWLIB/inc/stm32f4xx_syscfg.h , 14364
LD3320_探索者/FWLIB/inc/stm32f4xx_tim.h , 51691
LD3320_探索者/FWLIB/inc/stm32f4xx_usart.h , 18068
LD3320_探索者/FWLIB/inc/stm32f4xx_wwdg.h , 3544
LD3320_探索者/FWLIB/src/misc.c , 11445
LD3320_探索者/FWLIB/src/stm32f4xx_adc.c , 69068
LD3320_探索者/FWLIB/src/stm32f4xx_can.c , 66762
LD3320_探索者/FWLIB/src/stm32f4xx_cec.c , 24771
LD3320_探索者/FWLIB/src/stm32f4xx_crc.c , 3598
LD3320_探索者/FWLIB/src/stm32f4xx_cryp.c , 35496
LD3320_探索者/FWLIB/src/stm32f4xx_cryp_aes.c , 58013
LD3320_探索者/FWLIB/src/stm32f4xx_cryp_des.c , 10016
LD3320_探索者/FWLIB/src/stm32f4xx_cryp_tdes.c , 10772
LD3320_探索者/FWLIB/src/stm32f4xx_dac.c , 26806
LD3320_探索者/FWLIB/src/stm32f4xx_dbgmcu.c , 6811
LD3320_探索者/FWLIB/src/stm32f4xx_dcmi.c , 18784
LD3320_探索者/FWLIB/src/stm32f4xx_dfsdm.c , 86840
LD3320_探索者/FWLIB/src/stm32f4xx_dma.c , 52919
LD3320_探索者/FWLIB/src/stm32f4xx_dma2d.c , 27166
LD3320_探索者/FWLIB/src/stm32f4xx_dsi.c , 61965
LD3320_探索者/FWLIB/src/stm32f4xx_exti.c , 9880
LD3320_探索者/FWLIB/src/stm32f4xx_flash.c , 63733
LD3320_探索者/FWLIB/src/stm32f4xx_flash_ramfunc.c , 5446
LD3320_探索者/FWLIB/src/stm32f4xx_fmc.c , 62565
LD3320_探索者/FWLIB/src/stm32f4xx_fmpi2c.c , 57955
LD3320_探索者/FWLIB/src/stm32f4xx_fsmc.c , 46163
LD3320_探索者/FWLIB/src/stm32f4xx_gpio.c , 25204
LD3320_探索者/FWLIB/src/stm32f4xx_hash.c , 26632
LD3320_探索者/FWLIB/src/stm32f4xx_hash_md5.c , 9596
LD3320_探索者/FWLIB/src/stm32f4xx_hash_sha1.c , 9795
LD3320_探索者/FWLIB/src/stm32f4xx_i2c.c , 54419
LD3320_探索者/FWLIB/src/stm32f4xx_iwdg.c , 9350
LD3320_探索者/FWLIB/src/stm32f4xx_lptim.c , 34485
LD3320_探索者/FWLIB/src/stm32f4xx_ltdc.c , 39787
LD3320_探索者/FWLIB/src/stm32f4xx_pwr.c , 43444
LD3320_探索者/FWLIB/src/stm32f4xx_qspi.c , 32335
LD3320_探索者/FWLIB/src/stm32f4xx_rcc.c , 137176
LD3320_探索者/FWLIB/src/stm32f4xx_rng.c , 14819
LD3320_探索者/FWLIB/src/stm32f4xx_rtc.c , 103212
LD3320_探索者/FWLIB/src/stm32f4xx_sai.c , 49538
LD3320_探索者/FWLIB/src/stm32f4xx_sdio.c , 38959
LD3320_探索者/FWLIB/src/stm32f4xx_spdifrx.c , 17903
LD3320_探索者/FWLIB/src/stm32f4xx_spi.c , 52791
LD3320_探索者/FWLIB/src/stm32f4xx_syscfg.c , 17296
LD3320_探索者/FWLIB/src/stm32f4xx_tim.c , 124736
LD3320_探索者/FWLIB/src/stm32f4xx_usart.c , 57951
LD3320_探索者/FWLIB/src/stm32f4xx_wwdg.c , 10494
LD3320_探索者/HARDWARE/key/key.c , 990
LD3320_探索者/HARDWARE/key/key.h , 196
LD3320_探索者/HARDWARE/LD3320/LD3320.c , 17753
LD3320_探索者/HARDWARE/LD3320/LD3320.h , 2190
LD3320_探索者/HARDWARE/LD3320/LD3320_config.h , 3085
LD3320_探索者/HARDWARE/LD3320/LD3320_main.c , 10623
LD3320_探索者/HARDWARE/LD3320/LDChip.c , 6794
LD3320_探索者/HARDWARE/LD3320/LDchip.h , 2664
LD3320_探索者/HARDWARE/LD3320/Reg_RW.c , 1583
LD3320_探索者/HARDWARE/LD3320/Reg_RW.h , 1427
LD3320_探索者/HARDWARE/led/led.c , 538
LD3320_探索者/HARDWARE/led/led.h , 133
LD3320_探索者/HARDWARE/systick/systick.c , 0
LD3320_探索者/HARDWARE/systick/systick.h , 0
LD3320_探索者/HARDWARE/Timer/Timer.c , 1377
LD3320_探索者/HARDWARE/Timer/Timer.h , 195
LD3320_探索者/HARDWARE/usart/usart.c , 2923
LD3320_探索者/HARDWARE/usart/usart.h , 165
LD3320_探索者/HARDWARE/usart/usart_config.h , 530
LD3320_探索者/OBJ/BUTTON_BUTTON.dep , 30327
LD3320_探索者/OBJ/delay.crf , 445849
LD3320_探索者/OBJ/delay.d , 1701
LD3320_探索者/OBJ/delay.o , 486832
LD3320_探索者/OBJ/ExtDll.iex , 19
LD3320_探索者/OBJ/key.crf , 446132
LD3320_探索者/OBJ/key.d , 1660
LD3320_探索者/OBJ/key.o , 484528
LD3320_探索者/OBJ/ld3320.crf , 460560
LD3320_探索者/OBJ/ld3320.d , 1957
LD3320_探索者/OBJ/ld3320.o , 532444
LD3320_探索者/OBJ/LD3320_test_LD3320_test.dep , 40138
LD3320_探索者/OBJ/led.crf , 445140
LD3320_探索者/OBJ/led.d , 1621
LD3320_探索者/OBJ/led.o , 481644
LD3320_探索者/OBJ/main.crf , 454027
LD3320_探索者/OBJ/main.d , 1870
LD3320_探索者/OBJ/main.o , 492264
LD3320_探索者/OBJ/misc.crf , 444348
LD3320_探索者/OBJ/misc.d , 1619
LD3320_探索者/OBJ/misc.o , 484324
LD3320_探索者/OBJ/startup_stm32f40_41xxx.d , 67
LD3320_探索者/OBJ/startup_stm32f40_41xxx.o , 8040
LD3320_探索者/OBJ/stm32f4xx_adc.crf , 451091
LD3320_探索者/OBJ/stm32f4xx_adc.d , 1970
LD3320_探索者/OBJ/stm32f4xx_adc.o , 534376
LD3320_探索者/OBJ/stm32f4xx_can.crf , 453147
LD3320_探索者/OBJ/stm32f4xx_can.d , 1970
LD3320_探索者/OBJ/stm32f4xx_can.o , 516940
LD3320_探索者/OBJ/stm32f4xx_cec.crf , 443407
LD3320_探索者/OBJ/stm32f4xx_cec.d , 1970
LD3320_探索者/OBJ/stm32f4xx_cec.o , 477100
LD3320_探索者/OBJ/stm32f4xx_crc.crf , 443862
LD3320_探索者/OBJ/stm32f4xx_crc.d , 1970
LD3320_探索者/OBJ/stm32f4xx_crc.o , 484796
LD3320_探索者/OBJ/stm32f4xx_cryp.crf , 449590
LD3320_探索者/OBJ/stm32f4xx_cryp.d , 2009
LD3320_探索者/OBJ/stm32f4xx_cryp.o , 504336
LD3320_探索者/OBJ/stm32f4xx_cryp_aes.crf , 457487
LD3320_探索者/OBJ/stm32f4xx_cryp_aes.d , 2161
LD3320_探索者/OBJ/stm32f4xx_cryp_aes.o , 499896
LD3320_探索者/OBJ/stm32f4xx_cryp_des.crf , 445558
LD3320_探索者/OBJ/stm32f4xx_cryp_des.d , 2161
LD3320_探索者/OBJ/stm32f4xx_cryp_des.o , 482080
LD3320_探索者/OBJ/stm32f4xx_cryp_tdes.crf , 445821
LD3320_探索者/OBJ/stm32f4xx_cryp_tdes.d , 2199
最多只能显示150条信息!
没有账号? 忘记密码?

社交账号快速登录