STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 Discovery Analogue Input Counting

Posted on March 19, 2015 at 23:31Hi Im new to programming and therefore new to the ST Board.I am trying to hold open an output while  a sensor counts a passing objects. Once the objects have passed 10 times I want to close the output. My problem com...

STM32F4 Discovery Board with emBlocks

Posted on March 28, 2015 at 12:09I am trying to setup a project with emblocks using the STM32F4 Discovery Board (the one featuring the STM32F429ZI microcontroller and GLCD with touch screen).If I create a new project using the option to import autom...

STM32 Flash organization

Posted on March 28, 2015 at 01:37Hello!I found an interesting issue with FLASH_Erase_Sector().Two setups, one always works the other usually doesn't.Setup 1 - that always works:Program starts at SECTOR_0[code]define symbol __ICFEDIT_intvec_start__ =...

ariel2 by Associate II
  • 512 Views
  • 2 replies
  • 0 kudos

Unexpected USART TCI

Posted on March 27, 2015 at 18:05I'm on a Nucleo-F411RE board and experience strange behaviour. In the USART interrupt pass I have status flag of TCI set. The TCIE bit is never set in the CR1 reg? I start to get doubts I need to pull this flag high ...

jo by Associate II
  • 581 Views
  • 3 replies
  • 0 kudos

STM3240G-EVAL MCO

Posted on March 17, 2015 at 10:01Is it possible to clock the MCO1 at 50MHz? I have HSE of 25MHz? I did not find instructs. #stm3240g-eval

jo by Associate II
  • 465 Views
  • 3 replies
  • 0 kudos

UART, problem with Parity bit implementation

Posted on March 27, 2015 at 15:52 Hello, I am setting up communication via Modbus over RS232 line. The implementation works fine when no parity is implemented. But the specification dictates that even parity should be supported. The ...

original by Associate II
  • 4117 Views
  • 4 replies
  • 0 kudos

PWM Input capture and PWM output with same timer

Posted on March 27, 2015 at 16:06Hi, I'm working with an STM32F103RB.I try to do a PWM input capture (frequency and duty) and also PWM     output with the same TIMER.It seems there is a problem.My pwm output restarts when a rising edge occurs on the...

eancelin by Associate II
  • 965 Views
  • 1 replies
  • 0 kudos

LSE and HSE on MCO1

Posted on March 26, 2015 at 09:56 I use STM32F4 I set MCO1 to PLL Clock and set output prescaler to 5 and I have 6MHz on my MCO1. There is no problem in it, But when I enable LSE with HSE together, I have no signal on MCO1 pin. Code: ...

STM32F100C6 USART TX pin floating after stopbit

Posted on March 25, 2015 at 13:32Hi Issue:Using USART, configured as a normal uart full duplex, we see that the TX pin from the MCU is floating after the stopbit. This seems to be causing issues in some cases.Question 1:What is the default behavior ...

kimtommy by Associate II
  • 560 Views
  • 3 replies
  • 0 kudos