STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L432KBUx can't load program

Posted on April 19, 2017 at 12:00Hi there ,We using AC6 IDE to develop our application based on VL53L0X and STM32L432KBUx. Everything was good until I can't program my target.At the beginning only the debug session worked fine. But now I'm not able ...

STM32f030cct6 port pin failure

Posted on April 18, 2017 at 12:47we developed thermal printer solution using STM32F030CCT6 controller.The issue after 3 or 4 days of working on end user's site some of the pins failed (i mean showing zero resistance to ground).scenario is as below.t...

karan by Associate III
  • 861 Views
  • 5 replies
  • 0 kudos

How do I do a DSI Read?

Posted on April 19, 2017 at 03:53All of the examples in the Cube only write.  There is no example code for a DSI Read. And I'm obviously not understanding something because the commands in the hal driver dont jive with the data sheet for the otm8009...

TIM15 does not outpu pulses in OPM mode

Posted on April 18, 2017 at 15:17I tried STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\TIM\OnePulse examples after adding systick timer to generate 50Hz square wave looped back to timer input. This was easiest way to test it. I...

fshah48 by Associate II
  • 874 Views
  • 7 replies
  • 0 kudos

help me. timer 1 stm32f4 discovery don't work

Posted on October 15, 2014 at 11:56i want to control 4 rc servo. i used timer 1, 4 channel, PE9, PE11, PE13, PE14. of course, it don't working. it runs messy. i'm doing robot arm. can you help me find error?#include ''stm32f4xx.h''TIM_TimeBaseInitTy...

41001051 by Associate II
  • 1045 Views
  • 8 replies
  • 0 kudos

UART block transfer issues

Posted on April 17, 2017 at 19:27Hi all,I am having some issues using the UART of an STM32F446RE (in a Nucleo board). I am pretty much a newbie so this might come as a very basic question.All I intend to do is to transfer data from SRAM to an extern...

CAn frequency

Posted on April 18, 2017 at 12:39Hi , How to calculate the frequency for CAN interface in STM32F769i-Eval board?In CAN Example prescaler value is 4 and it is for 1MHz.What should be the prescaler value for 250kb/s in source code?Thanks and RegardsRi...