STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 3528 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
  • 1642 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
  • 439 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
  • 2891 Views
  • 8 replies
  • 0 kudos

How to resolve error error: ''SDIO_IRQn'' is undefined

Posted on November 13, 2015 at 07:48I am trying to run Micro SD card Read/Write code.But when i try to compile it in Keil  .I get the error''\main.c(141): error:  #20: identifier ''SDIO_IRQn'' is undefined ''.Just need help how to resolve it .I am u...

angy1551 by Associate II
  • 602 Views
  • 2 replies
  • 0 kudos

STM32F4 FFT spectrum

Posted on November 13, 2015 at 09:13Hey, I am going to use FFT in one of my projects, and I have stumbled upon a question. The output buffer from the fft is the spectrum only in the first half of the buffer or the whole buffer is the spectrum. I fou...

matas by Associate II
  • 480 Views
  • 2 replies
  • 0 kudos

STM32Cube on platforms like OS X or Web

Posted on September 22, 2015 at 17:28I happily use STM32Cube on my windows development machine but would much prefer the convenience of starting projects on my various machines. Has there been any discussion about porting STM32Cube to say OS X or mo...

jmberi by Associate
  • 750 Views
  • 7 replies
  • 0 kudos

Cube USBD USBD_LL_PrepareReceive CDC Example

Posted on August 11, 2015 at 18:21Hi, I'm using the Cube F1 1.2.0 libraries with an STM32F105R8T6 device. I have adapted the CDC example for the device but am having a problem with the the USB out bulk transfers. They work for some time until a poin...