Search found 164 matches
- Thu Nov 13, 2014 9:55 pm
- Forum: NetBurner Software
- Topic: MOD54415 RTC Month Error
- Replies: 19
- Views: 18861
Re: MOD54415 RTC Month Error
I feel rolling my own for this device is the way I'll go too. Thanks for pointing out the issues. I hadn't gotten this far to the ToD from lack of need at this point. At least Moto kept on using the Gregorian calendar. ;) I didn't see the "gone to battery" indicator and time freeze that I'...
- Wed Nov 12, 2014 6:50 am
- Forum: NetBurner Software
- Topic: MOD54415 RTC Month Error
- Replies: 19
- Views: 18861
Re: MOD54415 RTC Month Error
And that's the way it is... This isn't new for the 54415 (well, the RTC being internal is). I've had to do (or not) that +/-1 for years depending on the RTC chip I was using. The library for the clock functions is generic so I just adapt my app's service functions to the part being used - here inter...
- Tue Nov 11, 2014 9:38 pm
- Forum: NetBurner Software
- Topic: Code problem in MOD54415-Structure in C
- Replies: 7
- Views: 5650
Re: Code problem in MOD54415-Structure in C
Is this one of those PClint tests? The first problem I see is the memory leak from File_name[] that was fixed in the second code set. Trashing the stack usually isn't a good thing. I'd try that small change in the first code and see if that clears up the problem. Whether there is another with card_s...
- Wed Oct 29, 2014 11:33 am
- Forum: NetBurner Software
- Topic: NBWIFIIN Programmers Guide and Users Manual
- Replies: 1
- Views: 2505
NBWIFIIN Programmers Guide and Users Manual
Is this manual forthcoming (when?) ala the manual for NBWIFIUG? I downloaded the older when first installing the new adapter and today I finally needed to refer to it and told a potential :( client the adapter was based on the REALTEK part rather than the Inventek(Broadcom) part that is currently (a...
- Thu Oct 02, 2014 6:05 pm
- Forum: NetBurner Software
- Topic: WiFi not a selectable item for NB App Wizard for MOD5441x
- Replies: 0
- Views: 4143
WiFi not a selectable item for NB App Wizard for MOD5441x
WiFi is greyed out on page for: C++ Project | NetBurner Project Options | NetBurner Application Wizard
The MOD54415 is listed as a supported device in the NBWIFIIN documentation.
Any ideas?
The MOD54415 is listed as a supported device in the NBWIFIIN documentation.
Any ideas?
- Thu Oct 02, 2014 5:55 pm
- Forum: NetBurner Software
- Topic: Newbie: Build errors on MOD54415 Factory App
- Replies: 6
- Views: 7557
Newbie: Build errors on MOD54415 Factory App
Hi, I'm getting all kinds of errors on linking. I'm just trying to build the factory app. I just installed 2.6.7 today. The link is complaining about files in -some directory c:\jenkins-slave\workspace\... Description Resource Path Location Type more undefined references to `sim2' follow MOD54415Fac...
- Mon Jul 29, 2013 5:05 pm
- Forum: NetBurner Hardware
- Topic: EMI Reduction with MOD5441X and NANO54415
- Replies: 5
- Views: 9637
Re: EMI Reduction with MOD5441X and NANO54415
thanks!
i used the processor clock speed dithering on previous modules.
i used the processor clock speed dithering on previous modules.
- Thu Feb 14, 2013 4:19 pm
- Forum: NetBurner Software
- Topic: Defining large variables
- Replies: 8
- Views: 6523
Re: Defining large variables
Amen brother!
- Fri Jan 04, 2013 9:13 am
- Forum: NetBurner's Eclipse IDE
- Topic: Trouble compiling with binary constants
- Replies: 2
- Views: 5148
Re: Trouble compiling with binary constants
the binary format is available only starting from gcc 4.3. NNDK 2.4rc2 is using gcc 4.2.1. NNDK 2.6 is still using 4.2.1. http://gcc.gnu.org/gcc-4.3/changes.html so you might just want to do your assignments in hex, e.g., const UINT8 MapFansToFanSets[] = { 0x00, // 0 fans 0x01, // 1 fan 0x03, // 2 f...
- Thu Nov 15, 2012 5:13 pm
- Forum: Off-Topic
- Topic: New NetBurner website - sweet!
- Replies: 7
- Views: 7128
New NetBurner website - sweet!
Nice job!