STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem adding a Module GUI Demonstration Builder Firmware

Posted on August 15, 2014 at 18:22Hi:I have followed the documentation UM1550 STM32 Demonstration Builder developer guide, at Chapter 5 Bulding a Module. Also I have used the template file provided with the Demo, to add this new module and I was suc...

eduardo2 by Associate II
  • 339 Views
  • 0 replies
  • 0 kudos

Writing data to flash - from bin file

Posted on August 15, 2014 at 12:09Hello everybody.I am having trouble writing data to the STM32F0 flash. I would like to store a look-up-table in a page of flash. My intention is to flash this in during production, so I have added it to the appropri...

matthew by Associate II
  • 3475 Views
  • 6 replies
  • 0 kudos

ST32f4 UART receive interrupt don't work

Posted on August 15, 2014 at 13:15Hey guys, I work on my bachelor thesis with an stm32f4 discovery board. I want to revive data via UART3 form PC. The Data fit at the Rx Pin (GPIOC.11), i checked it with the Oscilloscope. But de controller doesn’t j...

Muxed PSRAM

Posted on August 14, 2014 at 13:53Hi!ST refers to a technology called muxed PSRAM.As far as I know, this simply means, that the data and address signals share the same IO pins.All simple and good, but my question is, could someone point me to a PSRA...

rigomate2 by Associate III
  • 1713 Views
  • 3 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
  • 664 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
  • 530 Views
  • 1 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
  • 2587 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 ...