hello again, I still have the problem with the PWM in rabbit 4000. I ran the sample program pwm_test.c I also try to run this 5 lines: unsigned long freq; int...
Scott, I tried the using the DEBUG_RST on my sample code and the file sizes are as follows. With DC Debug Off and Without the DEBUG_RST commands in, the...
... With "debug off" you do mean disabling rst 28's in the compiler advanced options? Try: #if DEBUG_RST #warnt "Debug code enabled" #endif That will confirm...
I did this with rcm 3100/3000 with no problem for a/d data. I call SPIinit() during program initialization, and then simply call SPIWrRd (...) from my...
Hi. Because there is so little documentation and also I do not see any functions dealing with this, I am not sure what we need to do. Any reference or...
I think that they have two development books available that cover this topic directly. One of the is called "Embedded System Design using the Rabbit 3000 ...
Hi Jim. Thanks. I will look at it. Appreciate the help. Stan ... I think that they have two development books available that cover thistopic directly. One of...
Stan look at the Zworld schematics. You have a lot of info about interfaces between rabbit cores and latches (74hctXXX), keyboards, lcds, adc, dac, etc. For...
Is there a question behind these conclusions? ...just joking... You can do it, even by code! Try to develop a program that runs in SRAM and dumps the flash...
I can't help you with the problem you're having, but this tool can help you prevent it in the future. It plays very well with Dynamic C and its projects. ...
Also in the Rabbit 4000 Users Manual there are some documentation (more that in the R3000 Users Manual), that is aplicable to R3000. Juan M. Sardón Ponis SA ...
Hi Stan, Let me dig around for the references I used when I originally did the first 3200 designs. I believe most of what you are looking for is in the...
... You can get the binary back out pretty easily. This will allow you to compare the image in the Rabbit with the image your compiler is now generating....
Hi I am using RCM3300 and have setup a DLM same as the one given in the sample programs with Ethernet. I am able to upload the secondary program through FTP,...
Hi! I want to wire up a 3000/3110 with power. I noticed that aside from the obvious power input VCC, there are THREE grounds listed, two on one block and one...
No, it just happens when I use the PB2-PB5, I am already testing with the same board, same application but using PD3-PD6 and everything is ok. It only happens...
... Use all 3 grounds ... All of their modules only need power and ground to run. If it needed more the docs would say so. Also they give the schematic to the...
Hi, I have an application that I'm starting to incorporate UDP serial connections. My hardware is based on a RCM3305. I currently use SHD's LocateIP and UDPDL....
Hi Richard. Thanks for the comments. I am trying to make sure the gardware side is correct at least in design. This will save a lot of trouble. I would...
Hi Ricardo. I will do that also. Thanks. Stan ... http://www.ee.byu.edu/ugrad/srprojects/robotsoccer/labs/skills/magiccboard/ ... === message truncated ===...
Hello all, I am 4th year electronics engineering student and I have a project to do with WiFi Add-On kit. For now, I don't know many things about the kit and I...
Well, the Wifi Kit just provide you a wireless tcp/ip connection. So think about how would you transfer the digitalized voice over a wired network first....
Hi. Just curious if anyone have any sample real life connection example concerning the use of the AUX bus? The examples I saw still confuse me quite a bit. If...
Imagine Tools lists the LCD display 628-L203200J as what to use with the Ethernet Starter kit as well as the Microprocessor Starter Kit (Rabbit 3700 series...
The prototype boards usually provide a good example as the option LCD/keypad interfaces use them. Look at the RCM3200 for example. The schematics are available...
Hi Nathan. I was looking at things and I think things are slowly starting to sink in. Well, I want to use the 8 bit bus to connect 8 bit parallel ADC, DAC,...
Sounds like you're getting there :-) Use a decoder if you want to support lots of IO. We've got away with just using AND/NAND gates with one on each address...