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 ...
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...
... 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...
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, 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, 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 ...
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 ...
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...
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 ...
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 ...
... This '!' operation is one of the differences with your program without Timer0. Maybe you could test a variant with flag1sec flipped in the interrupt...
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 ...
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...
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....
... 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...
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...
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
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...
Greetings, ... Weeknights, weekends & holidays taken up trying to track down hardware problems at work. Progress made, but still working on it. The main inline...
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...
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, 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...
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...