STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BUG in STM32F030 reference manual.

Posted on July 01, 2016 at 14:56The register descriptions of the USART mention several times that the feature is optional and might not be implemented on my device (or my specific usart). I've seen such a table with other peripherals, but I can't fi...

Maximum data rate of DCMI in 12-bits mode

Posted on July 03, 2016 at 13:09What is the maximum data rate of the DCMI interface? When you use 10-bits mode, it is 54MB/s. But what about 12-bits mode? Is it 54Mz  x 12-bits /8-bits = 81MB/s ?

M. Jeong by Associate II
  • 364 Views
  • 1 replies
  • 0 kudos

how i can tarnsmit and receive 1 byte

Posted on July 03, 2016 at 07:14Hi How i can transmit and receive 1 byte by SPI and use of HAL layer for STM32F4 to do for example below routin: while(1) {     while (__HAL_SPI_GET_FLAG(&hspi1,SPI_FLAG_TXE) == RESET);     temp=0x00;     HAL_SPI_Tran...

hamzeh by Associate
  • 295 Views
  • 0 replies
  • 0 kudos

Stm32CubeMx Problem

Posted on July 02, 2016 at 19:42Dear Users,My problem is that CubeMx can not work right now, Main problem is, When I click to CubeMx, It can open normally, but I want to create a new project, it stay on white screen.I dont know what is the main prob...

USB audio stop enumerate after adding usart3

Posted on July 02, 2016 at 13:08Hi all! I'm trying to implement a usb audio sound card with stm32f4 discovery and then build an external DAC and headphone amp. I've found an excellent source code from tjaekel, which has everything I need to begin wi...

dimtass by Associate II
  • 541 Views
  • 1 replies
  • 0 kudos

STM32F427ZGT6 - Code Assisttance

Posted on July 02, 2016 at 00:51Hi, I received a cicuit board with the STM32F427ZGT6 uC on it.  I don't write code and asking for some help.  I have a push-button on PG8 (normally open) and when pressed I'd like to set PB7 high. When the push-button...

BC1999 by Associate II
  • 400 Views
  • 1 replies
  • 0 kudos

Driving TFT-LCD on STM32Fx with HAL

Posted on July 01, 2016 at 17:07 Hello guys, I am using Keil Uvision 5.2 and cube Mx for developing STM32 MCUs. and I want to Drive a TFT-LCD which the size is 2.8 inch and it has 320*240 pixels and it has ILI9328 driver inside. I have few inform...