邯郸市环保局网站建设项目环境,代做百度收录排名,闵行网站制作,网站的百度地图怎么做的起个摘要#xff0c;后期维护
1、DMA原理#xff1a;参考#xff1a;【STM32】DMA原理#xff0c;配置步骤超详细#xff0c;一文搞懂DMA_dma配置_~Old的博客-CSDN博客
2、STM32U575的DMA资源#xff1a;
#xff08;datasheet摘要#xff09;
3、UART的使用 4、I2…起个摘要后期维护
1、DMA原理参考【STM32】DMA原理配置步骤超详细一文搞懂DMA_dma配置_~Old的博客-CSDN博客
2、STM32U575的DMA资源
datasheet摘要
3、UART的使用 4、I2S的使用
audio部分参考使用STM32的I2S协议读取麦克风INMP441_匿名代码客的博客-CSDN博客
5、timer
设置TIM2作为事件管理的定时器。APB1 160M频率公式如下
f timer_clock / (Prescaler1) / (Counter_Period1)
想要得到100us触发一次f 1 / 100us 10 kHz
timer_clock 160MPrescaler 凑为39 Counter_Period 设置为399则
f 160 000 000 / (391) / (3991) 10 000 Hz
6、应用
在STM32U575 datasheet 60.4.16 SAI DMA interface
Follow the sequence below to configure the SAI interface in DMA mode:
1. Configure SAI and FIFO threshold levels to specify when the DMA request is launched.
2. Configure SAI DMA channel.
3. Enable the DMA.
4. Enable the SAI interface.
Note: Before configuring the SAI block, the SAI DMA channel must be disabled