User Activity

EDIT: Hello, everyone. My code issue seems to have resolved itself after much changing, but I never did find out what was happening. My real question was answered: There are no likely circumstances that a higher-priority interrupt should not pre-e...
In my configuration, the tick source for touchGFX is the LTDC vsync interrupt. This was the recommended configuration in STM32CubeMX. However, that means that ThreadX is doing its own thing while model::tick (e.g., TouchGFX) is also running. The Thre...