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

configuration of ''USART'' without CubeMX

Posted on June 05, 2018 at 14:48 Hello, i use the stm nucleo 64 board and the stm/eclipse environment and i want to send string with usart1. Furthermore, i don't want to use cubemx and cmsis. Because it makes the code very unreadable... and I'...

Toby _ by Associate II
  • 3178 Views
  • 16 replies
  • 0 kudos

ADC Glitch

Posted on June 08, 2018 at 02:22Hello everyone,We have a MCU STM32F427. There are 5 ADC channels. During our testing, we found there is ADC glitch, see attached picture. There are 2 significant drop in ADC.Do you know the reason that cause the ADC g...

Pilot B by Associate II
  • 862 Views
  • 3 replies
  • 0 kudos

STM32F723EDISCOVERY Demo Source Code

Posted on June 07, 2018 at 17:36Hello,I am looking for the source code to the firmware that comes with the STM32F723 DISCOVERY kit.On the back of the package it says:4/ The demo application software as well as other software examples for exploring t...

J B by Associate
  • 923 Views
  • 2 replies
  • 0 kudos

STM32F429 & SDRAM

Posted on May 14, 2018 at 17:45Hi,I have been working with a Waveshare Core 429I board, essentially an STM32F429IGT6 & IS42S16400J and Keil.I am trying to store a large array in the SDRAM using the int32_t Array[xxxxx] __attribute__((at(0xD000000)))...

Matt G_2 by Associate
  • 2137 Views
  • 19 replies
  • 0 kudos

STM32CubeMX : USB Mass Storage on NUCLEO-F722ZE STM32F7

Posted on June 07, 2018 at 12:13Hello,I have following things to create .txt on USB Mass Storage (Thumb Drive 32GB)ToolChain:IDE = KEIL MDK 5STM32CubeMX = 4.22.0Middlewares= FATFS and USB_HOSTHardware :NUCLEO-F722ZE STM32F7 Nucleo-144 BoardProject B...

Resolved! CubeF0: Clock mode not configured in LL ADC driver

Posted on May 30, 2018 at 13:38Hi everyone,I'm sorry to push this old thread but I'm facing problems using the LL drivers and initializing the ADC.The function LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) doesn't set the CKMODE...

Power line communication

Posted on June 07, 2018 at 17:56Hi all,Anyone is familiar with Powerline Communication with X-NUCLEO-PLM01A1? I was trying to interface the Nucleo board with Arduino R3 and quite a bit stuck.