-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Area: Peripherals APIRelates to peripheral's APIs.Relates to peripheral's APIs.Resolution: WontfixArduino ESP32 team will not fix the issueArduino ESP32 team will not fix the issueType: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32
Description
Related area
支援UART DMA 發送與接收
Support UART DMA transmit and receive
Hardware specification
ESP32-S3
Is your feature request related to a problem?
是 非常相關
It is very relevant
Describe the solution you'd like
架構:
ESP32-S3 透過 UART 傳遞 資料給STM32FXX
Architecture:
ESP32-S3 transmits data to STM32FXX via UART
使用STM32FXX UART(Rx Tx) + DMA ,資料收發完只產生一次中斷
那如果ESP32-S3 可以也像STM32一樣那就很完美了。
Using STM32FXX UART(Rx Tx) + DMA, only one interrupt is generated after data transmission and reception
It would be perfect if ESP32-S3 could be like STM32.
Describe alternatives you've considered
有考慮 SPI +DMA方案 但是網路提供的lib編譯根本不會過....
這真的有驗證過麼....還是ESP32-S3 還沒支援..
I have considered the SPI +DMA solution, but the lib compilation provided by the network will not pass at all....
Is this really verified....or is ESP32-S3 not yet supported..
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Labels
Area: Peripherals APIRelates to peripheral's APIs.Relates to peripheral's APIs.Resolution: WontfixArduino ESP32 team will not fix the issueArduino ESP32 team will not fix the issueType: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32