STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 DAC PA4/PA5

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...

wardac by Associate
  • 1005 Views
  • 3 replies
  • 0 kudos

Simple integer conversion error

Posted on November 13, 2015 at 11:01 Hi guys i am struggling to convert 2 8bit values into 16bit value, please help me //Global variable volatile uint8_t data[16]; volatile uint16_t BIG; main() { data[1] = 23;//msb data[0] = 21; //lsb BIG...

puneethj by Associate II
  • 1041 Views
  • 5 replies
  • 0 kudos

Distinguish multiple ADC channels STM32F0

Posted on November 13, 2015 at 17:04I'm developing an application that requires me to quickly and constantly reading 5 ADC channels.I'm using the STM32F030F4P6. I set it up to do a continuous conversion and told it the 5 ADC channels I need. I have ...

STM32F4 ADC 2channels + DMA

Posted on December 30, 2013 at 14:47 I have realized 2channels ADC (PC1, PC2) with DMA. I found and used many examples in forum and ST examples, but It still do not work. It is depressing:-) My problem is: 1) If I change the voltage on...

tom23 by Associate II
  • 3825 Views
  • 27 replies
  • 0 kudos

STM32L Usart half duplex

Posted on March 16, 2015 at 12:02Hi Can anybody say me how to configure for USARt half duplex in stm32l15cb  . I have configured as I configured for stm32f030(working USART half duplex) but it did not work what are the changes between stm32f030 and ...

sanjib by Associate III
  • 1757 Views
  • 8 replies
  • 0 kudos

HAL UART PROBLEM ON F103CB

Posted on November 10, 2015 at 22:24The original post was too long to process during our migration. Please click on the attachment to read the original post.

nima2 by Associate II
  • 477 Views
  • 1 replies
  • 0 kudos

STM32 and signing USB Drivers

Posted on September 10, 2012 at 10:04I designed some devices based on STM32 microcontrollers. Some of the devices use USB to communicate with Windows applications. To overcome problems with USB drivers i used Mass Storage Class which does not requir...

kekon1234 by Associate III
  • 3052 Views
  • 8 replies
  • 0 kudos