Hello,
My problem is that I cannot see any tasks when I view them via "Peripherals - RTX Kernel". I can only see the system tasks with TID 0 and 255.
You can see a screenshot here: daddyimage.com/.../4133rtx kernel.JPG daddyimage.com/.../7178rtx kernel2.JPG
I see that I have an Underflow in the stack size. Could this cause the problem? My project is adapted from the Http_example from the map Keil\ARM\Boards\Keil\MCB2300\RL\TCPnet\Http_demo.
When I use the original project I can see all the tasks.
What can I do so I can see my tasks?
Another question I have: Is it normal that I have stop running to update everything. And that I always get the following when I start running: first 3 seconds "Real-Time Agent: Started", thereafter I get "Real-Time Agent: Communication error" which is displayed at the center bottom of MDK. My ULINK2 is at 200KHz.
thx
Look at your settings in RTX_Config.c From picture 1: I can say that your STAK memory overflow-> Increse task stack size. From picture 2: Increse numbers of tasks.
My number of tasks is ok. My stack size should be ok.
All my tasks are running ok, the problem is just that I cannot always view them with the tool. When I start debugging, and I open the RTX Kernel tool before I run the program, I can view my tasks. If I open the tool once the program is already running I cannot see them.
Very strange thing...