Hi I want to know anybody is that work with MOD5282? Im using this board but I dont know how can i program my code in flash . tanks for your help BestRegards ...
1) Can anyone tell me how to setup Eclipse's CDT editor to show function definitions and declarations from the system and include files? The default...
Hello Linda, There are a few different methods, all described in the docs. Please take a look at the Programmers Guide, which steps you through the process. If...
... instructions ... rework. ... Paul, Did you ever post his fix or get it working without a fix on the 5272? I too have an older carrier board for the 5272...
Jim, I am only interested in the MOD5270s; if you are interested in selling them alone, let me know. Regards, Rami Rami Kohanim Director - Product Development ...
Hello Netburner family! We have a custom made board which runs on MOD5270 module. We have an external 512K flash which has to be accessed via CS1 and each page...
Lucky you! You get a quick answer today. Yeah Paul was kind enough to send me a wiring schematic and the SD card works great with the currently provided...
The latest release Rel 199 has the EFFS stuff working on the 5272. It should just work. What carrier revison do you have? 1)Older no SD card slot at all? 2)Or...
I'm working on a personal project: http://www.rasdoc.com/paul/rockets/airlander.html Toward that end I've got a bit of useful MOD5213 Code. Driving 4 RC...
I was going along fine. Everything compiled. Then put this project aside for a week and now I'm getting compile errors that make no sense to me. I'm hoping...
Sounds like you may be calling "#include keypad.h" in more then one of your source files and they are both trying to lay claim to the variable definitions....
In all of the QSPI examples on this site, the QSPI field of the "sim" data structure is named "qspi", but in the MOD5213, it is named "spi". I'm only working...
Thanks Larry problem solved Roger ... From: netburner_group@yahoogroups.com [mailto:netburner_group@yahoogroups.com] On Behalf Of Larry Gitlitz Sent: Monday,...
Hi All, I'm trying to using a GPT to monitor an incoming signal and store its state in an 2D array, each entry being.. Event High/Low, Duration. It seems my...
It sounds to me like you aren't clearing the interrupt flag, thus the interrupt executes over and over again. In the DTIM subsystem, you have to clear the...
Hi Allen, Many thanks for your time, you're spot on... After hitting the 5282 manual again I found GPTFLG1 and sure enough all sprang to life. However, a new...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the netburner_group group. File :...
netburner_group@yahoo...
Oct 11, 2006 1:17 pm
2057
I'm registering channels (fifos) per CANSERIAL example, ie. two channels and masking 0 to catch all traffic on these two but my program hangs frequently during...
I used the latest release (1.99) to rebuild my NetBurner code and the issue is still there. Basically I have a Cisco switch that powers up at the same time...
I have the following listen call int tcp_listen = listen (INADDR_ANY, TCP_LISTEN_PORT, 1); //max pending = 1 What I want to allow is just one client to connect...
Larry, I have also had erratic connection problems with my NetBurner MOD5282 boards with various computers, but only occasionally. Usually it has been at a...
Hello, The most common solution for an Ethernet problem is to simply upgrade to the newest version of the NNDK. We have also found that many Cisco switches...
Hi again, I saw that you are using the same power source for all the modules and the switch. A slow start up, or unstable power rail can lead to the PHY...
Larry, Thank you for this outline. Even having the sketchy information you provided is very helpful to me. It is likely that the problems we experienced were...
The following is the case for both Debug and Release versions I'm to the debug stage. After successfully compiling I get 2 "s19" files, one "projectname.s19"...
One more thing the 2 files are identical, except for the "projectname.s19' has an extra line at the beginning of the file. Also I am using MOD5213 and the...
I found my 100usec tick timer somehow interferred with the CAN communications/interrupt. This little isr was written many months and functions ago, never used...