User Activity

Hi,I'm trying to set up DMA transfers for I2C sensors on STM32L4R9 MCU.I've followed the documentation and analyzed the HAL implementation, but the DMA channel IRQ handler is never triggered.Here's the specific sequence of steps that I'm performing:F...
Hi,I am trying to connect a display which requires a master clock of 27MHz and which operates at 1.8V.I now have two alternative configurations (both are derived from the code generated by Cube MX). The first configuration is performed by the followi...
I'm trying to hook STM32F767 (on a Nucleo-144 board) to a 640x400 24-bit LCD-TFT display with the following configuration:use the controller's internal RAM to store framebuffer, and drive the display using the LTDC controlleruse 8-bit pixel format wi...