We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6010fce commit 43dbe80Copy full SHA for 43dbe80
hwconf/hw_palta.c
@@ -232,6 +232,7 @@ void hw_palta_setup_dac(void) {
232
/* DAC channel 1 and 2 Configuration */
233
DAC_InitStructure.DAC_Trigger = DAC_Trigger_None;
234
DAC_InitStructure.DAC_WaveGeneration = DAC_WaveGeneration_None;
235
+ DAC_InitStructure.DAC_LFSRUnmask_TriangleAmplitude = DAC_TriangleAmplitude_1;
236
DAC_InitStructure.DAC_OutputBuffer = DAC_OutputBuffer_Disable; // If enabled minimum output voltage is 200mV (!)
237
DAC_Init(DAC_Channel_1, &DAC_InitStructure);
238
DAC_Init(DAC_Channel_2, &DAC_InitStructure);
0 commit comments