STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32/JTAG programming interface doubts

Posted on April 29, 2016 at 01:24STM32 programming interface doubtsHello all.I'm new to ST microcontrollers (STM32 in this case) and JTAG interface. I'm doing the schematic of a project where one of these microcontrollers will be used:- STM32F401RCT...

jeferson by Associate II
  • 3531 Views
  • 8 replies
  • 0 kudos

I2C STM32L053 problem

Posted on April 29, 2016 at 12:19 Hello I have question about i2c. My mcu i2c pin connect to i2c pin evaluation board BU945 My i2c init like this I2C1Handle.Instance = I2C1; I2C1Handle.Init.AddressingMode = I2C_ADDRESSINGMODE_7B...

dree86 by Associate II
  • 341 Views
  • 1 replies
  • 0 kudos

Timer OC problem

Posted on April 19, 2016 at 15:18Hi, I´m using TIM3(output compare mode) in stm32f072 to generate waveform via GPIO. My function principle is: - timer initializing - timer is still running, only is enabled TIM_IT_CC3 a output TIM_CCER_CC3E (BUS_Set_...

STM32F0 custom bootloader

Posted on April 28, 2016 at 07:11Hi, I have made a custom bootloader, but it sometimes freeze when going from bootloader to the actual firmware.  Usually the bootloader should just go to the firmware by doing the following:uint32_t startAddress = *(...

andy2 by Associate II
  • 458 Views
  • 2 replies
  • 0 kudos

Looking For ST Consultants

Posted on April 01, 2016 at 06:17Hardware. Firmware. iOS.  george@boxunfolded.com  SELF-DESCRIPTIONUser-Centric Full-Stack Embedded Systems Engineer--An Electrical Engineer that knows how to code or a Computer Scientist that knows how to solder.*,**...

gmelcer by Associate
  • 337 Views
  • 1 replies
  • 0 kudos

Auto reflow QC tests on STM32F215

Posted on March 28, 2016 at 18:59Hi,I would like to share an idea here about a way to auto-test our boards (based on STM32F215 LQFP64) to prevents shorts in both contexts:1. after reflow process as partial QC,2. during the product life: after each s...

neoirto by Associate II
  • 2238 Views
  • 9 replies
  • 0 kudos

STM32 oscillator not starting

Posted on April 28, 2016 at 07:44I'm using the STM32F105R8 on a custom 4 layer board.  Boot0 is pulled to ground via a 10k resistor.  Boot1 is floating. The board is based on some open hardware with associated open source software.  I'm using the sa...

browndav by Associate II
  • 740 Views
  • 2 replies
  • 0 kudos

Stm32f4 and DCMI problem

Posted on April 26, 2016 at 08:28hello I get overflow on DCMI .please see my code.DCMI config :  hdcmi.Instance = DCMI;  hdcmi.Init.SynchroMode = DCMI_SYNCHRO_HARDWARE;  hdcmi.Init.PCKPolarity = DCMI_PCKPOLARITY_RISING;  hdcmi.Init.VSPolarity = DCMI...