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

[STM32F746Disco] Touchscreen Driver Problem (BSP)

Posted on February 05, 2017 at 18:47Hi everyone,I'm having issues with a simple Pong game that i'm doing. The games consists of 2 pads and 1 ball, the ball moves accordingly to the program till any player use its pad. When a player moves the pad on ...

STM32CubeMX 4.19.0 LWIP problem

Posted on February 03, 2017 at 07:14New version of STM32CubeMX 4.19.0 is giving the following error. what is the problem with LWIP version 2.0.0?The same .ioc file is working for https://community.st.com/thread/36796-stm32cubemx-4190-lwip-problem?ru...

0690X00000603apQAA.jpg

[solved]ili9341 stm32f0discovery fail

Posted on July 04, 2015 at 17:14I have stm32f0discovery and ili9431 2.2 tft display which work tried with arduino with level shifter.I want to port same library to stm but there is a catch I even tried before if hal_spi_transmit function which works...

aaslan by Associate II
  • 1026 Views
  • 4 replies
  • 0 kudos

STM32 Nucleo & Discovery w CubeMX Issues

Posted on February 05, 2017 at 08:08Subject: STM32 Nucleo & Discovery w CubeMX Issues02-04-2017Hi there all, I am experiencing both compile and execute problems.Any help is appreciated.Compiler: Rowley CrossWorks v3.65.2016061400.28363 (hah hah hah)...

troneeee by Associate II
  • 393 Views
  • 0 replies
  • 0 kudos

stm32f3 2 DMA channels in dual interleaved mode

Posted on February 05, 2017 at 04:00HelloIs it possible to use dual interleaved mode with 2 different DMA channels in stm32f3?e.g one channel for adc1 master and another for adc2 (slave). there is some examples in stm32cube, using one dma channel.Th...

SPI Master-Slave Interface STM32

Posted on February 04, 2017 at 16:52Hi All, I am trying to interface two STM32 discovery boards one as master and one as slave using the following code snippets. Sometimes the data seems to arrive correctly at other times it is corrupted. I just cal...

stm32f103 - minimize delay due to usart transfer

Posted on February 04, 2017 at 12:45Hello all,i am using a stm32f103c8t6 device, clocked at 72 MHZ,   the periph clock for adc is 12MHZ  ( 72/6).   Using  adc injected function with  sample time configured  at ADC_SampleTime_1Cycles5Timer 1 is gener...

0690X00000606FBQAY.png 0690X00000606DuQAI.png
Bogdan by Senior
  • 820 Views
  • 4 replies
  • 0 kudos

Booting STM32F100 after flashing.

Posted on February 04, 2017 at 12:03I have built the simple led blink app using eclipse and gnu arm toolchain without any errors. I am accessing boot monitor via serial interface and programming the flash using stm32flash tool on linux, afterwards I...

STM32F072 PMBUS

Posted on January 21, 2017 at 14:10Hi,I have a STM32F072 in a board just like the Discovery F0.trying to get PMBUS upp and running with an external DCDC module.I can control it with waijung blockset in simulink sending i2c packets but now i need to ...