User Activity

I have several pages to be displayed when events occur. Each page shows which event happened.I think best place to parse the incoming event is FrontApplication. So I check the event queue in FrontendApplication::handleTickEvent() using processIncomin...
I would like to implement a screen saver for an app with multiple TouchGFX screens. AnimatedImage widget is perfect for screen saver function I reckon. My question how it can be used across the whole TouchGFX screens.The simplest solution might be th...
I've made a custom external loader for IS25LP256D on STM32F746. It works well in general except for one problem. Verify doesn't stop when "Verify Programming" is checked. Memory-mapped mode works well, which means reading is good. Erase() and Write()...
I placed the whole firmware on SRAM of STM32F746 and the reset handler is called from bootloader. the application firmware(app) is a simple one with led blinking and printing some messages on the terminal. I modified the linker script so that VMAs of...
I could not get wanted result by using STM32F7 calculation unit. The code I borrowed for comparison was from WireShark CRC32 function. It was a table based function for speed. And I compared the STM32 CRC result with bitwise algorithm. I found out th...
Kudos from