STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 469 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
  • 1305 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
  • 318 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 ...