嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
AT32 USB Audio WM8988
USB Aduio Composite Speaker and Micphone
.
├── AN0013_AT32_USB_Audio_Development_Note_ZH_V1.0.1.pdf
├── UM_Audio Arduino Daughter Board_V1.0.pdf
├── USB_Audio_Demo_V1.0.5
│ ├── Libraries
│ │ ├── AT32F4xx_StdPeriph_Driver
│ │ │ ├── inc
│ │ │ │ ├── at32f4xx_acc.h
│ │ │ │ ├── at32f4xx_adc.h
│ │ │ │ ├── at32f4xx_bkp.h
│ │ │ │ ├── at32f4xx_can.h
│ │ │ │ ├── at32f4xx_crc.h
│ │ │ │ ├── at32f4xx_dac.h
│ │ │ │ ├── at32f4xx_dbgmcu.h
│ │ │ │ ├── at32f4xx_dma.h
│ │ │ │ ├── at32f4xx_exti.h
│ │ │ │ ├── at32f4xx_flash.h
│ │ │ │ ├── at32f4xx_gpio.h
│ │ │ │ ├── at32f4xx_i2c.h
│ │ │ │ ├── at32f4xx_iwdg.h
│ │ │ │ ├── at32f4xx_pwr.h
│ │ │ │ ├── at32f4xx_rcc.h
│ │ │ │ ├── at32f4xx_rtc.h
│ │ │ │ ├── at32f4xx_sdio.h
│ │ │ │ ├── at32f4xx_spi.h
│ │ │ │ ├── at32f4xx_tim.h
│ │ │ │ ├── at32f4xx_usart.h
│ │ │ │ ├── at32f4xx_wwdg.h
│ │ │ │ ├── at32f4xx_xmc.h
│ │ │ │ └── misc.h
│ │ │ └── src
│ │ │ ├── at32f4xx_acc.c
│ │ │ ├── at32f4xx_adc.c
│ │ │ ├── at32f4xx_bkp.c
│ │ │ ├── at32f4xx_can.c
│ │ │ ├── at32f4xx_crc.c
│ │ │ ├── at32f4xx_dac.c
│ │ │ ├── at32f4xx_dbgmcu.c
│ │ │ ├── at32f4xx_dma.c
│ │ │ ├── at32f4xx_exti.c
│ │ │ ├── at32f4xx_flash.c
│ │ │ ├── at32f4xx_gpio.c
│ │ │ ├── at32f4xx_i2c.c
│ │ │ ├── at32f4xx_iwdg.c
│ │ │ ├── at32f4xx_pwr.c
│ │ │ ├── at32f4xx_rcc.c
│ │ │ ├── at32f4xx_rtc.c
│ │ │ ├── at32f4xx_sdio.c
│ │ │ ├── at32f4xx_spi.c
│ │ │ ├── at32f4xx_tim.c
│ │ │ ├── at32f4xx_usart.c
│ │ │ ├── at32f4xx_wwdg.c
│ │ │ ├── at32f4xx_xmc.c
│ │ │ └── misc.c
│ │ └── CMSIS
│ │ ├── CM4
│ │ │ ├── CoreSupport
│ │ │ │ ├── arm_common_tables.h
│ │ │ │ ├── arm_const_structs.h
│ │ │ │ ├── arm_math.h
│ │ │ │ ├── cmsis_armcc.h
│ │ │ │ ├── cmsis_armcc_V6.h
│ │ │ │ ├── cmsis_gcc.h
│ │ │ │ ├── cmsis_iar.h
│ │ │ │ ├── core_cm4.h
│ │ │ │ ├── core_cmFunc.h
│ │ │ │ ├── core_cmInstr.h
│ │ │ │ └── core_cmSimd.h
│ │ │ └── DeviceSupport
│ │ │ ├── at32f4xx.h
│ │ │ ├── startup
│ │ │ │ ├── iar
│ │ │ │ │ ├── linker
│ │ │ │ │ │ ├── AT32F403xB.icf
│ │ │ │ │ │ ├── AT32F403xC.icf
│ │ │ │ │ │ ├── AT32F403xE.icf
│ │ │ │ │ │ ├── AT32F403xG.icf
│ │ │ │ │ │ ├── AT32F413x8.icf
│ │ │ │ │ │ ├── AT32F413xB.icf
│ │ │ │ │ │ └── AT32F413xC.icf
│ │ │ │ │ ├── startup_at32f403cx_hd.s
│ │ │ │ │ ├── startup_at32f403cx_md.s
│ │ │ │ │ ├── startup_at32f403cx_xl.s
│ │ │ │ │ ├── startup_at32f403rx_hd.s
│ │ │ │ │ ├── startup_at32f403rx_xl.s
│ │ │ │ │ ├── startup_at32f403vx_hd.s
│ │ │ │ │ ├── startup_at32f403vx_xl.s
│ │ │ │ │ ├── startup_at32f403zx_hd.s
│ │ │ │ │ ├── startup_at32f403zx_xl.s
│ │ │ │ │ ├── startup_at32f413cx_hd.s
│ │ │ │ │ ├── startup_at32f413cx_md.s
│ │ │ │ │ ├── startup_at32f413kx_hd.s
│ │ │ │ │ ├── startup_at32f413kx_md.s
│ │ │ │ │ ├── startup_at32f413rx_hd.s
│ │ │ │ │ └── startup_at32f413rx_md.s
│ │ │ │ └── mdk
│ │ │ │ ├── startup_at32f403cx_hd.s
│ │ │ │ ├── startup_at32f403cx_md.s
│ │ │ │ ├── startup_at32f403cx_xl.s
│ │ │ │ ├── startup_at32f403rx_hd.s
│ │ │ │ ├── startup_at32f403rx_xl.s
│ │ │ │ ├── startup_at32f403vx_hd.s
│ │ │ │ ├── startup_at32f403vx_xl.s
│ │ │ │ ├── startup_at32f403zx_hd.s
│ │ │ │ ├── startup_at32f403zx_xl.s
│ │ │ │ ├── startup_at32f413cx_hd.s
│ │ │ │ ├── startup_at32f413cx_md.s
│ │ │ │ ├── startup_at32f413kx_hd.s
│ │ │ │ ├── startup_at32f413kx_md.s
│ │ │ │ ├── startup_at32f413rx_hd.s
│ │ │ │ └── startup_at32f413rx_md.s
│ │ │ ├── system_at32f4xx.c
│ │ │ └── system_at32f4xx.h
│ │ └── Documentation
│ ├── Middlewares
│ │ └── AT32_USB-FS-Device_Driver
│ │ ├── inc
│ │ │ ├── usb_core.h
│ │ │ ├── usb_def.h
│ │ │ ├── usb_init.h
│ │ │ ├── usb_int.h
│ │ │ ├── usb_lib.h
│ │ │ ├── usb_mem.h
│ │ │ ├── usb_regs.h
│ │ │ ├── usb_regs.h~RF104d7c84.TMP
│ │ │ ├── usb_regs.h~RFa9e1dc4.TMP
│ │ │ ├── usb_sil.h
│ │ │ └── usb_type.h
│ │ └── src
│ │ ├── usb_core.c
│ │ ├── usb_init.c
│ │ ├── usb_int.c
│ │ ├── usb_mem.c
│ │ ├── usb_regs.c
│ │ └── usb_sil.c
│ └── Project
│ ├── AT32_Board
│ │ ├── at32_board.c
│ │ └── at32_board.h
│ └── Audio_Composite_Speaker_MicroPhone
│ ├── MDK-ARM
│ │ ├── Audio_Composite.uvoptx
│ │ ├── Audio_Composite.uvprojx
│ │ └── JLinkSettings.ini
│ ├── OBJ
│ ├── inc
│ │ ├── at32_audio_conf.h
│ │ ├── at32f4xx_conf.h
│ │ ├── at32f4xx_it.h
│ │ ├── hw_config.h
│ │ ├── usb_conf.h
│ │ ├── usb_desc.h
│ │ ├── usb_istr.h
│ │ ├── usb_prop.h
│ │ └── usb_pwr.h
│ ├── readme.txt
│ ├── src
│ │ ├── at32_audio_conf.c
│ │ ├── at32f4xx_it.c
│ │ ├── hw_config.c
│ │ ├── main.c
│ │ ├── system_at32f4xx.c
│ │ ├── usb_desc.c
│ │ ├── usb_endp.c
│ │ ├── usb_istr.c
│ │ ├── usb_prop.c
│ │ └── usb_pwr.c
│ └── wm8988-driver
│ ├── inc
│ │ ├── wm8988.h
│ │ ├── wm8988_i2c.h
│ │ └── wm8988_i2s.h
│ └── src
│ ├── wm8988.c
│ ├── wm8988_i2c.c
│ └── wm8988_i2s.c
├── USB_Audio_Demo_V1.0.5.zip
└── 好例子网_AN0013_AT32_USB_Audio_Development_Note.zip
28 directories, 149 files