User Activity

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 ...
Hello everyone,Very new to STM family.I'm trying to read data via FRESULT Read_File (char *name) function.I've copied data from CubeProgrammer from specific sector and saved it in USB and want to read and upload that data via USB.Can anyone shows me ...