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

STM32 CAN Receive Mailbox

Posted on February 20, 2013 at 13:40Hi,I am working with STM32F101 using CAN1 controller.I configure the CAN filter to accept messages from 0x100 to 0x1FF as follows:CAN_FilterInitTypeDef CAN_FilterInitStructure ; CAN_FilterInitStructure. CAN_Filte...

Stmf4-discovery debugger + USART problem

Posted on February 15, 2013 at 05:12I 'm new to stmf4 discovery and am facing problems in getting USART working on my STMf4 discovery board, I tried the same code as posted in the discussion ''F4discovery using Uart 1''. but when I click on ''make a...

GPIO Pull Up during reset.

Posted on February 20, 2013 at 12:38Hi everyone! I connected one STM32F103 GPIO pin configured as OutputPP to -> a STM32F0 GPIO pin configured as Input Floating with EXTI. While STM32F103 hardware reset, the line is pulled down, so the STM32F0 EXTI ...

franmoya by Associate
  • 978 Views
  • 2 replies
  • 0 kudos

worst forum software ever

Posted on February 22, 2013 at 11:08In Fabrice's previous post, until ''Show Quoted Messages'' is clicked, part of the code (the first 10 lines or so) are hidden. I hoped the remake of ST's web meant they already have fired the webmaster as they sho...

ADC + DMA on STM32F4

Posted on February 04, 2013 at 23:19 Hi all, This is my first implementation of DMA based ADC with the help of some code found on the web. Could you please tell me if I'm correct on my understanding : Timer4 overflow will trigge...

neoirto by Associate II
  • 788 Views
  • 5 replies
  • 0 kudos

Fried my board?

Posted on December 01, 2011 at 21:21Hi! I hooked up an 2x16 LCD display with backlight to the board's EXT_3V pin and GND. (The display is a 3V type: both logic and backlight, so not the typical 5V one). I didn't experience any trouble, the USB didn'...

gsantha by Associate II
  • 1784 Views
  • 9 replies
  • 0 kudos

thumb and thumb2 with STM32L1

Posted on February 21, 2013 at 17:15I would like to know if the STM32L1 based on Cortex-M3, supports and THUMB and THUMB2 modes?Or if when we build with the command --cpu_mode thumb, it's the thumb2 instructions set which is used....Thanks, #stm3...

gfoujanet by Associate II
  • 1319 Views
  • 3 replies
  • 0 kudos

Has STM32F3 Discovery Board SWV Support?[SOLVED]

Posted on February 21, 2013 at 17:36Hello, I'm trying to plot some variables while my application working.http://armcortexm.blogs.upv.es/stm32f4-discovery-and-printf-redirection-to-debug-viewer-in-keil/ But I cant do that yet. If plotting variables ...