STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Exiting StopMode on Nucleo STM32H7

Posted on May 15, 2018 at 15:32Hi, i'm having an issue using Stop mode on my nucelo board.At the moment i program my StopMode to do this : - Wakeup on RTC counter- Do not remove / change the states on the GPIO (I need this functionnality on my proje...

Resolved! When reading USART, DMA instantaneously completes

Posted on May 15, 2018 at 13:48Please see code below.I'm trying to read from USART using DMA. Please see the last line DMA1_Channel3->CCR |= DMA_CCR_EN;When I step over that line,  CNDTR instantaneously resets to zero like it has finished reading, a...

Misha K by Associate III
  • 421 Views
  • 2 replies
  • 0 kudos

GPIO pins not working

Posted on May 15, 2018 at 08:58hi I am new to ARM, and I am just started with STM32F103C8T6 blue pill Board, I am compiling with keil uvision 5 with ST-Link v2 programmer. First, I checked with blink program on pin PC_13, the works good. But then I ...

How to restart ST Link automatically.

Posted on May 14, 2018 at 10:05Hello all I am quite new to STLink. I am trying to program a microcontroller using STLink/V2. In normal situations it works perfectly. but at times i do have a communication error with STLink and it shows' USB communic...

b k by Associate II
  • 3492 Views
  • 10 replies
  • 0 kudos

Resolved! STM32l073 IAP

Posted on May 07, 2018 at 13:31Hello all,I want to use the IAP possibility off my Nucleo-STM32L073RZ. I read the AN4657 and downloaded the X-CUBE-IAP-USART folder. I thinck I have an generell problem of understanding the iap. I have a little program...

ST-LINK programming code to external Flash fail

Posted on May 11, 2018 at 03:48I use ST-LINK utility V4.2 to program a code to external flash, always fail.Attachment is my code. it include embedded code(start at 0x08000000) & external flash code (start at 0x90000000).Platform : STM32L496G-DISCOEx...

0690X00000602VqQAI.bmp

VREF Output for external IC

Posted on May 07, 2018 at 13:03I have a STM32L051 microcontroller and use the STM32L0Cube HAL.I read fom the manual, that the STM32L0 have a possibility to provide a stable reference voltage for external ADC/DAC/... This is the VREF(BUF). If I under...

HAL_I2C_Mem_Write_DMA() doesn't work

Posted on May 02, 2018 at 21:24Hi everyone,I have a problem regarding the i2c communication with the 1.9 release of HAL for stm32f0.I use the i2c2 peripheral of stm32f091rc microcontroller to communicate with a EEPROM.This peripheral works very well...

STM32L4 STOP2

Posted on May 08, 2018 at 01:29Greetings,    I'm writing an application for an STM32L496, and I'm trying to use Stop2 mode to save power.  My problem is that whenever I go into Stop2 mode, the sys tick immediately wakes up the MCU, even though I hav...