Pefect thank you, going through at a decent pace and well explained really helps me get an understanding of how to get going with RTOS and touchGFX, please do more :)
@banjohat4 жыл бұрын
will do!
@pokr29342 жыл бұрын
Thanks for the great guide! Though the video helped me in a rather weird way: I was tracking down a situation where the default task dies after triggering a memory-intensive function, and was banging my head against the wall for there was no way to trace the problem. After watching your video I suddenly realized CubeMX set my default task to use a 128 word stack size by default, and changing it to a larger value (4096 in my case) fixed the issue. I think my lesson learnt today is to not rely too much on automated code generation tool and to try to understand how everything was setup behind the scene. I'm rather new to embedded programming so this might have been a foolish situation...but anyway, thanks! Edit: Wow I just realized your channel features a lot of TouchGFX stuff! To be honest it was TGFX that gave me the bother as described above :D
@banjohat2 жыл бұрын
Not at all - I have been there myself :D It's so easy to miss that value. Also you should remember to increase the stack size of the RTOS or you might be in trouble again ;)
@eddyv5245 жыл бұрын
Really helpfu. Very Clear. Thanks for posting!
@francisgremillet75465 жыл бұрын
Hi, isn't there a. a mistake in line 294? You've assigned defaultTaskHandle and I think you wanted to assign secondTaskHandle. Thanks for reply
@banjohat4 жыл бұрын
I do plenty of mistakes :D This was a one-shot video. My code was working when I tested it so if there was a mistake along the way I should have mentioned that I corrected it.