User Activity

HI,I have a Touch GFX-based application with External Quad SPI flash integrated for Assets, such as images and font. The Application code has more than 150 Screens Due to this internal flash is running out of memory, Even though we are using 0s optim...
hello, I'm currently developing an application that features more than 150 screens. However, I've encountered a significant challenge: once I build the code, the overall size exceeds the available flash memory. While I'm using external flash for imag...
Hi,How to authenticate a  device connected to STM 32 using USB Peripheral the STM 32 is integrated with STSAFE  IC , How to use peripheral Authentication Example for this in the software package 
hello,  I am working on a project where I need to display a Touch GFX frame buffer on an OLED display that supports only 8-bit data transfers. The Touch GFX frame buffer is in RGB565 format (16-bit), while the OLED expects 8-bit data chunks for commu...
I am integrating SBSFU with the STM32L496ZG microcontroller and have created a new project. I attempted to generate the SFB file using a customized post-build script from the L476 Simple App example. Although I modified the script paths for my projec...