STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to measure the system core clock on discovery board

Posted on April 29, 2016 at 07:22Hello, I have discovery board , which runs with stm32f407vg MCU. i want to measure the system core clock by bringing it on the gpio or any other means ??Is it doable ? please help me how to do it  #clock #stm32

n.serina by Associate III
  • 342 Views
  • 2 replies
  • 0 kudos

Interrupt priorities effect on time measurements

Posted on April 24, 2016 at 06:25Simple question If I set some interrupts priorities to 0, should I expect time measurements (down to the microsecond) to be inaccurate? ( using SystemCoreClock and SysTick->VAL )

gvuyk07 by Associate II
  • 944 Views
  • 6 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
  • 2724 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
  • 925 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...

Transferring large blocks of data over USART

Posted on April 28, 2016 at 15:20Dear all, I have problem transferring relatively large block data (>= 600 bytes) over USART. All blocks smaller than 600 bytes can be sent successfully from MCU and the host at the other end receives that correctly. ...

danesh by Associate II
  • 435 Views
  • 2 replies
  • 0 kudos

STM32F767 alternate function CAN3

Posted on April 28, 2016 at 08:31Hi, i want to design the mapping of my board. I need CAN3. In the STM32F767 Datasheet an unconsistency. In chapter 3 Table 10 (pin and ball definitions) is descriped that at pin PA8 the CAN3 is possible as alternate ...

sascha23 by Associate II
  • 403 Views
  • 1 replies
  • 0 kudos

I2C Stop after Address

Posted on April 27, 2016 at 13:45 Hello, I am trying to handle I2C bus errors on the master side => get the I2C bus working again after detecting an error. (MCU: STM32F407) In the following test, the master send an Address + Read c...

J-Link firmware for STLink?

Posted on April 27, 2016 at 10:59Hello, a ST mailing '' Microcontroller news from STMicroelectronics - April 2016'' announces ''http://links.st-microelectronics.mkt5947.com/ctt?kn=8&ms=MTI4OTE2NTUS1&r=MTM3NzQ3NDI5NDM5S0&b=3&j=NzIzNzQ4MTY1S0&mt=1&rt=...

stm32f401 ''accidental'' read out protection

Posted on April 27, 2016 at 14:25Hi, I have a custom board based with STM32F401 MCU. While programming the board with OpenOCD, it somehow failed and now the board is with ROP. I'm trying to figure out why the MCU gone to that state. Any ideas why? T...