STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LTDC using internal SRAM, How much SRAM?

Posted on February 10, 2017 at 21:40Hi, I would like to use a 320x240 TFT RGB interface display using the STM32F767ZI internal SRAM. But I can't figure out what is the minimum SRAM required for the frame buffer. For 16 bits RGB565 would be 320x240x2...

Asantos by Senior
  • 355 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeMX SW4STM32 project generation bug

Posted on December 19, 2016 at 09:27STM32CubeMX version: 4.18.0Toolchain: SW4STM32 MCU: STM32F103ZET6FW: STM32Cube FW_F1 V1.4.0Wrong syntax for defined symbols. Quotation marks missed.E.g.  __weak=__attribute__((weak))  instead  __weak='__attribute_...

deguello by Associate
  • 472 Views
  • 2 replies
  • 0 kudos

MPEG playback ?

Posted on February 09, 2017 at 14:42has anyone tried to play a video file using the new STM32F77x  JPEG codec ?I use an external Video drive processor, so there is 100% of internal processing power available.I see this in the attached PDF,' As the J...

T J by Lead
  • 613 Views
  • 1 replies
  • 0 kudos

TSC interrupt on a L053R8

Posted on February 10, 2017 at 01:35Does anyone know how to enable the TSC interrupt on a L053R8? I'm working on a project that when you touch the captive touch and LED turns on but I can't find how to enable the interrupt.

DCMI max transfer rate

Posted on January 24, 2017 at 19:28HelloIt is mentioned in the table 87 (DCMI characteristics, stm32f405/407 datasheet, Rev7) that max DCMI_PIXCLK is 54 MHz, and it's mentioned in the RM0090 that this peripheral is capable of up to 54MBytes/s transf...

STM32F051 I2C variable length slave read

Posted on September 18, 2015 at 03:49Hi All, I am having an interesting I2C problem. A slave device i am reading from has a variable length response, the length of data is read from the device so i do not know how much i need to read until i start t...

HAL_UART_Transmit_DMA problem

Posted on February 06, 2017 at 14:22 I had problem for 'HAL_UART_Transmit_DMA', once I transmitted some data, I couldn't send any data after that. I used this function, 'HAL_UART_Transmit_DMA' in 'USART1_IRQHander'. (Because I should pars...