STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Volatile uint8_t variable in interrupts

Posted on April 14, 2015 at 21:51 Hello, I have function fifo_read(RxFifo, &rx, 1) which reads byte from FIFO buffer. I want to use this function in two different interrupt handlers. I have declared rx variable as fo...

hospodar by Associate III
  • 1446 Views
  • 2 replies
  • 0 kudos

Debugger: Could not stop Cortex-M device

Posted on April 14, 2015 at 23:01I've made several custom STM32F4 boards.Never any problems, until now, when my JLINK detects my board ONLY, if I press reset button before I press detect device in Keil uVision.When I press download button I got erro...

tm3341 by Associate II
  • 875 Views
  • 0 replies
  • 0 kudos

I Can´t disable RTC512Hz signal

Posted on April 14, 2015 at 17:03How can I disable RTC 512Hz signal and return PC13 as I/O ??I programed the PC13 as ''GPIO_AF_RTC_50Hz''  to calibrate the 512Hz signal of internal RTC, but now I cant disable it to use PC13 as I/O, The STM32F205 doe...

acer by Associate II
  • 548 Views
  • 2 replies
  • 0 kudos

STM32L151 nRST pin... doesn't reset!

Posted on April 13, 2015 at 09:08We are experiencing a very annoying issue... we have a portable application, STM32L151, DVdd=3.0 regulated via an LDO, lithium battery. Randomly, the MCU freeze and the nRST does... nothing! We need a full power cycl...

eeprom emulation stm32

Posted on April 10, 2015 at 20:09  The original post was too long to process during our migration. Please click on the attachment to read the original post.

kemal by Associate II
  • 705 Views
  • 4 replies
  • 0 kudos

USB DISCONNECT/CONNECT in STM32F107

Posted on April 14, 2015 at 04:51I am developing a HID USB with STM32F107, and iam currently using STM32_USB-FS-Device_Lib_V4.0.0. 1. My problem is that i dont understand clearly about USB_DISCONNECT feature in this MCU.2. I see in the library, ST d...

STM32F103VC UART5 problem

Posted on April 12, 2015 at 05:04Hi, I am trying to use UART5 on the STM32F103, 100 pin device. As per documents Tx and Rx pins are PC12 and PD2 respectively. I enabled clocks, initialized the port and when I try send a character (code below)      U...

nps by Associate II
  • 663 Views
  • 4 replies
  • 0 kudos

STM32 LIN Documents Helping

Posted on March 24, 2015 at 02:34I am studying about LIN protocol and its implementation on STM32F107. Also I am new to this microcontroller, can anyone suggest me some materials about this microcontroller as well as the documents about LIN implemen...

PWM signal generation for a servo motor

Posted on January 01, 2013 at 14:08I want to generate a PWM signal to control a servo motor. The servo has a dead band width of 10?s. I have tried doing this using the '7_PWMOutputs' example. Code so far: ____________________________________________...