dear all,
i work with stm32f103cb ,Is it possible to use DMA uart and DMA spi together in the same application?.
Best regards.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-19 12:49 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-19 1:15 AM
Usually DMA has several stream and channels. In the corresponding table, as long as TX and RX DMA channels are not the same ones for the chosen UART and SPI, yes they can be done concurrently. Beware that IF you want to bridge them and think it can be done fully at HW level, you might be for a learning curve.
