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

IDE PROBLEMS OF COOCOX

Posted on December 16, 2013 at 09:56Dear frends,i am having a discovery kit of stm32f030-r8i have downloaded the coo cox software...but i cannot go ahead.. i am facing problem to start the project.anyone pls help me''how to resolve the problems''if ...

deepak by Associate II
  • 216 Views
  • 1 replies
  • 0 kudos

USART Pin Remapping

Posted on December 06, 2013 at 12:03 Hi , I am working on USART DMA for STM32F1 . Using one of Clive1 example i successfully got it working . However the program fails when i try to remap USART1 pin from PA9/PA10 to PB6/PB7. Is there some...

Looking for CPAL_I2C_Listen() for STM32F050

Posted on December 16, 2013 at 02:13Hi.I'm trying to use CPAL for STM32F050G6 which will work for I2C slave. So I had a plan to use CPAL_I2C_Listen().But I can't find this API. It can be found in other MCU's CPALs(v1, v2) and in http://www.st.com/st...

irmusy by Associate
  • 221 Views
  • 0 replies
  • 0 kudos

STM32 runın at 16 mhz

Posted on December 14, 2013 at 09:32I wrote 1 sn delay code for stm32 and ı used 168 mhz system clock.My delay cycle ıs 16000 for each ms and ıt work led blınk 1 sn.It dıdn't work when ıt was 168000 shouldn't it have worked at 168000 cycle.my code ı...

Attention Bellons

Posted on December 15, 2013 at 17:02Whatever you are posting or replying too is not working. This could be an incompatibility with your device/browser and the Microsoft SharePoint forum software. Start a NEW post explaining your situation if necessa...

TIM1 CH1 output generation on PA8 STM32F100C8

Posted on July 05, 2012 at 12:05Hi!I have extensivly searched the forum and tried several code examples found here inorder to get this resolved. I have worked with STM32s for about two years and never had any problems with generating a simple PWM / ...

marbel by Associate II
  • 876 Views
  • 8 replies
  • 0 kudos

STM32 RTC Issue

Posted on July 02, 2012 at 15:20I am using STM32 Microcontroller in my product. I am using 32.768 KHz as RTC Crsytal. At the Tamper/RTC pin (pin 2) ideally i should get 512 Hz for calibration . But i am getting 976 Hz so instead of 1 sec update i am...

harish2 by Associate
  • 453 Views
  • 5 replies
  • 0 kudos

Using CCM memory

Posted on July 03, 2012 at 09:20When I was testing DSP efficiency i tried compare how fast is FFT from data from internal SRAM and CCM. The code looks like this:int16_ttab[2048]__attribute__ ((section(''.ccm'')));...GPIO_Pin_high();arm_cfft_radix4_q...

ST USB Host releases - Generic Driver;

Posted on July 04, 2012 at 00:57Hello everyone!I have been reading about the USB Host capability of STM32F4 family;According I have read, the libraries are limited to attach HID and MSC devices; The drivers are developed just for these classes;Will ...

STM32F205 Internal Bootloader

Posted on July 04, 2012 at 10:12 To jump into the internal bootloader out of the application I do use the following code static const uintptr_t ST_BOOTLOADER_BASE = 0x1FFF0000; static const uintptr_t RESET_VECTOR_OFFSET = 4; static co...

Labels