Search the web
Sign In
New User? Sign Up
jallist · JAL mailing list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26616 - 26645 of 27395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26616
As soon as the code reaches the 2nd code page, I encounter problems. It looks as if branchlo_set and branchlo_clr (status bit pa0) are activated, but ? Used a...
oudshoorn.bert
Offline Send Email
Mar 1, 2009
8:32 am
26617
Hi Bert, ... I copied your code and it compiles here without errors! Please provide more info, such as compiler version, compiler console log. One positive...
Rob Hamerling
digithalys
Offline Send Email
Mar 1, 2009
11:33 am
26618
1 The very beginning: JAL FAQ version 1.0 March 23, 2008 1 1.1 JAL? PIC? Where do I start? 1 1.2 Where to get JAL? 1 1.3 Which PIC? 2 1.4 What's all this JAL...
jallist@yahoogroups.com
Send Email
Mar 1, 2009
4:54 pm
26619
Hi guys, I have quite a weird problem I can't understand, using "byte out" in a procedure. This is black magic for me... Here's the code: procedure...
Sebastien Lelong
sir.loon
Offline Send Email
Mar 1, 2009
6:45 pm
26620
Hi Seb, ... You don't show or mention that sleep_value is actually used in your program. If it isn't and it is not volatile, then it could be optimised away. ...
Joep Suijs
jsuijs
Offline Send Email
Mar 1, 2009
7:02 pm
26621
... problems. ... provide ... bit*3 ... core ... Hello Rob, Thank you for the fast response. Indeed it compiles "correctly" but the LED (pin_b4) does not flash...
oudshoorn.bert
Offline Send Email
Mar 1, 2009
7:02 pm
26622
Hi Bert, ... Aha, I understood you had a compile time problem... I'm afraid a compiler expert should jump in. ... Compiler OK, device file is probably OK too....
Rob Hamerling
digithalys
Offline Send Email
Mar 1, 2009
7:44 pm
26623
sleep_value is used. This was an example, but for my test, I set a value which is used for PWM software. But can a value passed as "byte out" be optimized away...
Sebastien Lelong
sir.loon
Offline Send Email
Mar 1, 2009
7:47 pm
26624
Greetings, ... global ... OK, I've finally had time to look into this. The problem is more an odd error than anything. Strings, and array in general, aren't...
zmafoox
Offline Send Email
Mar 1, 2009
8:08 pm
26625
Hello Rob, ... the source tree. From time to time these files are improved! Tried it this morning, but the problem stays. ... not intended for 'public' use...
oudshoorn.bert
Offline Send Email
Mar 2, 2009
9:37 am
26626
Hello Rob, The 16f505.jal shows pragma target bank 0x0020 pragma target page 0x0200 Are that the sizes of a bank and page? If so: A bank of a 16f505 is...
oudshoorn.bert
Offline Send Email
Mar 2, 2009
10:13 am
26627
Hi Bert, ... Well, I could agree that PSA and PS2..0 will frequently be used together, but these are separate entities, and the user should be able to handle...
Rob Hamerling
digithalys
Offline Send Email
Mar 2, 2009
10:16 am
26628
Hi Bert, ... Read the file JalPragm.txt which comes with the compiler for a description of all JalV2 pragmas. How did you conclude or where did you find that...
Rob Hamerling
digithalys
Offline Send Email
Mar 2, 2009
10:31 am
26629
Hello Rob, ... The Microchips specification (2005) figure 4-5 shows 4 banks, but indeed 8 General Purpose registers "cloned" to each bank and 4x16 "unique"...
oudshoorn.bert
Offline Send Email
Mar 2, 2009
12:05 pm
26630
Hello Rob, A minor: The compiler says: Data area: n of 64 used, should be n of 72 used (this confused me 64/4 = 16...) Thanks you, Bert...
oudshoorn.bert
Offline Send Email
Mar 2, 2009
12:46 pm
26631
... This is not a compiler error! The compiler works with the information about the PIC provided by the device file, which in the case of the 16f505 is 64 data...
Rob Hamerling
digithalys
Offline Send Email
Mar 2, 2009
1:46 pm
26632
Thanks Kyle, I was wondering if you could fool the compiler by something like var byte str1[16] var byte str2[16] at str1 = "this is a string" ;writes to str1...
Gordon Williams
jal_list
Offline Send Email
Mar 2, 2009
2:26 pm
26633
This is my first use of CASE and it causes the compiler to hang. procedure runSetupMenu() is ;Starts the menu ; var byte focusLineStart ;start line number...
Gordon Williams
jal_list
Offline Send Email
Mar 2, 2009
10:17 pm
26634
Kyle, You were thinking about better memory usage. How is that coming along? I've used 341 and have 27 bytes left. I still have lots of programming to do so...
Gordon Williams
jal_list
Offline Send Email
Mar 3, 2009
12:59 am
26635
Dear all, I am using PIC16F876A and interested to use both the PWM operations at pin_c1 and pin_c2. I want to use analog pin a0 and a1 as inputs and...
sudhir_uso
Offline Send Email
Mar 3, 2009
8:00 am
26636
... Check out the appendix where the pwm commands are discussed. The commands: PWM_init_frequency(pwm1, pwm2) PWM_set_dutycycle(pwm1, pwm2) control both pwm...
Bert van Dam
bertloopvogel
Offline Send Email
Mar 3, 2009
8:20 am
26637
[Default] On Mon, 02 Mar 2009 17:17:14 -0500, Gordon Williams ... It does not actually hang. It does, however, go into a never ending loop, so that JalEdit...
Helge
helgeww
Offline Send Email
Mar 3, 2009
12:13 pm
26638
Yes, I had to kill both JalEdit and the compiler from the Task Manager. Thanks for the catch. Gordon Williams ... From: "Helge" <helgeww@...> To:...
Gordon Williams
jal_list
Offline Send Email
Mar 3, 2009
1:11 pm
26639
Hi, I'm hoping that someone can suggest a better way as what I have is a bit of a kludge. I have a lot of parameters (roughly 500) that I need to adjust...
Gordon Williams
jal_list
Offline Send Email
Mar 6, 2009
12:29 am
26640
JAL V2.4i I'm wondering if the PCLATH is set twice and the first set is not needed. ; 78 fm2trim[i] = junk[i+8] movlw 8 datalo_set v___i_2 datahi_clr...
Gordon Williams
jal_list
Offline Send Email
Mar 6, 2009
5:18 am
26641
Don't worry, I've found a reasonable work around ;) Am I the only one using JAL these days for something other than blinking LEDs? Gordon Williams ... From:...
Gordon Williams
jal_list
Offline Send Email
Mar 6, 2009
2:25 pm
26642
Greetings, ... I give up, why? The compiler doesn't know where _lookup_junk will be until the very last stage of compilation, hence the reason for WHEREIS(). ...
zmafoox
Offline Send Email
Mar 6, 2009
4:32 pm
26643
Greetings, ... Yep. The branch optimizer doesn't take into account the possibility of externally modifying PCLATH. I'll look into this. --kyle...
zmafoox
Offline Send Email
Mar 6, 2009
4:35 pm
26644
... Thanks alot Joep, that has helped a great deal, unfortunatley i have little time at the moment but i'll be getting back to this is a short while....
gnomefreedom
Offline Send Email
Mar 6, 2009
7:14 pm
26645
I found a lot of info on the web about this usb driver, but not in jal, does anyone has experience with this device, and maybe some example programs? I 'll try...
hansvanveldhuizen
hansvanveldh...
Offline Send Email
Mar 7, 2009
8:39 am
Messages 26616 - 26645 of 27395   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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