User Activity

Hi,It's written here that STM32H750 has a JPEG hardware encoder / decoder for faster GUI operations.Is there an example for how to use this?Basically I need to know what kind of JPEGs it supports (and how to encode to the right JPEG type), and how to...
Hi,I want to play MP3 files that are located in an external flash.Do I need to load the files to RAM for playing them, or can I play them directly from flash?I'm asking because I might not have enough RAM for loading the whole file all at once.Thanks...
Hi,I'm using STM32F722RET, and I'm trying to do ADC sampling of 3 channels using DMA with a timer trigger.I configured the following:ADC:hadc1.Instance = ADC1; hadc1.Init.ScanConvMode = ADC_SCAN_ENABLE; hadc1.Init.ContinuousConvMode = ENABLE; hadc1.I...
Hi,I have an external flash connected to STM32F722 via SPI. Is there a way to view the content of the flash? Maybe with SEGGER J-Flash program?Thanks
Hi,I'm trying to capture a USB connection / disconnection event in STM32F722RE. The interrupt HAL_PCD_IRQHandler() is called when I connect / disconnect the device to the PC, but the flags USB_OTG_GINTSTS_SRQINT and USB_OTG_GINTSTS_OTGINT are never s...
Kudos from