User Activity

HelloIn my case, I am working on the project using the SPL provided by ST.It uses the STM32F429II series, and the compiler is running on IAR.I have a demo code for USB FS on the STM32F103 series, can I get a demo code for SPL USB FS on the STM32F4 se...
Hello, I was controlling the LTDC image with STM32F429II (Flash 2MB, RAM 256 + 4KB) from ST.I think there is an error in memory allocation, so I leave a question.The compiler i use is IAR.Currently, we have implemented the RGB888 image as 1.22MB size...
Hello everyone! The MCU used is STM32F429IGT6.Among the functions, we want to use LTDC.Currently external memory cannot be used.using internal flash memoryI am trying to use an RGB888 (854x480) 24bit image.However, this image has a total size of 1.2M...
Hello, I use STM32F429IGT6 MCU I am trying to communicate with TI's DLPC through HW connection. To use this, use LTDC. SW uses the Standard Peripheral Library and Complier uses IAR. The HW GPIO settings were set using CubeIDE, and were set as follows...
I am trying to create a uart flash loader program.Currently, the stm32f103rct6 chip is being used, and cp201x is being used for serial communication with the PC.1. Successfully downloaded bootload and application code using existing bootload mode wit...