User Activity

Posted on November 12, 2015 at 20:21 I am generating music using STM32L152RC. I have DAC configured the same for both channels DAC_OUT1/2 using PA4/PA5. RCC->APB1ENR |= RCC_APB1ENR_DACEN; // Enable DAC RCC->AHBENR |= RCC_AHBENR_GPIOA...