User Activity

Hello, this is DK.I am working on a project using stm32f429IIt6.I'm currently having an I2C problem at the end of my project.I2C1 uses PF 0, 1 / I2C2 uses PB 6, 7. The HW PCB completed, and the HW I2C pull up is the same.In I2C1 HAL code, the entire ...
Hello, I using STM32F429IIHX Chip. I wanna use Input Capture Mode, but not working right when i used general timer(tim2,3,5 ...) can use Input Capture Mode. but In TIM8 is advanced mode then, NVIC Settings is a little bit different.  Advanced Timer8 ...
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...