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

STM32F4 PWM genertation using TIM1 and TIM8

Posted on April 15, 2012 at 14:51I am using the STM32F4 discovery board to generate a PWM signal using TIMER 1, channel 1, and am using GPIO A8 in AF mode. When i run the code there is no pulse generated, but the pin A8 gets pulled up to Vcc.  The a...

anoop by Associate II
  • 630 Views
  • 1 replies
  • 0 kudos

SD Bootloader Interrupt Problem

Posted on April 12, 2012 at 17:18Hi,I have written a Bootloader that looks at the micro sd card and loads firmware.bin file into address 0x00800C000 and jumps program execution to 0x00800C004. I have changed the Flash address in the code that is loa...

ADC Sample Time Selection

Posted on April 10, 2012 at 22:18While it is clear how to configure the ADC sample time, the documentation doesn't provide insight into why one might prefer 239.5 cycles over 13.5 cycles, or the impact of selecting 7.5 cycles (I'm guessing 6 bits of...

uClinux_on_stm32.patch.gz

Posted on January 03, 2012 at 07:14Hello. I'm trying to run ucLinux on STM32. I'm looking for uClinux_on_stm32.patch.gz that is mentioned in the Application note AN3012 (Getting started with uClinux). Where can I find this patch? Thanks in advance, ...

STM32F4-Discovery + LCD

Posted on March 16, 2012 at 16:53Hello everyone, I'm trying to add an LCD to my stm32f4-discovery using FSMC driver/protocol and I'd like to know how can I do. I have seen STEVAL-CCM002V1 but seems working only with STM32F10xxx. Is there an easy so...

STMStudio crashing on windows 7 x64

Posted on March 20, 2012 at 16:38Hi all, I have recently discovered the STMStudio and I'm trying to make it work with my F4-Discovery. The problem is that when I press play the program CRASH. I have my board attached by USB and ST-link is working go...

Brightness measurement using ADC

Posted on April 10, 2012 at 17:48Hi all, I want to measure the brightness using a light dependent resistor ''LDR'' uisng the stm32l15x devices. I an thinking to use the ADC to measure the ldr output but the the curve of the resistance vs illuminatio...

USART2 makes trouble

Posted on September 19, 2011 at 21:24Hi, i own an stm32f103 Board. USART1 is configured as TX via DMA and RX Polling. I tried to configure the USART2 port TX polling and RX polling. Confusing thing is that after sending on char to console the board...