STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L151CB OSC32 GPIO PC14 PC15 usage

Posted on June 23, 2012 at 13:47Hello to everybody,I am trying everything to be able to use the PC14 and PC15 pins as digital outputs, but I can't get it at all. Obviously I'm not using the LSE.Both pins aer conected  to two MOSFET gates respectivel...

USART2 - I2C1 problem in STM32F1

Posted on March 14, 2014 at 14:28 When I send data to the USART2 it's well received BUT after that the last data character keeps being received until filling up my reception buffer. Note that in the same application I'm also using I2C1 to transm...

STM32CubeMX

Posted on March 14, 2014 at 16:41I've just discovered this fantastic tool (STM32CubeMX) and find it brilliant for chip selection and I/O and peripheral setup. Big thumbs up to ST for innovation and hopefully they expand on it further.Just wondering ...

0690X000006051xQAA.png
joe by Associate III
  • 261 Views
  • 0 replies
  • 0 kudos

STM32L152RBT6 board problem with SWD

Posted on February 21, 2014 at 16:56Hello,I am working on my own board designed around STM32L152RBT6 and I'm facing some problems with connecting to device. I use STM32L Discovery Kit SWD to flash it, jumpers on CN3 are off, all 5 pins for swd conne...

0690X000006056wQAA.png 0690X0000060564QAA.png

Problems with combining I/O devices on stm32f4discovery

Posted on March 12, 2014 at 13:20      Dear List, I have several problems with the use of multiple I/O devices at the same time. I have a number of stm32f4discovery boards to test. The software I use is build upon STM32_USB-Host-Device_Lib_V2.1.0, t...

Sietse by Associate III
  • 682 Views
  • 9 replies
  • 0 kudos

STM32L05xx Initialization Files

Posted on March 11, 2014 at 22:09I am starting to bring up a board using an early engineering sample (ES32L053K8U6) very low power device, and would like to know if there already exists any library files, specifically:   system_stm32L0xx.s and / or ...

dcharla by Associate
  • 336 Views
  • 2 replies
  • 0 kudos

One Pulse Mode with STM32F429DiscoveryBoard

Posted on March 13, 2014 at 11:45Hallo together,I want to use Timer 1 to capture a logic high input at Pin A9 and to create an output signal at Pin A10.I have written the following code which is derived from an STM32F10x example.I do not get any out...

CANopen Stack for STM32

Posted on March 14, 2014 at 08:40Hello,   I have seen two third Party  is supported a CANopen Stack for STM32 controller.  1. PRT 2. emtasI prefer emtas because i need EnergyBus frame. Before entering in to application, i want to know the memory foo...

SPI 9bit FOR STM32F0

Posted on March 14, 2014 at 07:25 Hello everyone. I'm working with STM32F0.I'm want to make 9 bits of data to be transferred via SPI. I've done the initial configuration for the SPI but it seems like the main program that I made wrong because...