Hi, I'm new to the group and have a question regarding which embedded platform to start out on. I have a project that involves: 1. Sampling (once every 5...
there is nothing better than netburner, its the quickest way to get something on the net. the learning curve is much less with NB, not to mention to flash the...
I need to generate an SPI data stream with a clock rate of at least 6 MHz. Ultimately I would like to go to 30 MHz if anyone has suggestions about how to do...
I am currently working on a driver for a 32Mhz SPI type interface to a string of MAXIM6974 devices. I came to the conclusion that using any uP to do a "bit...
... SPI is simply a parallel to serial to parallel converter with a synchronous clock. One can easily achieve "blistering speeds" if you choose a CPU quick...
That's quite an endorsement. Thanks. Do others have comments? Chris ... From: rabbit-semi@yahoogroups.com [mailto:rabbit-semi@yahoogroups.com]On Behalf Of...
Don't want to hog the stage on this. However, i have had quite a few Rabbit kits in my time. i have also had quite a few NB (Net Burner) kits. so i can say...
OK you seem to know your stuff and I appreciate your no holds barred approach. Some organizations need to pay close attention to the competition and more...
Your post made me curious since I was not familiar with Netburner. They certainly make interesting products. I am a rabbit user, not a big fan, but they serve...
For something like you described, programming is the easy part. It's unclear if this is a professional or hobby application. what can you accept in terms of...
For this purpose, you can even go to a coldfire (MCF52233 or 52235) with ethernet on chip. Freescale has a free sample firmware that gives you a ready to use...
Hi All I am shailesh using Embedded device GSM SIM300 from SIMCOM. Actually i am trying to send file from one GSM device to other GSM device VIA wireless...
hello every body i m sachin Gupta from KIET Ghaziabad. i m new to Rabbit Micro Controller I want to know Some thing as i show the code that is: #define SYSIO ...
Mark, just want to correct you one one thing, you said "Netburner does offer ANSI C/C++". i just want to point out that their tools are "Fully ANSI compliant...
Perhaps it was a poor choice of words on my part but I was trying to point out the ANSI C/C++ tools as an advantage of using Netburner. I wouldn't recommend...
Thanks to every one who contributed to this thread especially seulaterbuddy. You've given me just enough to be dangerous and now it's time to start spending...
Hello anybody used the PWM on port E on the rabbit R4000 i used parts out of PWM_test.c if pwm_options is set to PWM_USEPORTC I get a nice pwm on port C...
How is NetBurner debugging? I have a kit but I haven't had a chance to play with it yet. The thing I like about the Rabbit is the ability to compile to RAM...
they have it, but i have never used it and have not read up on it. personally, i never did understand why anyone would need debugging / break points. there...
Most modern CPUs have JTAG on board debugging. It's a bonus and simplifies debugging. Especially when you have vectored interrupt issues (As I had on an ARM 9)...
i guess, but still dont see the big deal with it. i had a issue once with vectored interrupts and i just tickeled a port pin in the IRQ and watched it on the...
I agree that having JTAG on board debugging is extremely helpful. However, I use my debugger (whether JTAG or Rabbit) in conjunction with printing data out a...
I agree - there is only one way to really test a serial port and that is to send and receive data from / to it. Here JTAG is not much use. The point I was...
i still dont see the light, but thanks for trying. i would say if a guy cannot get something as simple as the serial driver working on a new device, then...
... printf is fine for watching variables. How about finding rogue code? A single step debug is often the only way to find it. For example, this week I had...
... Mike, i dont know why that would be such a big deal. add the printf hit the compile button, 1-2 seconds later press teh download button, 4-5 seconds after...
... As opposed to a fraction of a second for each single-step? The last time I used DC it took about 25 seconds to compile/download. You must be using very...
Hi Alexis, Let me add my two cents in here... There are times when a good debugger can help to find a nasty problem. The same thing can be said about logic...
... no, i really dont use DC. as per the topic discussion. ... you ... printf ... button, ... compile/download. ... stubbornness ... mode ... out ... results, ...