Search found 164 matches

by greengene
Thu Nov 13, 2014 9:55 pm
Forum: NetBurner Software
Topic: MOD54415 RTC Month Error
Replies: 19
Views: 14158

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'...
by greengene
Wed Nov 12, 2014 6:50 am
Forum: NetBurner Software
Topic: MOD54415 RTC Month Error
Replies: 19
Views: 14158

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...
by greengene
Tue Nov 11, 2014 9:38 pm
Forum: NetBurner Software
Topic: Code problem in MOD54415-Structure in C
Replies: 7
Views: 4408

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...
by greengene
Wed Oct 29, 2014 11:33 am
Forum: NetBurner Software
Topic: NBWIFIIN Programmers Guide and Users Manual
Replies: 1
Views: 2031

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...
by greengene
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: 3418

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?
by greengene
Thu Oct 02, 2014 5:55 pm
Forum: NetBurner Software
Topic: Newbie: Build errors on MOD54415 Factory App
Replies: 6
Views: 6238

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...
by greengene
Mon Jul 29, 2013 5:05 pm
Forum: NetBurner Hardware
Topic: EMI Reduction with MOD5441X and NANO54415
Replies: 5
Views: 8412

Re: EMI Reduction with MOD5441X and NANO54415

thanks!
i used the processor clock speed dithering on previous modules.
by greengene
Thu Feb 14, 2013 4:19 pm
Forum: NetBurner Software
Topic: Defining large variables
Replies: 8
Views: 5057

Re: Defining large variables

Amen brother!
by greengene
Fri Jan 04, 2013 9:13 am
Forum: NetBurner's Eclipse IDE
Topic: Trouble compiling with binary constants
Replies: 2
Views: 4250

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...
by greengene
Thu Nov 15, 2012 5:13 pm
Forum: Off-Topic
Topic: New NetBurner website - sweet!
Replies: 7
Views: 5250

New NetBurner website - sweet!

Nice job!