Thanks for the in-depth explanation Dan, much appreciated and that makes more sense. I always forget that even though C is 'closer to the metal' than most other languages, sometimes it's still too far away :) I'll switch to the INTERRUPT macro and give that a shot.
So my understanding is that ...
Search found 6 matches
- Thu Nov 20, 2014 12:53 pm
- Forum: NetBurner Software
- Topic: Interrupt handling pattern (OSIntEnter vs. OSIntEnterWAS)
- Replies: 4
- Views: 4957
- Tue Nov 11, 2014 3:58 pm
- Forum: NetBurner Software
- Topic: Interrupt handling pattern (OSIntEnter vs. OSIntEnterWAS)
- Replies: 4
- Views: 4957
Re: Interrupt handling pattern (OSIntEnter vs. OSIntEnterWAS
Thanks, that clarifies things a bit. If OSIntEnter/OSIntExit don't do what I think they should due to exception vs. normal stack frames, do I need to switch to the INTERRUPT macro?
You're correct that I'm coming from the software world more than the hardware world, and it's been a while since I've ...
You're correct that I'm coming from the software world more than the hardware world, and it's been a while since I've ...
- Tue Nov 11, 2014 10:59 am
- Forum: NetBurner Software
- Topic: Interrupt handling pattern (OSIntEnter vs. OSIntEnterWAS)
- Replies: 4
- Views: 4957
Interrupt handling pattern (OSIntEnter vs. OSIntEnterWAS)
Hi,
I see that OSIntEnter( ) is still declared in <ucos.h> , but defined as OSIntEnterWAS( ) in ucos.c . Is there a reason for this mismatch? (I'm using NNDK 2.6.8 if that makes any difference.) The matching OSIntExit( ) is still declared and defined correctly.
From the uCOS documentation I ...
I see that OSIntEnter( ) is still declared in <ucos.h> , but defined as OSIntEnterWAS( ) in ucos.c . Is there a reason for this mismatch? (I'm using NNDK 2.6.8 if that makes any difference.) The matching OSIntExit( ) is still declared and defined correctly.
From the uCOS documentation I ...
- Mon Oct 13, 2014 12:39 pm
- Forum: NetBurner Software
- Topic: And low hanging features keep coming... aka Websockets
- Replies: 2
- Views: 2723
Re: And low hanging features keep coming... aka Websockets
Great news, Dan! This should clean up some webUIs quite nicely..
- Tue Oct 07, 2014 7:40 am
- Forum: NetBurner's Eclipse IDE
- Topic: NBEclipse 2.6.8 installer misconfigured on OS X
- Replies: 3
- Views: 7897
Re: NBEclipse 2.6.8 installer misconfigured on OS X
Hi Forrest,
Looks like the problem is related to Keka.app, a multi-format unarchiver for OS X. Maybe it's not preserving metadata bits correctly, though I could have sworn I'd used it to unzip executables correctly in the past. The issue was with the installer app itself, not the product it ...
Looks like the problem is related to Keka.app, a multi-format unarchiver for OS X. Maybe it's not preserving metadata bits correctly, though I could have sworn I'd used it to unzip executables correctly in the past. The issue was with the installer app itself, not the product it ...
- Fri Oct 03, 2014 11:58 am
- Forum: NetBurner's Eclipse IDE
- Topic: NBEclipse 2.6.8 installer misconfigured on OS X
- Replies: 3
- Views: 7897
NBEclipse 2.6.8 installer misconfigured on OS X
The latest beta installer (2.6.8, Sept 2014) appears to not have the exec bit set on the shell script or executables in the MacOS directory, leading to the following error:
2014-10-03 11:38:29.631 com.apple.launchd.peruser.502[172]: (com.bitrock.appinstaller.86976[8800]) Job failed to exec(3) for ...
2014-10-03 11:38:29.631 com.apple.launchd.peruser.502[172]: (com.bitrock.appinstaller.86976[8800]) Job failed to exec(3) for ...