Search found 164 matches

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

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

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

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

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 ...
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: 5887

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: 9845

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

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: 8814

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: 6832

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

New NetBurner website - sweet!

Nice job!