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

SysTick timing problem

Posted on June 01, 2013 at 14:45the problem is when i make     Delay(1000);  it must delay 1second but it make delay about 3second not 1second . it was 3time slower than the real time volatile uint32_t msTicks;    void SysTick_Handler(void) {   ms...

jbl_raw by Associate II
  • 326 Views
  • 1 replies
  • 0 kudos

AN3070 : Is DMA transfer complete interrupt needed?

Posted on May 27, 2013 at 05:31Application note AN3070 describes a procedure for releasing RS485 bus when using DMA to transfer USART data.   The procedure uses two interrupts:  * DMA transfer complete (DMA_TC) interrupt   * USART transfer complete ...

derek by Associate II
  • 603 Views
  • 2 replies
  • 0 kudos

unable to get into bootloader on stm32f103

Posted on May 31, 2013 at 08:59Hi, i bought 2 chips STM32F103RET6 , i put them into boards, one chip is working normally , so it's possible to flash it via USART1, but second one is not reacting on USART1 for new flash, and i think that it's not ...

Problems blinking blue LED

Posted on May 31, 2013 at 14:53Hi all! I'm a newbie and I have problems with my STM32L-Discovery. I'm trying to do the simplest possible program: make the blue LED in PB6 output blink. This is the code I've made: #include <stdio.h>                  ...

STM32F407VGT6 + Kamera (OV7670) + Ethernet Stream

Posted on May 31, 2013 at 10:03Hello, I currently have the problem of the camera (OV7670) via Ethernet (UDP) to stream. I currently use the demo software and a simple UDP connection (server) to build, now I want to send the camera data in JPEG form...

samet by Associate
  • 328 Views
  • 1 replies
  • 0 kudos

decibel - microphone - st32f4 discorvery board

Posted on May 27, 2013 at 16:50 I test the microphone[MP45DT02] of stm32f4 discorvery board.    I use 1.024Mhz Clock input microphone with i2s signal. Pmd fiter of  library is applied and get pcm data from pdm data. Is it corret pcm data that no sou...

sojaewoo by Associate II
  • 505 Views
  • 6 replies
  • 0 kudos

STM32L1 STOP MODE

Posted on May 30, 2013 at 16:21Hi,Stm32l1 consumes much current than I expected. In standby mode, I measure 6uA consumption for my board but when I put it in stop mode it consumes 480uA. It should be around 10uA.The configuration is; USART_ITConfig(...

libPDMFilter_IAR.a

Posted on May 31, 2013 at 05:46Does LibPDMFilter_IAR.a in the STMF4 DISCORVERY  is used for all STM32 family? for example, Is LibPDMFilter_IAR.a used for STM32F1XX not STM32F4XX????

sojaewoo by Associate II
  • 263 Views
  • 0 replies
  • 0 kudos