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

Waiting for Data with Interrupt

Posted on February 04, 2014 at 22:53 Gents (and maybe Ladies), My goal is to wait until a certain amount of data has been received. I have setup an interrupt (Can Bus) and when it is triggered it stuffs the message into an Array. I'm usin...

Just Matt by Associate III
  • 441 Views
  • 4 replies
  • 0 kudos

USB impedance matching for STM32F103C6

Posted on January 24, 2014 at 15:45Hello,The USB specification for Full Speed requires 1.5Kohms from D+ to 3.6 volts, 15Kohms from D+ to ground, and 90 ohms between D+ and D-.  What matching resistors are required to achieve this with the STM32F103C...

pgregson1 by Associate III
  • 344 Views
  • 2 replies
  • 0 kudos

[solved]stm32f4 quadrature encoder

Posted on February 02, 2012 at 07:27 i am trying to work with quadrature encoder (TIM8, pins pc6,pc7). here is my code: /* Enable GPIO clock */ RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOC,ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Pe...

Storing ADC values into an array

Posted on February 05, 2014 at 13:41 Hello, I'm currently getting ADC values and storing them into an array, incrementing the array after storing each value. I want to make the array quite large, but the program crashes if i go above arr...

jf659 by Associate II
  • 892 Views
  • 8 replies
  • 0 kudos

STM32F2 Smartcard mode with DMA

Posted on February 05, 2014 at 16:08Hi Support, As to date, I have successfully implement smart card TX and RX together with DMA. But I encounter a problem. It is regarding on guard time. As per Reference Manual, the guard time can be configured, bu...

whwong84 by Associate II
  • 158 Views
  • 0 replies
  • 0 kudos

SMTM32F4 ETH driver

Posted on November 18, 2013 at 18:22I am a beginner with STM32F4 and I am study the ETH driver procedure but I don't understand some instructions For example:   /* Clear MBC bits in the selected MAC address  high register */   (*(__IO uint32_t *) (E...

Changing DAC DMA data

Posted on February 05, 2014 at 13:44I have an array of data being played out of a DAC using DMA transfer, with the trigger provided by a timer (TIM6). This works fine, but I would like to occasionally change the data at run time. To do this I have c...

brett by Associate II
  • 195 Views
  • 0 replies
  • 0 kudos

TIMER2 INPUT CAPTURE

Posted on February 05, 2014 at 13:41Hi,Kit using : STM32Discovery Board(STM32F100 controller)I have implemented the input capture mechanism for Timer15 channel 1. In which I set triggering for both falling and rising edge.Now I am trying to port the...

sooraj by Associate
  • 163 Views
  • 0 replies
  • 0 kudos
Labels