STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug Repport: CubeMX 4.16.0 DMA ''Use FIFO'' Checkbox stuck

Posted on August 10, 2016 at 23:11Using CubeMX version 4.16.0 with DMA it does not let you turn off FIFO mode. The check mark does not deselect. The generated source code needs to be manually modified to turn off FIFO. After the following change the...

0690X00000604vAQAQ.png 0690X00000604v6QAA.png
ayarema by Associate II
  • 715 Views
  • 3 replies
  • 0 kudos

STM32F4 HS USB incomplete isochronous OUT interrupts

Posted on October 03, 2014 at 01:12Hello! I`m use STM32_USB-Host-Device_Lib_V2.1.0 and try to run the USB audio device on STM32F407VE + USB3300, the device is properly detected and any audio player starts playing, but the data did not come as soon a...

STM32F407ZG Additional ADC functions

Posted on August 10, 2016 at 07:24I am using STM32F407ZG. I have 17 ADC channels as inputs and it is mentioned in the datasheet that there are 24,12bit ADC channels available to this chip. But how to configure these additional functions of the pin?

mhinge9 by Associate
  • 620 Views
  • 3 replies
  • 0 kudos

STM32L0: Pause Timer ?

Posted on August 11, 2016 at 16:00Hi, When using a Timer and Compare value mode to generate an interrupt when the compared value is reached:         - Is it possible to pause the timer so that its current count value is halt instead of reseting the ...

stemwin gui without external ram

Posted on August 09, 2016 at 15:04Hi, I want to use stemwin gui library with my stm32f429 board without any external ram for driving 320*240 tft LCD, so i will use mcu internal ram. when i use ''GUI_DispString(''Hello world!'')'' function , i can no...

er3481 by Senior
  • 1735 Views
  • 11 replies
  • 0 kudos

How to define call back function in USB interrupt?

Posted on August 10, 2016 at 02:16I am new to the USB libraries so this question may seems obvious.  I've worked on I2C and USART which has a user defined callback function so one can decide what to do when there is an interrupt like when receiving ...

Vu.Andy by Associate III
  • 474 Views
  • 1 replies
  • 0 kudos

Error find in libraries of STM32F4

Posted on August 11, 2016 at 10:02Hi,In file stm32f4xx.h from en.stsw-stm32068.zip #define  RCC_APB1RSTR_SPI2RST                ((uint32_t)0x00008000)#define  RCC_APB1RSTR_SPI3RST                ((uint32_t)0x00010000)is wrong !!in the document DocID...

I2C Communication Flow (Brain Storming)

Posted on August 10, 2016 at 16:04All,For the basic I2C program flow I want to send the start condition, send the address, send the data and then generate the stop condition.  You can see below that after each action I am polling for a flag to move ...