STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F103RBT6 development board + 2.8'' TFT-module

Posted on June 25, 2011 at 19:59Hey people, Recently I bought the STM32F103RBT6 development board + 2.8'' TFT-module. (A.k.a MINI-STM32-V3.0) (with the 2 mini USBs) After many attempts to enter programming mode, and program it via USB without any ...

UART initialisation

Posted on February 22, 2013 at 09:24Hi everybody,I'm using a STM32F205VE and something that I don't understand.I do this :  USART_InitStructure.USART_BaudRate = 9600;  USART_InitStructure.USART_WordLength = USART_WordLength_8b;  USART_InitStructure....

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...

I2C Event 0x30011

Posted on February 22, 2013 at 14:17Can someone please help me figure out what is going on with the bus that would cause me to receive an event with the status bits (0x30011)? BUSY STOPF MSL START Is this simply the case where I am sending bytes as ...

saccrue by Associate II
  • 173 Views
  • 0 replies
  • 0 kudos

execute software interrupt

Posted on February 22, 2013 at 12:15Platform: STM32F101 Scenario:The interrupt handler is executed frequently (100kHz). Occasionally need to perform more complex, time consuming oprations. How to create a lower-priority interrupt occurs immediately ...

ami by Associate
  • 248 Views
  • 1 replies
  • 0 kudos

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
  • 410 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
  • 353 Views
  • 5 replies
  • 0 kudos
Labels