Content originally posted in LPCWare by Cusko on Tue Nov 26 02:05:44 MST 2013 I use ADC pin on P4_3 and DAC pin on P4_3. When I set bit DMA_ENA with DAC_ConfigDAConverterControl() the ADC0_0 show some value even if there is none. If DMA_ENA is not set then the ADC0_0 works fine. Why is this happening?
If I comment the line [u]DAC_ConfigDAConverterControl (LPC_DAC, &DAC_ConverterConfigStruct)[/u] ADC works fine, but then DAC_UpdateValue() don't work. Any idea? Thank you!
Content originally posted in LPCWare by starblue on Tue Nov 26 05:25:15 MST 2013 The DAC and ADC0_0/ADC1_0 are connected internally, so you can't use them separately.