Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jallist · JAL mailing list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 25686 - 25717 of 33830   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
25686 zmafoox Send Email Sep 1, 2008
2:18 pm
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 ...
25687 Daniel Berenguer
estratosapiens Send Email
Sep 1, 2008
4:36 pm
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...
25688 alien8rules Send Email Sep 1, 2008
9:13 pm
... 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...
25689 Vasile Surducan
vsurducan Send Email
Sep 2, 2008
5:53 am
Hi Kyle, The following program if compiled: include c16f876a pragma target clock 20_000_000 pragma target osc hs pragma target watchdog off ...
25690 Eur van Andel
eur_1965 Send Email
Sep 2, 2008
7:48 am
Hi Does Wisp648 keep the MOVLW xxx OSCCAL trimming value at the last memeory location, when programming a PIC10Fxxx? ... ir EE van Andel eur@......
25691 Gordon Williams
jal_list Send Email
Sep 2, 2008
12:39 pm
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...
25692 Vasile Surducan
vsurducan Send Email
Sep 2, 2008
2:13 pm
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 ...
25693 Gordon Williams
jal_list Send Email
Sep 2, 2008
3:45 pm
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 ...
25694 Daniel Berenguer
estratosapiens Send Email
Sep 2, 2008
8:30 pm
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 ...
25695 Vasile Surducan
vsurducan Send Email
Sep 3, 2008
4:39 am
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...
25696 Daniel Berenguer
estratosapiens Send Email
Sep 3, 2008
8:16 am
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 ...
25697 Gordon Williams
jal_list Send Email
Sep 3, 2008
8:30 am
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 ...
25698 Rob Hamerling
digithalys Send Email
Sep 3, 2008
8:56 am
... This '!' operation is one of the differences with your program without Timer0. Maybe you could test a variant with flag1sec flipped in the interrupt...
25699 Daniel Berenguer
estratosapiens Send Email
Sep 3, 2008
8:57 am
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 ...
25701 Daniel Berenguer
estratosapiens Send Email
Sep 4, 2008
6:39 pm
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...
25702 Sebastien LELONG
sir.loon Send Email
Sep 4, 2008
7:01 pm
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...
25703 Daniel Berenguer
estratosapiens Send Email
Sep 4, 2008
8:00 pm
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....
25704 Rob Hamerling
digithalys Send Email
Sep 4, 2008
8:16 pm
... 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...
25705 rzengerink Send Email Sep 4, 2008
8:26 pm
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...
25706 Daniel Berenguer
estratosapiens Send Email
Sep 4, 2008
8:36 pm
It works!! Thanks Rob!! Daniel....
25707 jallist@yahoogroups.com Send Email Sep 7, 2008
3:48 pm
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...
25708 Gordon Williams
jal_list Send Email
Sep 8, 2008
4:55 pm
Any more news yet? Having problems? Regards, Gordon Williams ... From: "zmafoox" <kyle@...> To: <jallist@yahoogroups.com> Sent: Monday, September...
25709 zmafoox Send Email Sep 9, 2008
6:32 pm
Greetings, ... Weeknights, weekends & holidays taken up trying to track down hardware problems at work. Progress made, but still working on it. The main inline...
25710 Jan Mulder
dalojan Send Email
Sep 9, 2008
7:02 pm
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...
25711 Rob Hamerling
digithalys Send Email
Sep 9, 2008
7:26 pm
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. ...
25712 Jan Mulder
dalojan Send Email
Sep 9, 2008
9:35 pm
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...
25713 mark gross
gnar97229 Send Email
Sep 10, 2008
3:08 am
... VIM has a JAL syntax file and highlights nicely. --mgross ... [Non-text portions of this message have been removed]...
25714 Sebastien LELONG
sir.loon Send Email
Sep 10, 2008
5:52 am
... Is there any vim syntax files for jalv2 ? Mine doesn't seem hightlight some jalv2 specific keywords ("case ...of",...). Seb -- Sébastien LELONG ...
25715 Jan Mulder
dalojan Send Email
Sep 10, 2008
5:56 am
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...
25717 Olivier Carnal
ocarnal Send Email
Sep 10, 2008
12:26 pm
... Hi Jan, You may give a try to PicShell which as syntax highlight and auto-completion feature and a debugger Picshell is available here ...
Messages 25686 - 25717 of 33830   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