Posted on January 12, 2015 at 18:29Hello, I would like generate two different signal with the channel 1 and 2 of DAC. I've used two different timer (TIM6 and TIM2) and one DMA address (DAC_DHR12RD_Address 0x40007420). I can generate the signals s...
Posted on July 15, 2014 at 13:46Hello my name is Dani, I'm starting with bus I2C and the microcontroler stm32f103rd, I have made the next code, it doesn't work. I would like to control a light sensor. The program stops in: while(I2C_GetFlagStatus...
Posted on January 13, 2015 at 08:51This is my code. I generate one signal with DAC1, this is works, but when I try to generate the signal with DAC2 this is works and the signal of DAC1 stops workings #define DAC_DHR12R1_Adress 0x...