2013-03-19 09:19 PM
Hi all,
I used DAC and it OK on stm8l151C6T6, this is 48pin MCU. But now i change to 28pin DAC.It not work: CLK_PeripheralClockConfig(CLK_Peripheral_DAC, ENABLE); DAC_DeInit(); DAC_Init(DAC_Channel_1, DAC_Trigger_None, DAC_OutputBuffer_Enable); SYSCFG_RIIOSwitchConfig(RI_IOSwitch_15, ENABLE); DAC_WaveGenerationCmd(DAC_Channel_1, DAC_Wave_Noise, ENABLE); DAC_Cmd(DAC_Channel_1, ENABLE); DAC_SetChannel1Data(DAC_Align_12b_R, 0x1500); I measure at Pin PB4, but it alway low. Please help me. Best regards Thinh2013-10-07 07:48 AM
Hello nguyen_phu.thinh.001,
do you have a solution for this problem? Best regards Mario2013-10-14 02:20 AM
2016-10-09 07:00 PM
Hi nguyen_phu.thinh.001.
I got the same problem.How did you solve it.