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

Overvoltage on GPIO pins (analog setup)

Posted on April 22, 2015 at 12:07I have a signal going into one of the pins on a STM32F303 which is set up in analog mode as an input to an ADC. It is fed by a 2K2 resistor. The power supply on the MCU is 3V. If the signal being fed into the 2K2 goe...

gbigden by Associate III
  • 544 Views
  • 2 replies
  • 0 kudos

SDIO - 32F411 - Hw or Sw problem?

Posted on April 21, 2015 at 00:57Hi, I made a custom board to atach to a nucleo 411 board with a uSD shocket. I'm trying to get FatFs on it. I'v test almost every code on the web. I use System Workbench and Cube/stdperiph_lib. I would like a simple ...

STM32F3Discovery not connecting via USB

Posted on April 20, 2015 at 18:15Hi,today I tried to connect my stm32f3disco to my pc as usual, but for some reason it doesn't work. The COM led starts blinkin red and nothing happens. The message ''no st-link detected'' pops up either in keil or ST...

adriano by Associate II
  • 935 Views
  • 4 replies
  • 0 kudos

Receiving CANbus data

Posted on April 22, 2015 at 01:27SO I am incredibly confused.  I have an application that uses CANbus.  I have the transmit running fine and I am to the point where I am receiving interrupts when I receive a message.  so I am confused by the lack of...

solsson by Associate
  • 341 Views
  • 0 replies
  • 0 kudos

Compensation for Flash Stalling on STM32F103

Posted on April 21, 2015 at 19:11Hello Guys, Working with multiple tasks in my project and one of the tasks measuring zero-crossings of power line mains with 5000 smaples/s and delivering detected zero-crossing to another task to be counted. I'have ...