STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F415 read unprotect

Posted on October 02, 2014 at 08:03Hi there,I have a problem that I can't figure it out. I am coding an application that manages empty device through STM32 ROM BOOTLOADER. The problem is that when I send command for read unprotect, and check for it'...

matej2 by Associate II
  • 249 Views
  • 0 replies
  • 0 kudos

CAN TX Problem

Posted on October 01, 2014 at 19:44Hi ST Forum,Debugging a CAN TX message and can't really do it :(. I connected scope to PB13 and just see a high (3V) signal on the TX line. Anything wrong with my code below?I'm wondering if it's my CAN_mode. Can a...

I2C doesn't send data and...

Posted on September 26, 2014 at 15:16  The original post was too long to process during our migration. Please click on the attachment to read the original post.

flash timeout reset the target and try it again - error

Posted on July 25, 2013 at 14:52Hi All,I'm working on a STM32F0-Discovery kit. Until now, I could debug original code. I have succeed in loading the code which blinks an LED. I have even seen some minor modification's effect. I could have downloaded...

okerol by Associate
  • 2226 Views
  • 3 replies
  • 0 kudos

stm32f100r4 connection lost from utility

Posted on September 30, 2014 at 07:52Hello Dear all,i have facing one problem. if i connect my Mcu with stlink utility then after some time ''Connection to device is lost!'' msg will co9me and lost connection from utility. then after if i mesure con...

STM32F051K8 dies on setting PLLON

Posted on September 30, 2014 at 16:26 Dear community, I am having an issue with the setup of the PLL, which causes the CPU to jump into reset. Used libraries are libopencm3, toolchain is the latest arm-none-eabi release for linux (4.8 20...

p239955 by Associate II
  • 805 Views
  • 7 replies
  • 0 kudos

STM32F030F4P6 - ADC 12b with DMA - 4 bits missing

Posted on October 01, 2014 at 17:04Hello Guys,I'm starting a new simple project with the STM32F030F4P6 chip and some analog sensors.In this project I need values from 3 channels from ADC1 (AN5:7) and send them to UART1. My problem is the value after...

maxime23 by Associate
  • 362 Views
  • 0 replies
  • 0 kudos

STM32F103 USB configuration problem

Posted on September 26, 2014 at 11:18 Hi Guys, Im currently try to implement a USB. The programm is derived from the CDC example. It is already working with 3 enpoint like in the CDC example. But I want only to work with 2 endpoint bu...