Search found 69 matches

by tpannone
Fri Jan 20, 2017 1:05 pm
Forum: NetBurner's Eclipse IDE
Topic: Stand-alone Dev-C++
Replies: 2
Views: 2656

Re: Stand-alone Dev-C++

Thanks TomNB. I've already run into my first error attempting to create a new project, but that will be the topic of another thread.
by tpannone
Fri Jan 20, 2017 8:55 am
Forum: NetBurner's Eclipse IDE
Topic: Stand-alone Dev-C++
Replies: 2
Views: 2656

Stand-alone Dev-C++

I've been using Dev-C++ 1.13 for all of my NetBurner projects since beginning back in 2005. I recently upgraded my development PC to a Windows 7 unit, so I decided to upgrade my NNDK while I was at it. The first thing I noticed was that there was no stand-alone Dev-C++ program installed. Is this no ...
by tpannone
Thu Dec 11, 2014 7:21 am
Forum: NetBurner Software
Topic: MOD 5282 MEMORY/FLASH TEST
Replies: 12
Views: 6650

Re: MOD 5282 MEMORY/FLASH TEST

If you look in userparam.c you will see the SaveUserParam() function, which works like: USER_ENTER_CRITICAL(); FlashErase( ( void * ) &UserParamBase, len ); FlashProgram( ( void * ) &UserParamBase, pCopyFrom, len ); USER_EXIT_CRITICAL(); You could create a new function called EraseUserParam...
by tpannone
Tue Dec 09, 2014 3:07 pm
Forum: NetBurner Software
Topic: MOD 5282 MEMORY/FLASH TEST
Replies: 12
Views: 6650

Re: MOD 5282 MEMORY/FLASH TEST

One thing you could do is write a new small program that just erases the user parameter area, then load your code again and see if it works. That's exactly what I was thinking about doing. I saw some other threads about using the SaveUserParam function to erase the User Params block in Flash. I was...
by tpannone
Tue Dec 09, 2014 12:24 pm
Forum: NetBurner Software
Topic: MOD 5282 MEMORY/FLASH TEST
Replies: 12
Views: 6650

Re: MOD 5282 MEMORY/FLASH TEST

Take a look at the memory map for your board in \nburn\docs\platform, then use the SDRAM values you see there. After a little trial and error with the RAM memory test (MT) function, the SDRAM passes. Now to focus on the Flash, and see if my problem is in the User Parameter Storage area. Thanks for ...
by tpannone
Tue Dec 09, 2014 10:45 am
Forum: NetBurner Software
Topic: MOD 5282 MEMORY/FLASH TEST
Replies: 12
Views: 6650

Re: MOD 5282 MEMORY/FLASH TEST

Probably a factory test thing. Were you unable to get it to work, or have you not tried it yet? It is asking for a Begin and End value. It throws an error if I leave both values blank. (I was hoping if left blank, it would test the entire block of SDRAM.) I've been reading through manuals and data ...
by tpannone
Tue Dec 09, 2014 5:41 am
Forum: NetBurner Software
Topic: MOD 5282 MEMORY/FLASH TEST
Replies: 12
Views: 6650

Re: MOD 5282 MEMORY/FLASH TEST

The monitor in my 5270 has a built in sdram test. So try sending the 'A' to get into the monitor, and at the NB> type "help" to see if there is a sdram test command My 5282 has the RAM test feature also. Unfortunately, it is not mentioned in any of the documentation I have. Is there any e...
by tpannone
Tue Dec 09, 2014 5:38 am
Forum: NetBurner Software
Topic: MOD 5282 MEMORY/FLASH TEST
Replies: 12
Views: 6650

Re: MOD 5282 MEMORY/FLASH TEST

Yes, all of our in-house developed apps store system configuration data in flash memory. The device's IP address, mask, and gateway do not change during runtime of any of our in-house developed apps compared to the factory apps. From what I can tell based on the app launch message on the debug port,...
by tpannone
Mon Dec 08, 2014 12:14 pm
Forum: NetBurner Software
Topic: MOD 5282 MEMORY/FLASH TEST
Replies: 12
Views: 6650

MOD 5282 MEMORY/FLASH TEST

I'm wondering if anyone has developed an app to test the SDRAM and Flash on a MOD5282? I'm asking because I've just had three fairly new MOD5282's returned from the field because they failed to communicate with their host PC. I plugged them into a bench system and sure enough, no comms. Neither IPSe...