Search found 7 matches

by caleb
Tue Feb 04, 2014 9:47 am
Forum: NetBurner Software
Topic: Extract .s19 from module
Replies: 6
Views: 6093

Re: Extract .s19 from module

Thanks for the suggestions. I think I can work some "Monitor" memory commands to get a good feel for which binary is which. Some microcontroller make it easy to read-back the binary until you blow a "lock-bit" fuse or some other gimmick, and then it will protect your IP, so I was...
by caleb
Mon Feb 03, 2014 12:44 pm
Forum: NetBurner Software
Topic: Extract .s19 from module
Replies: 6
Views: 6093

Extract .s19 from module

Is there a means to extract the .s19 off of a MOD5272? We are trying to determine the exact version of the .s19 binary that we loaded onto it.
by caleb
Thu Dec 26, 2013 10:00 am
Forum: NetBurner Software
Topic: uC/OS Queue Versus FIFO
Replies: 3
Views: 3906

uC/OS Queue Versus FIFO

I am trying to get a good grasp of why I would want to utilize FIFOs as opposed to message queues. The uCOSLibrary document doesn't describe much, but after searching around this forum I think I found that the main difference is that the contents of the FIFO structures are copied into the FIFO in a ...
by caleb
Fri Dec 20, 2013 5:13 pm
Forum: NetBurner Software
Topic: Smarttrap hook
Replies: 0
Views: 3696

Smarttrap hook

Is there a way to have an application hook function called when the smarttrap occurs? I'm trying to monitor and detect a task stack overflow from all tasks. I followed this guide: http://forum.embeddedethernet.com/viewtopic.php?t=1411 But the kicker was that the "SetAddressWrittenTrap" cou...
by caleb
Fri Nov 22, 2013 6:06 am
Forum: NetBurner's Eclipse IDE
Topic: Install Rel22-RC2 on a Win7/64 bit but doesn't work
Replies: 16
Views: 16001

Re: Install Rel22-RC2 on a Win7/64 bit but doesn't work

I could not find a file called "NBEclipse.ini" in my NBurn directory. There was a file called "config.ini" but that didn't look like the correct format such that I could put the "-vm" string anywhere (it contained strings that look like "osgi.bundles=blahblahblah&q...
by caleb
Thu Nov 21, 2013 11:19 am
Forum: NetBurner's Eclipse IDE
Topic: Install Rel22-RC2 on a Win7/64 bit but doesn't work
Replies: 16
Views: 16001

Re: Install Rel22-RC2 on a Win7/64 bit but doesn't work

Hrrmm... I personally don't know of any reason why we have not upgraded, but I don't have the full history either. My guess would be that we were under the "it's not broke, so don't fix it" policy, but now that it is broke, it may be time to update. Other potential ideas/questions: 1) Woul...
by caleb
Thu Nov 21, 2013 6:17 am
Forum: NetBurner's Eclipse IDE
Topic: Install Rel22-RC2 on a Win7/64 bit but doesn't work
Replies: 16
Views: 16001

Re: Install Rel22-RC2 on a Win7/64 bit but doesn't work

I am having the exact same problem as the original post, except with Rel22_rc3. This is on Win7, 64-bit Up until now, I have been able to get NBEclipse to work by creating a batch file which redefines my path to 32-bit jre5: set MY_JAVA_PATH=C:\Program Files (x86)\Java\jdk1.5.0_22\bin PATH=...;%MY_J...