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

STM32F469I-Discovery demo does not compile

Posted on November 04, 2015 at 20:27 Hi! I've just got my STM32F469I-Discovery board. I'm trying to compile the provided demonstration example, but I got the following Errors. *** Using Compiler 'V5.06 update 1 (build 61)', fo...

gergely by Associate II
  • 545 Views
  • 1 replies
  • 0 kudos

STM32F4-Discovery Lowest Possible Power?

Posted on November 03, 2015 at 20:44I am fully aware of the SM32F407's low-power capabilities.  What I was wondering is what are the EVAL kit's low-power capabilities?  It seems no matter which mode the MCU is in, I'm forced into drawing ~40mA.  It'...

shawn2 by Associate II
  • 539 Views
  • 2 replies
  • 0 kudos

How to use Zones in Touch Sensing Library STM32L053

Posted on October 25, 2015 at 12:00Hello, I'm currently working on a project where I have 8 touchkeys @ 3 banks.This is working just fine. But to speed up my prox detection (wake up) of a device I would like to add one more bank (where all channels ...

purkovic by Associate II
  • 452 Views
  • 1 replies
  • 0 kudos

I2S clock frequency problem

Posted on February 07, 2014 at 08:24Hi,I am interfacing TLV320AIC3204 to stm32f415, at this stage i am able to configure codec IC using I2C successfully and also able to operate I2S interface in full duplex mode with DMA on both transmission and rec...

usama by Associate II
  • 1425 Views
  • 3 replies
  • 0 kudos

Cube STM32F411RE Demo - SPI CRC Calculation?

Posted on November 04, 2015 at 05:27Started using the Cube/HAL libraries and working with the F411RE demonstration with the Adafruit 1.8'' TFT shield.  It has a SD card slot on it and uses it to load images onto the display.  Not sure if ST doesn't ...

Can't Get HSE to work with STM32L4-Discovery!

Posted on October 26, 2015 at 08:00Hi,We are running the STM32CubeL4 demo firmware on the STM32L4-Discovery board.We are trying to leverage the demo ''IddMeasurement'' module to assess power consumption with an external 8 MHz 3.3V square wave as HSE...

jp1 by Associate III
  • 591 Views
  • 2 replies
  • 0 kudos

STMtouch libary expanding to 8 channel rotary

Posted on October 21, 2015 at 20:26Attempting to port an existing 8 pad rotary touch sensor application which currently uses an external IC for touch sensing. Existing tsl_linrot.c from STMTouch library only supports to 6 channel rotary. Specificall...

demmons by Associate
  • 633 Views
  • 3 replies
  • 0 kudos

STM32CubeF7 assertion bug (with fix)

Posted on October 30, 2015 at 11:53Hi, I think the line 2577 of Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h should be: #define IS_RCC_PLLSAIP_VALUE(VALUE) ((VALUE) == RCC_PLLSAIP_DIV2) || (VALUE) == RCC_PLLSAIP_DIV4 || (VALUE) == RCC_PLL...