STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stm32CubeMX + CoIDE

Posted on August 15, 2014 at 00:23Hello everybody! I use CoIDE for develop applications to stm32f4 series. I checked Stm32CubeMx. This is a very good tool but not able to generate to CoIDE. I write a project converter tool, that can be convert TrueS...

totti001 by Associate II
  • 436 Views
  • 2 replies
  • 0 kudos

STM32F4 input output PWM program

Posted on August 14, 2014 at 23:58HiI'm programming this code. It should read a PWM input then ouputs 4 different PWM after calculation based on the input. I've successfully programmed 2 different code: one for the input and one for the output. They...

louis23 by Associate
  • 529 Views
  • 1 replies
  • 0 kudos

SPI timing

Posted on August 14, 2014 at 23:44I am writing an SPI interface where after 4 messages are sent I toggle a pin.  My issue is my pin is toggling before the transmission is complete(I can see my pin go high after the 3rd message).  I am monitoring the...

ebommer by Associate II
  • 404 Views
  • 1 replies
  • 0 kudos

STM32CubeMX V4.3 & Keil MDK 4.7 linking problem

Posted on July 20, 2014 at 15:56Hi, When I make Project, generate code, open Project in MDK, Close NKD, Change Project, generate again, open MDK,....... several times then following happens: 1.) every 2,3,4th times, when I build all of MDK Project, ...

Osto by Senior
  • 685 Views
  • 4 replies
  • 0 kudos

STM32 & CAN bus - problem with communication

Posted on March 24, 2014 at 19:33I have STM32F429-Disco board and I'm trying to connect two CAN interfaces, which this board has.   My parts of the code are: /* CAN1 init function */ void MX_CAN1_Init(void) {   hcan1.Instance = CAN1;     hca...

anulka by Associate
  • 2229 Views
  • 7 replies
  • 0 kudos

STM32L151 bricked after attempting USB

Posted on August 14, 2014 at 14:13I have about 5 different projects using STM32 F series and 2 using STM32L151 on custom board.   I use the ST-link V2 to program and debug them.I was attempting to get a custom board with USB port working.  I loaded ...