STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H7 USART RX with FIFO - not working

Dear experts,I'm trying to receive continuously from a USART with interrupts.For some reason I don't want to use DMA (the Tilen Majerle's DMA example on github works well, though)So I'm enabling RX FIFO and Receive timeout (RTO) for receiving less th...

Pavel A. by Super User
  • 5197 Views
  • 8 replies
  • 3 kudos

STM32H562RIT6 _SPI DMA

Hi I wrote an LCD program with the ST7789 driver using the STM32G0B0CET6 microcontroller under the SPI + DMA protocol, and the LCD worked perfectly. However, when I rewrote this program using the STM32H562RIT6 microcontroller with the same SPI + DMA ...

Resolved! WKUIE bit in IER

Hi all I want to know About WKUIE bit in IER STM32F407 disc board. I have configured filters for Fifo so do I have to enable WKUIE bit in IER register because even I have not enable it still I am able to receive data as RXinterrupt in rxfifopendingme...

Ash1 by Associate III
  • 390 Views
  • 1 replies
  • 0 kudos

Resolved! Internal RAM is too full

Hello,I am using STM32H747 Discovery board in that I am using TFT display using LVGL in code my RAM is taking space upto 250 KB and my code is going in hardfault_handler(); Can anyone suggest me the solution

build.JPG target.JPG

Multiple USB HID interfaces

On an STM32F103CB I'm running the USB Custom HID Device STM32CubeIDE example.It has 1 USB HID Interface with 2 USB Endpoints (Input and Output, interrupt transfers), and I've added a Report Descriptor with several top-level collections, and it's work...

Resolved! pwm duty cycle measurement for 0% duty cycle

I am working on STM32L476RG mcu for duty cycle measurement of PWM signal. I share my code with you. it working fine but when i switch off pwm input coded stuck there and it shows previous reading .when i again given input then it measure the duty cyc...

Resolved! Problems with CAN TX on Nucleo F767ZI

Greetings,I have a project on the Nucleo F767ZI board where I try to send a CAN message to another device (in particular, an Maxon EPOS4 Compact 50/5 drive). I can receive messages from this device with no problem, however, as soon as I press the but...

luisegzb by Associate
  • 667 Views
  • 1 replies
  • 1 kudos