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

STM32F103 Vrefint / Temp sensor

Posted on August 14, 2013 at 18:35Hello, So I tried every setup I could come up with, and had no luck. Does anyone have an example of using the Vrefint and Temp sensor ADC channels? Thanks #stm32 #internal-temperature-sensor #adc-vrefint #vrefint...

john23 by Associate II
  • 615 Views
  • 2 replies
  • 0 kudos

Timer 2 isr not firing unless in debug mode

Posted on August 14, 2013 at 14:25Strange problem...Timer 2 works great when debugging. When I turn my supply off and reboot, everything is hunky dory except timer2. Any clues?    TIM_DeInit(TIM2);    //ENABLE CLOCKS     RCC_APB1PeriphClockCmd(RCC_A...

STM32F103 PD0 / PD1 - Cannot get them to remap as GPIO

Posted on August 14, 2013 at 18:11Hello, I am attempting to remap pins PD0 and PD1 as GPIO and whenever I try to change the pin state, it stays low. Am I setting something up wrong? Init Code:     GPIO_InitTypeDef  GPIO_InitStructure;     /*GPIOD Ou...

john23 by Associate II
  • 525 Views
  • 4 replies
  • 0 kudos

New stm32f4 discussion board(s) on reddit

Posted on August 14, 2013 at 20:21Greetings developers and hackers! I have created two spaces over on reddit for people to discuss, share, show-off, ask questions about, etc. their projects which are based on the STM32F4.  You can view the posts wit...

diydsp by Associate
  • 147 Views
  • 0 replies
  • 0 kudos

TIMER EXTERNAL CLOCK

Posted on August 13, 2013 at 16:05Hi, Could someone explain me how external clock for timer is done. Specially I don't understand how TI1, TI2 etc., are mapped to the physical pin. Alternate function on GPIO is mapped to different timers but is it ...

USB device and licenses

Posted on August 14, 2013 at 16:31Hello! I'm trying to get my STM32L USB device to communicate with PC. Actually i'm stuck at just building the project files for ported (STM32L) HID example project and I've come across a problem already. I use MDK-A...

codium by Associate II
  • 281 Views
  • 1 replies
  • 0 kudos

How the image send from camera to computer? Help me

Posted on August 12, 2013 at 13:21I have a project with OV7670 with stm32f4-discovery. My OV7670 has 16 pins and without fifo. I want to the get one image with camera and I have to send this image to computer. But I don't have any idea. Help me. My ...

muhammet by Associate II
  • 797 Views
  • 8 replies
  • 0 kudos

Help me USART STM32F4

Posted on August 09, 2013 at 18:34What is wrong. it isn't show data in terminal, ********************************************************************** &sharpinclude <stm32f4xx.h> &sharpinclude <stm32f4xx_rcc.h> &sharpinclude <stm32f4xx_gpio.h> &sh...

Labels