Page 1 of 1

NNDK v2.6.6

Posted: Tue Jun 03, 2014 8:16 am
by SeeCwriter
I installed the latest NNDK, v2.6.6. When I run NBEclipse the Workspace Launcher window says: NBEclipse IDE - Release 2.6.5...

Is that correct?

Steve

Re: NNDK v2.6.6

Posted: Tue Jun 03, 2014 9:34 am
by dciliske
Probably not... I'll check on this.

Re: NNDK v2.6.6

Posted: Tue Jun 03, 2014 9:55 am
by Forrest
Hello,

Thanks for catching this. Indeed it does say this on the windows version. OSX is correct. It appears that the windows version got the old NBEclipse. There will be a re-upload of the release tonight. No source changes, just including the 2.6.6. NBEclipse.

Re: NNDK v2.6.6

Posted: Wed Jun 04, 2014 9:00 am
by ecasey
Where would I find the
◦Added JSON library and examples beta
that are indicated in the Release Notes?

Re: NNDK v2.6.6

Posted: Wed Jun 04, 2014 9:16 am
by dciliske
I believe these are under 'webclient'.

Re: NNDK v2.6.6

Posted: Tue Jun 10, 2014 8:55 pm
by ecasey
Did something change in the FTP routines in v2.6.6?
Using a MOD5282 on a Dev100 v1.12 board, I had a working program in v2.6.4 that faults out in v2.6.6 whenever I FTP to it. I get:
Thread [2 Prio( 50 ) :Main] (Suspended: Signal 'SIGSEGV' received. Description: Segmentation fault.)
5 OSSched() C:\nburn\system\ucos.c:451 0x0200b156
4 OSTimeDly() C:\nburn\system\ucos.c:521 0x0200b328
3 UserMain() C:\nburn\NBEclipse\workspace\Graph\main.cpp:48 0x020007f2
2 TopOfStackKillfunction() C:\nburn\system\ucosmcfc.c:40 0x0200aa68
1 <symbol is not available> 0x00000000
The FTPD thread suspends with:
Thread [7 Prio( 48 ) :FTPD] (Suspended)
3 FTPdTask() C:\nburn\system\ftpd.cpp:1334 0x0201b69e
2 TopOfStackKillfunction() C:\nburn\system\ucosmcfc.c:40 0x0200aa68
1 <symbol is not available> 0x00000000
I stripped everything out of the program so it is just running a simple counter loop:

Code: Select all

 while (1) {

    	TestData[0]++;

        OSTimeDly(200);

    }
No other user tasks running.

I went back to v2.6.4 and I can FTP to it.

Re: NNDK v2.6.6

Posted: Wed Jun 11, 2014 9:05 am
by dciliske
We will be publishing a revised release today. 2.6.6 has a major bug with TCP connect on non-5441x platforms due to a uncaught null pointer.

99 bugs on the wall, 99 bugs on the wall.
Take one down, patch it around,
127 bugs on the wall...

-Dan