User Activity

Hi everyoneI am looking for a solution about designing a multi-language keyboard on TouchGFX using Unicode characters numbers which means when the specific language for GUI selected, The letters of keyboard changes according to the language and when ...
Hi every oneI'm developing a project on STM32F746BGT6 custom board which will use USB port for store Data on USB key AND firmware updating purposes (In the Field updating), cause I am newbie on USB things, I am googling about firmware update through ...
Recently, I'm working on a 6-layer PCB design of STM32F746BGT6 and 128Mbit SDRAM with LTDC ( 4.3" LCD 800x480) and so far I connected the FMC bus traces with 12mil clearance (Reduce crosstalk) and 6mil width(50-ohm transmission line). My board Stack-...
I need to store a two-dimension array (uint16_t array[100][15]) in flash for power loss reservation, But since my application is big enough and my internal flash is already running out (85%), It seems to be applicable to store my array in external no...
HelloI have a TextArea Wildcard in my display that shows "ON" or "OFF" when the screen entered and has a FlexButton in front of it. when FlexButton clicked, I want to change the current State. To do that (I believe) have to get the wildcard value and...