STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Converting TFT Library from arduino to use with STM32F4

Posted on March 31, 2016 at 18:32Hello there, I've recently got a new 1.8 TFT LCD Module with seems to be using S6D02A1 Driver chip from samsung.I found this library for arduino https://github.com/sumotoy/TFT_S6D02A1 ... After many attemps I was una...

monta by Associate II
  • 282 Views
  • 0 replies
  • 0 kudos

I2S Slave Rx Issue with Codec

Posted on March 21, 2016 at 15:41Hello , Having configured External Codec in I2S master mode , ST -I2S  has been configured as slave with full duplex for audio application In our environment , Sample Freq = 8 KHz , Data-length = 16 bit ,Clock Polar...

Get lenght of all data transferred in CDC

Posted on March 31, 2016 at 14:21Hi all,I have a problem with CDC class. I have 26464 bytes on USB Host to transfer to my SM32F429 Discovery device.I need to receive all these data and after that do some parsing.How to do this trick in this function...

ITCM and DTCM with STM32F7 Discovery

Posted on March 30, 2016 at 15:16 Hello, I am fairly new to embedded development and I am trying to setup a project (using Eclipse GNU ARM environment) to use ITCM and DTCM on a STM32F7 Discovery board. It seems the default linker ...

F4 I2S CubeMX problem in HAL_I2S_DMAStop

Posted on January 05, 2016 at 08:26I would like to point the attention of ST to the problem they have in the CubeMX generated code.In HAL_StatusTypeDef HAL_I2S_DMAStop(I2S_HandleTypeDef *hi2s) function the procedure described in 26.6.4 I2S master mo...

Writing to Flash - Fault: Mem Manage Handler

Posted on March 31, 2016 at 10:17Hey there.I am using a STM32L476RG. I'm implementing a module for handling erasing and writing of the internal FLASH memory.In a test, I did the sequences as described in the reference manual for: Flash unlockMass ...

STM32F429I Discovery UART4 Data Problem

Posted on March 31, 2016 at 11:00Hi. I'm trying to get what I've sent from UART4 port GPIOC10 (TX) GPIOC11 (RX). But every time I can't get what I've sent. For example I'm sending 0x10, reading 0x90. Port settings; Baud = 9600kbps, 8-bit, Even Parit...