STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

3-wire 9-bit SPI using STM32F030C6

I need to interface ILE9341V TFT display with STM32F030C6 MCU.My project hardware has only 3 wires (CSX, SDA and SCL) from the display side.By referring the TFT display's datasheet, I found that I have to use 3-wire 9-bit mode only (to be compatible ...

What is I2C SMBAI?

I'm laying out a board using a STM32F103CB and I'm connecting to an I2C peripheral, and I noticed that on the STM32 there's a third I2C pin, labelled SMBAI - what is this pin, I'm unfamiliar. Is this an address pin for the STM32 for slave option? I c...

AScar.1 by Associate
  • 7647 Views
  • 1 replies
  • 3 kudos

How can I extend much more RAM on STM32?

Hello!I have just currently developed a matrix library for embedded systems. It works for all systems. The problem is that using matrices, takes lot of both ram memory and flash memory. So i need a better controller, but the largest RAM from STM32 i ...

DMårt by Lead
  • 7759 Views
  • 17 replies
  • 2 kudos

Discovery STM32L152C Touch Sensing

Posted on July 20, 2014 at 15:58Hi all,Where can I find more documentation on the STMTouch library? I have read UM1606 but don't get how it works.The manual says to start with one of the included example files but I cannot get them to work on the Di...

adam2 by Associate
  • 642 Views
  • 3 replies
  • 0 kudos

Any ideas why I get those 0 - 65500 values from adc ?

I have uint16_t array[2000];HAL_ADC_Start_DMA(&hadc1, (uint32_t*)array, 2000);I get values from 0 up to 65535but when I declareuint8_t array[2000];I get values 0-255I shouldn't be bigger than 4095 since it is 12 bit resolution for ADCI have STM32L416...

MNapi by Senior III
  • 1050 Views
  • 6 replies
  • 0 kudos

Resolved! Debug freeRTOS threads using GDB+openodc (SW4STM32)

Posted on June 20, 2018 at 15:33Hi All,I'm developing an application using CubeMx to generate the basic code. On CuebMx I enabled freeRTOS and LWIP.Now I would like debug my threads but Eclipse gives me access only on the thread in esecution before ...

F7 SDRAM CubeMX setup no DMA tab

The SDRAM HAL module has DMA functions but there is no tab in CubeMX to set up a mem2mem DMA channel. This is with CubemX 4.27.0. Is the DMA a pre-requisite for LTDC operation or does it use it's own internal memory access.

Temperature compensation on ADC?

Posted on August 11, 2017 at 05:02Hello, I am using an Olimex-E407 board to measure some signals (AC signals). After some reading on ADCs I learned that there are a few error that have to be taken into consideration when doing measurements and some ...