We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I want to use HAL & RTX together in a project based on stm32f4. I made changes that u see at this link: www.keil.com/.../cubemx__r_t_x.html But still it does not work... What is the problem??
That's like saying, "My car won't go - what's wrong with it?"
Nobody can answer that - clearly, there is simply not enough information!
So what have you done to debug the problem(s) ?
Before trying to use RTX and the ST HAL together, have you been able to successfully make separate projects using each one independently?
Tryin to learn 3 new things all at once is vastly more difficult that trying to learn one new thing at a time ...
Yes. I have run them seperately without any problem. But when i want to use hal & RTX together it doesnt work.
For debugging, i used keil debugger. i guess problem is one of this issues: clock, sys tick, svc handler...
So investigate those possibilities!
You say you have working examples - so look at how they work, and see what's different in the one that doesn't.
Debugging is a basic skill for programming (and, in fact, any type of development):
www.avrfreaks.net/.../2418156