cancel
Showing results for 
Search instead for 
Did you mean: 

dac configuration

pedropbr
Associate II
Posted on November 30, 2010 at 00:07

dac configuration

22 REPLIES 22
minhpc91
Associate II
Posted on December 06, 2014 at 11:55

Thanks for your reply, clive1.

Could you please give some advice?

I'm dealing with my discrete PI controller for my battery charger. I used a Text LCD to display a valuable calculated by the controller, but sometimes the variable changes too fast or the LCD misses its displaying.

I thought I would have used the DAC for the variable so that I could see it in oscilloscope. But now I realize that the STM32F401VC Discovery Kit doesn't feature DAC.

I'm thinking probably I could use the Audio CODEC instead, but I find it quite complicated because there are too much things.

Could you give me some advice? Just about what features other than DAC that STM32F401VC has that I should work in to meet my monitor purpose.

Thank you much for that.

P/S: My project is totally for research purpose, not for commercial.

Posted on December 07, 2014 at 00:50

Could you use a TIM in PWM mode? Or output diagnostic/debug data via a serial port, or SWV channel?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
minhpc91
Associate II
Posted on December 07, 2014 at 07:21

@@ Why I didn't think about that?! TIM in PWM is most familiar with me. You make my day. Thank you very much for your advice!!