User Activity

Hi,I'm facing an issue displaying an image on a 1024x600 screen via RGB. As shown in the image, the frame buffer is displaying part of the image as an inverted image in the corners. I've double-checked the LCD timing parameters, and they all match th...
Hello everyone,I currently facing an issue. I can successfully send the break and sync byte, but for some reason, my ID is not being transmitted. When I switch from RDR to TDR in LIN_UART_ISRHandler, I can receive all the data from slave on the Picos...
Hi,I want to switch off the toggle button itself after a specific interval, let's say 60 sec.Currently it works fine in View.cpp using handleTickEvent but as soon as I navigate to different screen, it doesn't update.Is it possible to run this counter...
Hi all,I'm using STM32F429 on a custom board which is running a TFT LCD and RTC is running slow compared to the computer clock. 8MHz crystal is connected to HSE but currently, LSE is using an internal clock. My question is: Can I connect the external...
Hi,At this stage I have tried everything but the LCD is not showing any graphics.I have created the project in the STMCubeIDE and configured the LTDC & frame buffer parameters as shown in the pics.I have also added the fmc initialization code in the ...