I'm having the app crash issue noted by a few others, and the associated inability to reflash a clean application. I suspect corrupted monitor, I believe the...
... OK, I found a way to get it to respond - by typing the "A" IMMEDIATELY in MTTY (do NOT wait for the app to crash), I am able to upload the app via FLA. And...
We seem to have a problem with CLKOUT loading on our Mod5282s. I don't know if anyone there can help out, but we're kind of stuck and thought maybe NetBurner...
Yes, it looks like a bactrian camel -- two humps. The signal is still there, so it's not shorted out, but its shape is definitely not a pleasant rounded...
Why would you need them to respond ? In the first few pages of the manual they tell you to press the "A" when you hit reset to download an app via serial port....
You need to 'scope it out.. are you getting ringing on the clock edge waveforms or other signal degradation? Try adding a small series resistor to damp out...
On a related note, the data bus on the MOD5282 is apparently unbuffered. So if you're running those over to your development platform and they are being...
In the various demo programs provided with the Neburner development kit, serial output is generated through use of the prinf() command. For these demo...
... I'm currently working on a clock ringing problem, an 8 inch ribbon cable seems like a lot. I'd look at the clock signal carefully, I might even put a...
... In the standard printf without doing anything the baud rate is the monitor setting. You can change this with either the monitor setup command, or the...
8" is a lot but it seems to be working.. this is the development breadboard only. The final product version will probably use board-to-board connectors. There...
Can someone please let me know what I need to do so that I can have the compiler generate a .lst file. I would like to see which set of C statements I am using...
... We tried this approach and had success with the Cypress W152-2G, which has apparently been replaced by the CY23S08SC-2. This is probably radical overkill,...
There's one way NB describes in their docs. Here's what I do. This is a snippet from my makefile. # # Add warning flags # Put warn=1 on the command line, else...
Hi, Difference between a power-up Monitor boot vs. an application trap reboot On a clean power-up boot of the hardware, the Monitor starts from the reset...
Hi JH, You can use the uClinux toolchains to your work, it is an self-extractor: http://www.uclinux.org/pub/uClinux/m68k-elf-tools/m68k-elf-tools-20030314.sh ...
... http://www.uclinux.org/pub/uClinux/m68k-elf-tools/m68k-elf-tools-20030314.sh ... Thanks Alan, I installed the package, but when I try to compile a example:...
Hi JH, the 5206e directory don't exist inside lib directory, change your makefile from 5206e to 5207, I think it will work. Att. Alan ... Thanks Alan, I...
Paul, Thanks for your reply, it was helpful.. I have one more question. If I'm using interrupt-driven serial I/O as you show in Example #2 below, does this...
... Thanks Alan, Changed from 5206e to 5307 (since 5207 didn't exist), and just get another error of things it cannot find. (ld.real: cannot find -ldbug ...
Hi JH, this -ldbug error is because your makefile try link to libdbug.so, but I think this libraries is used for NetBurner debug, if you are compiling some...
Hi, I want to point out to those watching this thread that the NetBurner software and development tools are free to use as long as they are run on our modules....
The standard NetBurner tools have a much smaller footprint than Linux. If you must have a linux gcc, you can go to Peter Baradas site and use CVS to get his...
... Thanks Paul. What I'm trying to do is an compiling enviroment in linux, not uClinux or other OS'es, in my opinion, the netburner win32 kit is great. ...
If all you are trying to do is build an environment in Linux to do Netburner development, then I would build the gcc-m68k from Peters site and use that. The...