rogerclarkmelbourne / Arduino_STM32

Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards
Other
2.52k stars 1.26k forks source link

DAC #908

Closed CJT1111 closed 1 year ago

CJT1111 commented 1 year ago

Hello, are there any examples of DAC in the resource library, where?

stevstrong commented 1 year ago

No, this F1 core does not support DAC. The F4 core does support DAC, but there are no examples in this repository. Please visit www.stm32duino.com for more support on this topic.

CJT1111 commented 1 year ago

I observed that PA4 and PA5 of STM32F103ZET6 support DAC, does the system not support DAC?

stevstrong commented 1 year ago

This core does not have implemented the core functions which support DAC.

CJT1111 commented 1 year ago

Well, thank you for your answer!