Skip to search.
rabbit-semi · Group for Rabbit C-programmable micros

Group Information

  • Members: 3907
  • Category: Microcontrollers
  • Founded: Oct 3, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 2951 - 2982 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2951 brentonv@...
brenton_v Offline Send Email
Dec 1, 2001
3:12 pm
... Just out of curiosity, what version of Dynamic C are you using, and have you got "cloning" enabled ? For the record, yes I have seen this problem. But I...
2952 rs7@...
rs7 Offline Send Email
Dec 2, 2001
12:25 am
I am using the 7.05P versiuon of the OS, with uC/OS-II Your behavior is the exact problem I am having. Reflash (works for sure), or remove the boared and...
2953 rs7@...
rs7 Offline Send Email
Dec 2, 2001
12:30 am
Some extra data - when the device faiols to boot, simngle stepping through the code, reveals it is trying to start execution at the wrong part of the flash (or...
2954 rs7@...
rs7 Offline Send Email
Dec 2, 2001
1:04 am
I thought to check something, and found that if I disconnect the battery, and allow the voltage to drop below about 1V (discharge my on board caps), or I short...
2955 brentonv@...
brenton_v Offline Send Email
Dec 2, 2001
3:50 am
... Hmmmm... That's a worry. The only boards I've had exhibit this problem have been using DC 6.57R2 All of my new stuff is using DC 7.05 premier, and I...
2956 brentonv@...
brenton_v Offline Send Email
Dec 2, 2001
3:55 am
Hi RS7, ... As I mentioned in my previous message, I can't get a debugger into my board, so I've got to wait until my TSOP adapter arrives next week to read...
2957 brentonv@...
brenton_v Offline Send Email
Dec 2, 2001
3:58 am
Hi RS7, ... or ... in ... I've scoped all that out, and while I haven't disconnected the battery, everything looks fine. If I get another board back before I ...
2958 rs7@...
rs7 Offline Send Email
Dec 2, 2001
4:27 am
... don't ... doing ... from ... they ... so I ... which ... would ... the ... reset. ... wasn't ... The ... uC/OS-II starts hits the watchdog timer by itself...
2959 rs7@...
rs7 Offline Send Email
Dec 2, 2001
4:53 am
... stepping ... (at ... my ... to ... No - it seems to start to execute code that resides in RAM (f9:xxxx). And in addition my flash contains appropriate code...
2960 Brenton Vettoretti
brenton_v Offline Send Email
Dec 2, 2001
9:36 am
... Fair enough. ... Oh, sorry, I misread that part before. In that case, our problems could very well be similar. ... Hmmmm. ... cogitating... Cheers,...
2961 Brenton Vettoretti
brenton_v Offline Send Email
Dec 2, 2001
9:41 am
... Yeah, as mentioned in my previous message, I misunderstood you. You may be right, but I'm secretly hoping that you're not <g> ... Yes. My SRAM is battery...
2962 rs7@...
rs7 Offline Send Email
Dec 2, 2001
1:14 pm
I will let you know if I have anything as well - I have been going back and forth with tech support at Z-world as well (David Terra). He made a suggestion to...
2963 salasidis@...
rs7 Offline Send Email
Dec 2, 2001
1:26 pm
I managed to erase the old email address from my yahoo account, and I entered my current one - so emails are now enabled as well....
2964 Richard Cooke
rmcooke Offline Send Email
Dec 2, 2001
9:49 pm
Hi All, I am in the middle of re-writing the I2C routine to assembly (I need to speed it up) and I think I have everything working like it is supposed to but...
2965 Richard Cooke
rmcooke Offline Send Email
Dec 2, 2001
10:54 pm
I think I answered my own question. It was the MAX518 chip's ACK signal that holds the data line low until it sees another clock pulse. I'm pretty sure that...
2966 salasidis@...
rs7 Offline Send Email
Dec 3, 2001
1:23 am
I am trying to edit premain, in order to add an ipset 3 at the start, and then execute an ipres before main is called. I want to see if this will solve my boot...
2967 David Emrich
dave_emrich Offline Send Email
Dec 3, 2001
8:11 am
Hi Folks, I've run into this problem at the moment. Let me describe briefly what's happening. I'm pumping much data out of port A, under the guidance of a...
2968 Philip Loveridge
philiploveridge Offline Send Email
Dec 3, 2001
8:21 am
You could always try using the ".map" file to get the address of the routine in question and then use the "disassemble at address" function. Regards Phil...
2969 David Emrich
dave_emrich Offline Send Email
Dec 3, 2001
8:46 am
... Hmm, that seems to work, thanks! (Also, the disassemble at cursor thing works too). Great, now to find out why my application code doesn't go :-) Thanks...
2970 Brenton Vettoretti
brenton_v Offline Send Email
Dec 3, 2001
9:11 am
... Hi David, Can't answer your question about the ASM listing as there's none that I know of, but I also use COM-A in real life. How I handle development...
2971 Brenton Vettoretti
brenton_v Offline Send Email
Dec 3, 2001
9:17 am
... Hi David, Something to keep in mind, I have noticed that the STDIO as used by the debugger, puts a heck of a load on the system if you start using it. If...
2972 yairb@...
yair24 Offline Send Email
Dec 3, 2001
10:56 am
Hello I am using timerB clocked by timer A and the numbers I gave the two constants are: #define TIMER_A_VAL 199 // Timer A divides by N+1 #define TIMER_B_VAL...
2975 younheelim@...
younheelim Offline Send Email
Dec 3, 2001
12:50 pm
I am involved in the development project of Ethernet-Serial device server. 0. My system Ethernet-Serial conversion device server: It converts data through...
2976 bobm104@...
bmez104 Offline Send Email
Dec 3, 2001
1:59 pm
I take it the original architecture of the z80 family is used on the rabbit 2000 parts? Looking at the instruction set clock cycles, most instructions require...
2977 Fournier, Pete
pfournier_as... Offline Send Email
Dec 3, 2001
2:11 pm
Richard Solving a problem by explaining it to someone else works amazingly often. It's like you use a different part of your brain and WHAM the solution just ...
2978 salasidis@...
rs7 Offline Send Email
Dec 3, 2001
3:25 pm
Remember though that the PICs divide the external clock by eight - so in effect theyu take 4 actual clock cycles to perform each instruction. I used a 17c756...
2979 Mehmet Kendi
yah_mk Offline Send Email
Dec 3, 2001
4:00 pm
Untill today I worked with AVR, 8051, Motorola and PIC. (If I go back a little bit more, so there is also the Z80). For a new project the Rabbit seems to be...
2980 Hans W
xyz123xyz77072 Offline Send Email
Dec 3, 2001
4:18 pm
... My current project is using PIC18C452 running with a 10MHz Oscillator using the internal PLL to obtain 40MHz which results in a 10MHz internal clock. That...
2981 Hans W
xyz123xyz77072 Offline Send Email
Dec 3, 2001
4:19 pm
Further correction... PIC divide the external Osc. by FOUR not 8...
2982 dhansen@...
icc_thewoodl... Offline Send Email
Dec 3, 2001
4:25 pm
This question is valid for any CPU system that stores its code external to the CPU. There's nothing that prevents someone from desoldering your flash on any...
Messages 2951 - 2982 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help