Search found 9 matches

by kumarjosh
Tue Apr 27, 2010 4:21 am
Forum: NetBurner Software
Topic: The application crashes after 40days
Replies: 17
Views: 13213

Re: The application crashes after 40days

Hi greengene,
We are using the nndk1.98 version that’s why I am not able to fine this function.
Please let me know if any alternative is available to know the list interrupts supported.
Thanks
kumar V
by kumarjosh
Mon Apr 26, 2010 3:32 am
Forum: NetBurner Software
Topic: The application crashes after 40days
Replies: 17
Views: 13213

Re: The application crashes after 40days

Hi greengene,
I have execute this command “StdioCheckIntc()” on console my application and it says unknown command.
Also I have searched in the code to find any piece of code for it.
Please let me how to execute it?
Regards,
Kumar
by kumarjosh
Mon Apr 26, 2010 1:42 am
Forum: NetBurner Software
Topic: The application crashes after 40days
Replies: 17
Views: 13213

Re: The application crashes after 40days

Hi pbreed,
Thanks for your analyses.
I am not written any user interrupts...
I will look into how the "FIFO" allocation/reallocation happening for user tasks.

Regards,
kumar V
by kumarjosh
Wed Apr 21, 2010 9:17 pm
Forum: NetBurner Software
Topic: The application crashes after 40days
Replies: 17
Views: 13213

Re: The application crashes after 40days

Hi Ridgeglider,
Thanks for analyses and sugggestions.
I will look into this direction however the trap has “OSDumpTCBStacks” details.
The detail does not indicate a stack overflow.

Did you have any idea how get the list interrupts support by Net Burner?
Thanks
kumar V
by kumarjosh
Wed Apr 21, 2010 9:11 pm
Forum: NetBurner Software
Topic: The application crashes after 40days
Replies: 17
Views: 13213

Re: The application crashes after 40days

Hi rnixon & khoney
I think you are not answering to my question.

Thanks
kumar V
by kumarjosh
Tue Apr 20, 2010 11:51 pm
Forum: NetBurner Software
Topic: The application crashes after 40days
Replies: 17
Views: 13213

The application crashes after 40days

We are facing a problem with our application which crashes after 40days.
The log indicates the following trap is occurred.
-------------------Trap information-----------------------------
Exception Frame/A7 =021A8AC4
Trap Vector =Access Error (2)
Format =03
Status register SR =2504
Fault Status =0C ...
by kumarjosh
Wed Apr 07, 2010 6:42 am
Forum: NetBurner Software
Topic: I could like to know the role of “Idle task” in NNDK5272
Replies: 5
Views: 5047

Re: I could like to know the role of “Idle task” in NNDK5272

The Idle Task (priority 63 ie lowest priority), is what the uC/OS scheduler will run if all other tasks are in a blocking state. Ie it's what the system will run if there's nothing else of higher priority needing to run.
I didn't know you could delete the Idle Task! It's a "must have".

Read the ...
by kumarjosh
Wed Apr 07, 2010 6:38 am
Forum: NetBurner Software
Topic: I could like to know the role of “Idle task” in NNDK5272
Replies: 5
Views: 5047

Re: I could like to know the role of “Idle task” in NNDK5272

Idle task in non-avoidable component of any multitasking environment.

Currently application is crashing if I do not create an “Idle task”.
Please let me know the reasons?

Thanks yevgenit.
I have understands the use of the “Idle Task” through the “NNDKProgMan.pdf” document.
However I am not ...
by kumarjosh
Wed Apr 07, 2010 2:16 am
Forum: NetBurner Software
Topic: I could like to know the role of “Idle task” in NNDK5272
Replies: 5
Views: 5047

I could like to know the role of “Idle task” in NNDK5272

Currently application is crashing if I do not create an “Idle task”.
Please let me know the reasons?