STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to recognize which edge lead to EXTI

Posted on January 12, 2016 at 22:06How do you recognize, which edge lead to EXTI, if it is configured for rising and falling edges?Now, I look a state of that pin in IDR register, immediately when EXTI occurs. But in that time, between cause of inte...

matic by Associate III
  • 899 Views
  • 10 replies
  • 0 kudos

Multiple PWM input capture on one timer

Posted on February 12, 2013 at 16:17Hello, I am able to accurately capture one PWM input on each 16- and 32-bit timers on the STM32F4x and STM32F3x Discovery boards (using IC1 and IC2). But, I have not had any luck capturing two PWM singnals on a si...

pliable3 by Associate
  • 2028 Views
  • 9 replies
  • 0 kudos

Example for FSMC or driving a LCD

Posted on January 13, 2016 at 17:06I would like to see an example about how to drive a LCD with F10X or F20X. Like bit banking RW/WR and handling data. I saw something for Nucleo boards, but I wonder would that help with other boards.

LMI2 by Lead
  • 395 Views
  • 2 replies
  • 0 kudos

RTC frozen (M41T93) on my STM32L052

Posted on January 13, 2016 at 10:23Hello,I try to use the RTC M41T93 with a microcontroler STM32L052. I use the SPI1 for the communication. It seems to work well as I am able to read the time, to write the time and some registers.The problem is that...

F427 - Timer interrupts right after start?

Posted on January 11, 2016 at 11:46 Hi Guys, I am setting up my F427 with a master-slave timer (TIM4->TIM1). TIM4 triggers two capture and compare interrupts, CC2 (CCR2 = 1), and CC4 (CCR4 = 5000). TIM1 is triggered by CC2 signal. ...

hof2 by Associate II
  • 1027 Views
  • 4 replies
  • 0 kudos

Code execution FLASH & RAM - STM32F756xx

Posted on January 13, 2016 at 11:42Hi, I have 2 applications. The first one I download to flash on adress 0x08000000. First application should copy second app from flash (adress 0x08040000) to RAM which start from 0x20010000.I'm using Keil 5.Configu...

STM32L152: Independent watchdog problems

Posted on January 13, 2016 at 08:55Hi all, in a current project, we're using a STM32L152RBT6 microcontroller and are facing occasional independent watchdog resets, about one in a day of continuous operation in average. When replacing the STM32L152RB...

gw-pd by Associate
  • 375 Views
  • 2 replies
  • 0 kudos

Distinguish two Controllers

Posted on January 13, 2016 at 11:03Hello all, how can i distinguish a stm32f405 from a stm32f415? Can i read this ID in a register somewhere on the controller? Thanks for your help previously Litina

sarah by Associate
  • 453 Views
  • 3 replies
  • 0 kudos

set voltage for GPIO PINS

Posted on January 13, 2016 at 04:54May I ask few doubts?Hi  all, I have already gone through lot of studies regarding to GPIO configuration, TIM initialization and, to generate Pulse signal from one of I/O pins of stm32f4. Now I know the way to set ...