STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f100r8 external interrupt

Posted on April 11, 2018 at 08:09Hi friends,I am using stm32f100r8 with standart peripheral driver.I have planned to use porta1, porta6, portb2, portb3 and portb4 as an external interrupt pin.I use same config for all of them.But portb2 and portb3 c...

Change the interrupt frequency

Posted on April 11, 2018 at 18:08Hello,I'm just starting to create a basic code in order to play with the timer interrupt.Now I have a little problem: my led blinks but I want to change the frequency when I push the button. Why this code inside the ...

Raül G by Associate II
  • 522 Views
  • 2 replies
  • 0 kudos

Input capture not consistent

Posted on April 09, 2018 at 19:55Hi Folks,I'm struggling with getting a stable value for the input capture using the example from the latest STM32Cube_FW_L0_V1.10 download.  I'm using the STM32L031K6-Nucleo board and the Atollic TrueStudio 9.0. My i...

USB Host CDC example for STM32407G Discovery board?

Posted on April 11, 2018 at 06:13Hello everyone,We have a product uses STM32407 MCU. We want to support USB Host CDC for the product. So we ordered a STM32407G Discovery board. We'd like to make USB Host CDC working on the evaluation board first. Ba...

Pilot B by Associate II
  • 498 Views
  • 3 replies
  • 0 kudos

port uclinux on stm32f7?

Posted on April 10, 2018 at 17:23I want to port uclinux to my board based on stm32f767igt,i portted u-boot before.Now i want to port uClinux to my board.So i download uClinux-dist-20160919.tar.bz2,then i compile the kernel with arch/arm/configs/stm3...

UART intrrupt

Posted on April 11, 2018 at 08:24Hi,New in STM32. I have Enabled only UART Receiver interrupt it's working fine but some time continuously execute ISR without incoming data and Disable OVERRUN. Thanks and Regards vitthal

Package data register on STM32F779

Posted on December 14, 2017 at 15:01I am trying to have device detection code by reading the 'package data' register but I don't get the expected data. I have a STM32F779I-EVAL board with a STM32F779 mcu. I am reading '0xFFFF' at address 0x1FFF 7BF0...