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

CubeMX Issues and Suggestions

Posted on November 21, 2017 at 15:51I am really enjoying this application to get things started, but have found a few issues as follows:Issues:>> When you configure I2C and generate the code the i2c.h files includes an extern reference to the I2C_Ha...

STMFlashLoader and STM32f767BIT

Posted on November 21, 2017 at 10:29Hallo everyone,i want to programm a STM32F767BIT controller with STMFlashLoader Demo.But there is no suitable map file. Is there a newer Version of the STMFlashLoader Demo? I use Version 2.8.0. Or has someone a wo...

mfrank9 by Associate III
  • 562 Views
  • 3 replies
  • 0 kudos

Resolved! Slow LTDC + DSIHOST Augmented Command Mode

Posted on December 19, 2016 at 19:16We are using a STM32F769 to drive a 400x400 DSI display. What could we do to about double the current writing speed or to identify what is the bottleneck? LTDC is set up for sending data from SRAM1 for DSIHOST tha...

pertti by Associate II
  • 863 Views
  • 3 replies
  • 0 kudos

Resolved! STM32L0 TSC Analog Switch

Posted on November 17, 2017 at 17:36Hello everyone,I was researching about the TSC (Touch Sensing Controller) of my Board Nucleo L053R8 and I found that there it has  something called 'the analog switch'.The TSC is composed of several groups. Each g...

DFU Bootloader for STM32L072xx

Posted on June 24, 2017 at 14:53Hi there,I'm facing some problem in getting a STM32L072 MCU in DFU (USB) mode by jumping to the Bootloader in-code.Following other posts suggestion and the AN2606 i've written these two functions:#define RESET_TO_BOOT...

davide by Associate II
  • 718 Views
  • 1 replies
  • 0 kudos

CAN connection problem

Posted on November 21, 2017 at 08:16Hi.I am trying to establish CAN connection between STM32F767NUCLEO144 and STM32F4DISCOVERY boards. So far I have maneged to establish connection between 2 STM32F4 boards and between 2 STM32F7 boards(I can transmit...

ADC STM32

Posted on November 20, 2017 at 12:46Hi, I'm trying to use 4 ADC channels on STM32L152RE but it seems there are some problems with HAL_Delay and Hal Gettick... if I use only 2 channels it works.