STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 276 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
  • 645 Views
  • 19 replies
  • 0 kudos

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. 

IDE settings for HAL without CubeMX

Posted on June 07, 2018 at 17:53Hello everybody! Who created the project using the library HAL without a Cube generator in Atollich TrueStudio? Tell me what settings, I can not configure the project. Also share experience as write projects for stm32...

Hosting by Associate III
  • 94 Views
  • 0 replies
  • 0 kudos

How to use X-CUBE-SPI-EMUL?

Posted on June 07, 2018 at 17:33Hi,  I'm hardware engineer and I'm starting to work with the STM32 µC family so I don't know the environment.I'm already start  a project with CubeMX. I need for my project at least 6 SPI and I use the STM32F407 (onl...