• DAC registers cannot be read or written in stm32
    Hello. I am trying to use DAC peripheral of stm32f103rbt6. I have used the DAC example of STM32F10x_StdPeriph_Lib_V3.1.2. I have simulated the program using keil debugger. When I step through the program...
  • weird LPC1788 DAC problem!
    Dear all, I have just switched from LPC1768 to LPC1788 and everything is just messed up. I had used DAC unit of LPC1768 without any problems, but for LPC1788, DAC (the one which is supposed to be...
  • DAC of LPC2368
    Hello everybody, I need some help about the LPC2368: I am using the internal DAC to control a dimm stage of several LEDs. I have tested several boards and I have recognized that there are extrem...
  • STM32F105RC to STM32F105VC PA4 DAC problem
    Hi, I am porting some code from the STM32F105RC board to the VC version of the board. It uses PA4 and DAC1 connected to an amplifier to output different frequency tones, using timer 7. I cannot however...
  • DAC without DMA and TIMer
    Hi , i'm tryiing to use a simplest sample for DAC in stm32 , so i choose the non-triggerd is the simplest way : Digital to Analog conversion can be non-triggered using DAC_Trigger_None and DAC_OUT1/DAC_OUT2...