STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F100 RXNE Problem

Posted on October 01, 2011 at 18:45Hi everyone! I have some problem with USART interrupt while receiving. RXNE bit clearing automatically by entering the interrupt without any actions, therefore software cannot detect character received event. I use...

modus by Associate
  • 292 Views
  • 0 replies
  • 0 kudos

STM32F205 TIM2 Capture

Posted on September 27, 2011 at 12:04Is it possible to use the timer clock prescaler in input capture mode? I used some different values but that doesn't seem to make a difference, the value in TIM2->CCR3 is the same every time. 

cm600 by Associate II
  • 705 Views
  • 5 replies
  • 0 kudos

I2C communication with X9258

Posted on September 30, 2011 at 10:17Hello,I've got a problem communicating with a X9258 poti via I2C. This Poti has a protocol like:Start, Adress, send Byte, read two Bytes, Stopso is it possible with the build in I2C hardware to switch between tra...

Using 5 UARTs at the same time

Posted on September 30, 2011 at 00:08I am using an STM32F103ZE but could switch to a different model. I need to have all five UARTs running at the same time to receive data from different peripherals.  Originally I was thinking of having 5 ISRs to h...

Battery measurement.

Posted on September 27, 2011 at 13:26Good morning all, First of all, my project:Measure the voltage, current en temperature with an ADC from the STM32 Value Line Discovery. Sending this data to the computer with UART (RS232). The load on the batter...

Is PB5 really not 5V tolerant?

Posted on September 29, 2011 at 18:35The data sheet I have says it isn't, and yet it's not an ADC input as all the other non 5V tolerant pins seem to be.  Of course I'll believe the datasheet if there's no positive information that it's wrong, but i...

kk6gm by Associate II
  • 646 Views
  • 4 replies
  • 0 kudos

AN3354 adaptation help?

Posted on September 29, 2011 at 21:56Hi, I'm designing a program in order to read a USB stick using a USB Host, I've seen the example code given by ST with the appliaction note : AN3354. And I've bought the demo board necessary to prove the firmwar...

bfeixas by Associate II
  • 238 Views
  • 0 replies
  • 0 kudos

STM32F103 with LIS331DLH (SPI)

Posted on September 29, 2011 at 13:25Hi, is there any samplecode that shows how the LIS331DLH Mems Accelerometer works with SPI Communication? I'm very stuck on that :(   regards Alex #lis331dlh

STM32 using the USART

Posted on September 29, 2011 at 13:30Hi, I'm trying to use the USART from the STM32F103ZE to communicate with my Bluetoothmodul. In Adruino I use the USART like this:void setupBlueToothConnection() {     blueToothSerial.begin(38400);     delay(1000...