STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! LTDC problem

Hello,i have problem with custom board assembled with STM32F767BIT6. I'm trying to interfacing LCD-TFT DEM 800480K3 TMH-PW-N which is assembled by HX8264E, HX8664B drivers. I'm using RGB888 interface configured via STMCubeIDE filled by resolution 800...

Petr3_0-1710007166195.png Petr3_1-1710007197328.png Petr3_2-1710007231808.png Petr3_3-1710007261454.png
Petr3 by Associate III
  • 1503 Views
  • 2 replies
  • 1 kudos

No trigger of HRTIM burst DMA controller

Hi,I want to update multiple HRTIM registers with a single DMA request on a STM32G474RE. To do this, I am trying to follow this simple Getting started with HRTIM tutorial, which has a section "#To_go_further_about_DMA_burst" on the board "B-G474E-DPO...

PGONOVEA by Associate
  • 1050 Views
  • 1 replies
  • 1 kudos

Resolved! On board SPI to SPI in STM32F207ZGT6

#include "main.h" SPI_HandleTypeDef hspi1; SPI_HandleTypeDef hspi3;   UART_HandleTypeDef huart3;   /* USER CODE BEGIN PV */ char spi_data_tx[1]={'1'}; char spi_data_rx[1]={'0'}; void SystemClock_Config(void); static void MX_GPIO_Init(void); static ...

Failed to trigger STM32L431 USART1 bootloader via SW

Hi guys,I could set MCU into bootloader mode manually by using PH3/Boot0, but I can't get trigger bootloader via SW... I did check previous posts, but somehow it does not help.HW setup: I have dev board with STM32L431. It has USART1 (PA9, PA10) conne...

Lex by Associate III
  • 722 Views
  • 3 replies
  • 0 kudos

Resolved! Not a genuine ST Device!

HiI would like to debug STM32F303RDT6 using a combination of Keil and ULINK2.When I start debugging on the target microcontroller (STM32F303RDT6), **Not a genuine ST Device! Abort connection** is output as shown below.We investigated the cause.I foun...

Ukazu by Associate III
  • 4343 Views
  • 10 replies
  • 6 kudos

LORA E5 grove module

Hello,I'm currently sending AT commands to the Grove LoRa E5 module from Seed Studio, when I send commands like "AT," there is no response from the module. I've connected the module to the USART of the STM32L476RG board. If anyone has encountered and...

ADC frequency limit for ADCxDC2 use in STM32F446 (AN4073)

AN4073 states that ADCxDC2 can be used only if ADC frequency is at least 30 MHz. I used it by mistake with ADC frequency 22.5 MHz. It seemed like it improved the precision by about 5 LSBs. The software worked just fine: no crashes, no funny misbehavi...

vvp by Associate II
  • 1662 Views
  • 6 replies
  • 2 kudos

No output PWM for slave TIM channel

The MCU used is STM32F103VET6. I want to use TIM3_CH1 (generating a PWM signal of 10kHz, 30% duty cycle) as the master input of TIM4_CH1. The TIM3 acts as the prescalar of TIM4 and thus making TIM4 to ouput a PWM signal of 200Hz and 60% duty cycle. T...

OW1TY2_0-1710063630371.png
OW1TY2 by Associate II
  • 577 Views
  • 1 replies
  • 0 kudos