Search found 69 matches

by tpannone
Fri Mar 08, 2019 5:50 am
Forum: NetBurner Software
Topic: OSTaskCreate Return Values
Replies: 12
Views: 6885

Re: OSTaskCreate Return Values

Hi Tom, I made a stupid mistake saying that this application has only 3 tasks created. It's more like 15. Most of those Transmit UDP and Receive UDP task creates were in a for loop. Anyway, you said that the default limit for tasks is set to 20 in predef.h. I must be missing something because I do n...
by tpannone
Tue Mar 05, 2019 6:36 am
Forum: NetBurner Software
Topic: OSTaskCreate Return Values
Replies: 12
Views: 6885

Re: OSTaskCreate Return Values

Thanks again Tom. I'll look at the sram. I am seeing an issue reading back some data from flash at startup. I didn't think the two issues were related, but maybe they are.
by tpannone
Mon Mar 04, 2019 11:34 am
Forum: NetBurner Software
Topic: OSTaskCreate Return Values
Replies: 12
Views: 6885

Re: OSTaskCreate Return Values

Interesting. I only call OSTaskCreate three times in my application. One for the Transmit UDP task, one for the Receive UDP task, and one for the main program loop. The other three create functions (OSTaskCreatewName, OSSimpleTaskCreate, and OSSimpleTaskCreatewName) are not called. Are you sure pred...
by tpannone
Mon Mar 04, 2019 11:05 am
Forum: NetBurner Software
Topic: OSTaskCreate Return Values
Replies: 12
Views: 6885

Re: OSTaskCreate Return Values

Thanks Tom. I'll go back and look at the task control blocks.

This particular application would not need the priority so high, but our control algorithms still need to be higher than those system tasks you mentioned.
by tpannone
Mon Mar 04, 2019 8:16 am
Forum: NetBurner Software
Topic: OSTaskCreate Return Values
Replies: 12
Views: 6885

OSTaskCreate Return Values

I'm in the process of updating some MOD5282 code from Dev C++ 1.13 to NBE R2.7.7. The OSTaskCreate() function in one of four NB applications has started generating an error at runtime, returning the value of 70. From the definition of OSTaskCreate in the uCOSLibrary, the return value is either 0 (Su...
by tpannone
Thu Jan 10, 2019 11:05 am
Forum: NetBurner's Eclipse IDE
Topic: Rebuild System Files
Replies: 5
Views: 4634

Re: Rebuild System Files

Thanks Tom for the steps.

I also moved the three \nburn\ paths to the front of the system PATH variable. They were originally at the end. The command line build worked properly with no errors this time.

I've not checked rebuilding system files from within the IDE yet. I'll try that the next time.
by tpannone
Tue Jan 08, 2019 11:26 am
Forum: NetBurner's Eclipse IDE
Topic: Rebuild System Files
Replies: 5
Views: 4634

Re: Rebuild System Files

I cold boot my development computer every morning, but I will remember that the next time I attempt to rebuild system files.

Thanks for the link too. I will study it.
by tpannone
Mon Jan 07, 2019 8:19 am
Forum: NetBurner's Eclipse IDE
Topic: Rebuild System Files
Replies: 5
Views: 4634

Re: Rebuild System Files

Okay. It appears that I broke NBEclipse since what once did build no longer builds. After trying to fix with no luck, I uninstalled and then reinstalled NBEclipse 2.7.7. After selecting my workspace but before opening any of my project files, I attempted a Rebuild All System Files just to see if it ...
by tpannone
Fri Jan 04, 2019 9:30 am
Forum: Off-Topic
Topic: Where did the Wiki go?
Replies: 7
Views: 10223

Re: Where did the Wiki go?

The learn site... is that the Learn Blog on the Netburner site (https://www.netburner.com/learn/) or somewhere else?
by tpannone
Fri Jan 04, 2019 6:48 am
Forum: NetBurner's Eclipse IDE
Topic: Where is Help?
Replies: 2
Views: 3662

Re: Where is Help?

I don't know if this points to the problem, but as I was attempting to see what worked, I received the following popup error message. An internal error occurred during: "Local Help". java.lang.NullPointerException My OS is Win7 32-bit and the installed Java is Version 8 Update 191. Any sug...