It has been a while but I believe that I know your problem. Doesn't a label have to have a " : " ? Add those and see what happens. Jim goto KBD_1 bsf...
I have enabled moderation for new members. Hopefully, this will prevent distracting spam posts. As always, the best response to an offensive posting is to just...
15044
Doug Evans
DEvans@...
Oct 3, 2003 10:55 pm
you need a colon ':' character to define the label, if you are using MPASM. you should have KBD_1: not KBD_1 -de ... From: Tom Capon...
... posts.... This user has been removed. We get one of these every couple of months. Best policy is not to comment or reply, just ignore them. No further...
15042
Tom Capon
robot@...
Oct 3, 2003 9:35 pm
Well, it gives errors from this code: goto KBD_1 bsf KBD,0x07 goto KBD_2 KBD_1 bcf KBD,0x07 KBD_2 decfsz ISRtmp1,W ; skip if ISRtmp1...
15041
wizard@...
Oct 3, 2003 9:08 pm
Hi Everyone, just thought I would give some help on this one. First, you can get a repeater for GPS signals to retransmit them inside a building. Or, you could...
15040
Bryan Andersen
bryan@...
Oct 3, 2003 7:04 pm
... Found it on my third try searching at google. Google is your friend. Very very high sensitivity receivers is one method, but I can see where that will...
Ali, When you attend the PSoC seminar you do not receive the key for the C compiler. What you do receive is a code signifying payment confirmation. Then you...
A list of prizes and a picture of the Awards has been posted on the RoboMaxx site for those who asked. Click on any of the contest photos from the main page...
Hi I am currently working on positionin my robot inside a warehouse. I was thinking of using a GPS for locating the robot....But GPS signal is not recevivable...
Make sure you don't have a case sensitive issue. In school I gave up and just coded everything in upper case to keep from getting bit. Have a look in your...
Hi Larry Will you care to share the key for C compiler, coz its very hard to work in assembly and these days i am exploring the PSoc devices. Thanks Alot. ...
15031
Bryan Andersen
bryan@...
Oct 3, 2003 4:06 am
... Actually that is one of the worst methods... Think carefully. An oscilator has a very well defined period even if it is out of sync with your MCU clock....
I attended the Seattle seminar and got the programming dongle (pod). The development software is available for download on the cypress web site. The pod is a...
Charlie, I attended the seminar today in Sacramento. Quite a neat little chip. It is kinda like the new fangled devices showing up that have FPGA and a CPU...
Hello SRS, I've been thinking of trying out the Cypress PSoC and signed up for the free seminar. Since I have to miss a day of work (which is not all bad) I'm...
Then the GOTO statement probably points to a label which is not defined, for example you could have a line that says: GOTO Delay; but Delay isn't defined so...
15026
Tom Capon
robot@...
Oct 2, 2003 11:45 pm
Actually, it gives the "symbol not previously defined" error to GOTO statement line labels that are a few (or a lot) of lines down. I'll probably end up...
... Saw a possible application mentioned in another group that sounded excellent. Home made linear encoder, as in DRO for CNC etc. A yardstick to track on...
15024
John Cole
johnboy1.1@...
Oct 2, 2003 4:26 am
Hello all; I have a question that will undoubtedly be easy for some of you to answer and I hope that someone does! I am programming my Mini Sumo robot which...
... Neat project. I'm using one of the VIA mini-ITX mainboards in a robot of my own, and have found it to be an excellent robot controller. The one in my Open...
... This could be a case of incompatible end-of-line sequences. I've found that source code that was written on a Linux system compiles file in gpasm, but...
The Symbol Not Previously Defined is telling you that a register (variable) hasn't been defined before you try to use it. What exactly do the lines say which...
15020
Tom Capon
robot@...
Oct 2, 2003 12:13 am
Hi, I've been working with MPLAB MPASM for a while now, and it's worked fine. However, I downloaded some code for keyboard interfacing written for the 16F84...
Roboteq and VIA Technologies have teamed up to build and publish a robot platform based on VIA's mini-ITX mainboard and Roboteq's AX2550 controller. Mechanical...
Please, don't double the spam with included replies.. If you must reply, cut off all but one or two lines of the original message. This is particularly...