STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX destroys multiple targets in Keil uVision

Posted on June 13, 2016 at 16:37Hello,I have a project with multiple targets. The project was initially generated using STM32CubeMX 4.15. I have created some targets manually. When I change some peripherals and re-generate the code, STM32CubeMX dele...

smrtkai by Senior
  • 837 Views
  • 4 replies
  • 0 kudos

Reading value on GPIO analog mode

Posted on December 20, 2016 at 11:49Hi,could tell me someone, how to read value on GPIO analog mode (not ADC analog on AF mode). I was Googled this, and I just found that this mode has 8-bits converter. How can I recieve value from this, using HAL l...

Resolved! NUCLEO STM32F031K6 Pinout

Posted on December 20, 2016 at 10:45I'm putting together a project based on the Nucleo-F031K6 board, but I've had real trouble tracking down clear and accurate pinout definitions for the board. The first information I stumbled across was the http://...

STM32F4 - DAC start problem, when using ADC

Posted on December 19, 2016 at 11:24Hi,I do have some strange behaviour with DAC and ADC on STM32F429I-DISC0. I am using a DAC with DMA. Additionally I use two ADCs in parallel with DMA. Normally it works as expected. But when I have a voltage over ...

smrtkai by Senior
  • 1084 Views
  • 5 replies
  • 0 kudos

RTC good accuracy design

Posted on December 18, 2016 at 20:25Hello my friends.I want to design RTC board with best accuracy. My Mcu is STM32F103RB and it has Calibration option to enhance the Real Time Counter.I know 2 paramaters are so important to design: 1. Crystal accur...

st_user1 by Associate
  • 751 Views
  • 1 replies
  • 0 kudos

Corrected clock setting from cubemx ?

Posted on December 16, 2016 at 03:20 Hello Everyone, I look forward to whom who knows Cubemx well in this community, In my generated cubemx, for GPIO initialization the code says, static void MX_GPIO_Init(void) { GPIO_InitTypeDef GPIO_Init...

0690X00000605rsQAA.png 0690X00000605pnQAA.png 0690X00000605t0QAA.png

Resolved! STM32F1 two byte receive with subaddress

Posted on December 17, 2016 at 16:48 I have an STM32F103 that I would like to use for I2C communication. I have been using the 'Optimized examples for I2C' with the STM32F1, but I have modified it to send a subaddress before performing the read. ...

STM32L053R8 IWDG freeze in stop mode

Posted on October 25, 2016 at 15:24Hi,I've implemented the IWDG for STM32L053R8 board and want to know if IWDG can be freezed in Low power STOP mode? I tried programming Flash option bit register, user configuration bit but still see IWDG resetting ...

STM32F417 UNALIGNED ACCESS

Posted on December 19, 2016 at 10:19HelloPeriodically, the program enters the HardFault_Handler. In the register HFSR set bit FORCED and in UFSR register set UNALIGNED.The project uses STM32F417, FreeRtos, LWIP. In most cases, the error in the stack...