STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! NRST trigger duration STM32H743XIH

We are having trouble understanding the NRST pin characteristics.The STM32H742xI/G STM32H743xI/G datasheet gives these parameters:I have three questions:1. What does 'input filtered' and 'input not filtered' pulse mean?2. Is it by design true that a ...

Yasmine_0-1734012021385.png
Yasmine- by Associate
  • 255 Views
  • 1 replies
  • 1 kudos

Problem with software interrupt on STM32H563

Hello the comminity.I try to use a software interrupt with no secure and no privilege.when I set a bit in EXTI_SWIER1 And re-read the register, the value stay to 0.When the interrupt was fired, It's impossible to distinguish the software interrupt  f...

lozzz by Associate II
  • 432 Views
  • 5 replies
  • 0 kudos

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 Evangelist III
  • 4352 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
  • 235 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...