NNDK v2.6.6
Posted: Tue Jun 03, 2014 8:16 am
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
Is that correct?
Steve
A community of NetBurner users gathering to discuss NetBurner hardware, software, design and projects
https://tempwiki.embeddedethernet.com/
that are indicated in the Release Notes?◦Added JSON library and examples beta
The FTPD thread suspends with: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
I stripped everything out of the program so it is just running a simple counter loop: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
Code: Select all
while (1) {
TestData[0]++;
OSTimeDly(200);
}