STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 787 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
  • 549 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...

ADC configurations for measuring battery voltage

Posted on December 16, 2016 at 10:07Hello Everyone.I would like to infrom you that I am trying to measure battery voltage which is connected to ADC12_IN4 pin of stm32f103c8t6 microcontroller with ADC.I wrote proper code for configurations and readin...

0690X00000605tFQAQ.png 0690X00000605tKQAQ.png 0690X00000605tPQAQ.png

how i can synchronize two or more board ?

Posted on December 16, 2016 at 05:30Since I want to send data from two board to a single device which will receive data from this two board and start its processing.so how I can send this data simultaneously to another device .