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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 25686 - 25717 of 27403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25686
Greetings, ... Thanks. You really couldn't have picked a better day to send this :) I am hoping to have something this week -- at very least fix the two ...
zmafoox
Offline Send Email
Sep 1, 2008
2:18 pm
25687
I'm just finishing my first RGB LED controller based on the PIC12F675. I wanted to use GP0, GP1 and GP2 for the PWM control on each channel but I'm not able to...
Daniel Berenguer
estratosapiens
Offline Send Email
Sep 1, 2008
4:36 pm
25688
... but ... 18F ... I have an application with an 18F452 It's more or less running now. Although it takes over half an hour to compile om my old 1 GHz pc. I...
alien8rules
Offline Send Email
Sep 1, 2008
9:13 pm
25689
Hi Kyle, The following program if compiled: include c16f876a pragma target clock 20_000_000 pragma target osc hs pragma target watchdog off ...
Vasile Surducan
vsurducan
Offline Send Email
Sep 2, 2008
5:53 am
25690
Hi Does Wisp648 keep the MOVLW xxx OSCCAL trimming value at the last memeory location, when programming a PIC10Fxxx? ... ir EE van Andel eur@......
Eur van Andel
eur_1965
Offline Send Email
Sep 2, 2008
7:48 am
25691
Vasile, As you likely know there is some code in the "includes" that is procedures calling procedures, etc., 4 times. This is just the maximum depth used. The...
Gordon Williams
jal_list
Offline Send Email
Sep 2, 2008
12:39 pm
25692
Gordon, thx for feedback, However I can't run in mplab the whole code which is creating problems or runnig it on slices is not revealing me more than I know ...
Vasile Surducan
vsurducan
Offline Send Email
Sep 2, 2008
2:13 pm
25693
Vasile, You should be able to take the asm code and put it into MPLAB and have it run. I do that and have some very large code. I always run it though the ...
Gordon Williams
jal_list
Offline Send Email
Sep 2, 2008
3:45 pm
25694
Hi again, I've been investigating the weird problem that I have with GP2 and interrupts. The following code works correctly: include 12f675_bert pin_a0 = 0 ...
Daniel Berenguer
estratosapiens
Offline Send Email
Sep 2, 2008
8:30 pm
25695
Hi Gordon, I'm using MPLAB since 2002 and toggling port/blinking LEDs since then ... Maybe you can tell me how do you simulate delays because I need one days...
Vasile Surducan
vsurducan
Offline Send Email
Sep 3, 2008
4:39 am
25696
I've detected where exactly the program fails: In the main forever loop: forever loop if (flag1sec) then pin_a0 = !pin_a0 pin_a1 = !pin_a1 pin_a2 = !pin_a2 ...
Daniel Berenguer
estratosapiens
Offline Send Email
Sep 3, 2008
8:16 am
25697
Vasile, Typically I simulate the delays because I am looking at timing issues among other things. My computer is < 1GHz and that is not usually a problem ...
Gordon Williams
jal_list
Offline Send Email
Sep 3, 2008
8:30 am
25698
... This '!' operation is one of the differences with your program without Timer0. Maybe you could test a variant with flag1sec flipped in the interrupt...
Rob Hamerling
digithalys
Offline Send Email
Sep 3, 2008
8:56 am
25699
Problem solved!! It seems that the INTCON value was incorrect. I've followed the exact steps as described in "jal_v2_demo_blink_led_timer_isr.jal" and GP2 ...
Daniel Berenguer
estratosapiens
Offline Send Email
Sep 3, 2008
8:57 am
25701
I want to use my PIC16F628 (under JALv2) with the internal 4MHz oscillator. I modified 16F628_bert as follows: pragma target clock 4_000_000 pragma...
Daniel Berenguer
estratosapiens
Offline Send Email
Sep 4, 2008
6:39 pm
25702
If you want to use the internal osc, you must say it. "pragma target osc hs" is for external. For what you want, try something like: pragma target osc...
Sebastien LELONG
sir.loon
Offline Send Email
Sep 4, 2008
7:01 pm
25703
Thanks Seb. Added but same result. My "blink a LED" works only with external oscillator whilst Wouter's hex file works correctly with the internal one. Daniel....
Daniel Berenguer
estratosapiens
Offline Send Email
Sep 4, 2008
8:00 pm
25704
... Please show your whole program! There maybe other statements that override your specifications. Below is part of 16f628_bert.jal (as I have it here, don't...
Rob Hamerling
digithalys
Offline Send Email
Sep 4, 2008
8:16 pm
25705
Dear Bert, I wrote a library for the hd44780 lcd and used the same constant definitions you and Wouter uses in your lcd libs because they make it better...
rzengerink
Offline Send Email
Sep 4, 2008
8:26 pm
25706
It works!! Thanks Rob!! Daniel....
Daniel Berenguer
estratosapiens
Offline Send Email
Sep 4, 2008
8:36 pm
25707
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
Sep 7, 2008
3:48 pm
25708
Any more news yet? Having problems? Regards, Gordon Williams ... From: "zmafoox" <kyle@...> To: <jallist@yahoogroups.com> Sent: Monday, September...
Gordon Williams
jal_list
Offline Send Email
Sep 8, 2008
4:55 pm
25709
Greetings, ... Weeknights, weekends & holidays taken up trying to track down hardware problems at work. Progress made, but still working on it. The main inline...
zmafoox
Offline Send Email
Sep 9, 2008
6:32 pm
25710
I'm a not so frequent JAL user, and used a computer running Windows XP. I bought a laptop running Linux and want to use a JAL editor an compiler running in a...
Jan Mulder
dalojan
Offline Send Email
Sep 9, 2008
7:02 pm
25711
Hi Jan, ... The compiler is already delivered as Linux executable at http://www.casadeyork.com/jalv2, or if you want you can build your own with the sources. ...
Rob Hamerling
digithalys
Offline Send Email
Sep 9, 2008
7:26 pm
25712
Rob, Many thanks for your relpy. I'm going to download the compiler. I like the JAL etid enviromet because of the syntax highlight and used colours. I don't...
Jan Mulder
dalojan
Offline Send Email
Sep 9, 2008
9:35 pm
25713
... VIM has a JAL syntax file and highlights nicely. --mgross ... [Non-text portions of this message have been removed]...
mark gross
gnar97229
Offline Send Email
Sep 10, 2008
3:08 am
25714
... Is there any vim syntax files for jalv2 ? Mine doesn't seem hightlight some jalv2 specific keywords ("case ...of",...). Seb -- Sébastien LELONG ...
Sebastien LELONG
sir.loon
Offline Send Email
Sep 10, 2008
5:52 am
25715
Rob, many thank for your reply, I don't like VIM but if it's highlighting nicely I will shurely gooing to like VIM. It's just a case of not being familiar with...
Jan Mulder
dalojan
Offline Send Email
Sep 10, 2008
5:56 am
25717
... Hi Jan, You may give a try to PicShell which as syntax highlight and auto-completion feature and a debugger Picshell is available here ...
Olivier Carnal
ocarnal
Offline Send Email
Sep 10, 2008
12:26 pm
Messages 25686 - 25717 of 27403   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