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
Jun 1, 2008 5:46 pm
25275
Greetings, jalv2 2.4g has been released: <http://www.casadeyork.com/jalv2/archive/jalv24g.zip> <http://www.casadeyork.com/jalv2/archive/jalv24gsrc.zip> Some...
I have an error in MPlab with an asmbled Jal file. the pic i use is a 16f88 and the source code is like this: include 16f88_bert -- DEFINES --a poort ...
there is an eror in both the 16f88_bert.jal file and the 16f88_inc_all.jal file. Specifically, in the 16f88_inc_all file, add the following line in the...
If you mess up the changes or they don't work you can try the include files at http://www.robh.nl/jal/ Regards, Gordon Williams ... From: "hunt4it44"...
Thanks for the quick reply. I already noticed the mistake in the 16F88_bert file. i changed the following: include 16f88_inc_all pragma target clock...
Sorry I don't understand your question. If you want to turn on a transistor connect the base through a resistor to a pin and then set the pin high. The weak...
... set the pin ... any degree. Have you measured any pull-up and swear by that it's correct what did you said? Vasile ... switch ... pin to see ... input)...
Did you bother spending the time to look at a data sheet before you asked your question? But since you have asked I've used some of my time and the data sheet...
Not exactly on 16F886, but I've measured the weak pull-ups on 16F628. Is voltage dependant and yes, is strong enough to keep a transistor on. A bipolar or...
Greetings, Any suckers^h^h^h^h^h^h^hbeta testers out there mind giving jalv2 2.5 beta a test drive? <http://casadeyork.com/jalv2/archive/beta/jalv2.zip> ...
Greetings, Apparently memory management isn't as forgiving in Windows as on Linux, and I missed an initialization causing a core dump. A fixed version has been...
Good, I was trying to figure out what I had done wrong! Gordon Williams ... From: "zmafoox" <kyle@...> To: <jallist@yahoogroups.com> Sent: Saturday,...
Just downloaded 2.5 to try with 2.4g got Code area: 1230 of 3840 used Data area: 96 of 255 used Software stack available: 80 bytes Hardware stack depth 5 of 8...
Just to add some information: I have used on 12F629 and 16F 628 that properties to use some pins at the beginning of a program to set some parameters with...
Hi Kyle, Tried 2.5 beta. Program compiled OK but would not run. No display on 2 line LCD. With 2.4d: Code 3323 out of 8192 on a pic 16f877 Data 91 of 368 With...
sorry Kyle. Even blink led does not work with version 2.5 include 16f685 pragma target clock 4_000_000 pragma target fuses 0x33c4 -- ... -- variable...
Greetings, ... Yes. ... Sorry, not enough information to tell. If you unicast me a compilable program, or at least the assembly of the internal functions...
Greetings, ... First place I went :) I've reproduced the problem -- it has to do with inline and variables specified to be `at' other variables. I'm working on...
You guys are talking way over my head but could you check out this site? There's no reason to reinvent the wheel. http://darreltaylor.com/DT_INTS-14/intro.html...
HELLO I use a PIC 18F452 to drive a PGA 2311 (stereo audio vol control) I would like to use a rotary encoder iso the 2 PB vol. UP and DN. How create a JAL...
There seems to be other problems with my code. I'll wait until you fix the inline variable at problem because I am currently using that. Regards, Gordon...
sorry to bring more bad news Kyle. Is something similar happening with V2.4g? Tried Gordon's trick of using pragma inline in the format procedures. With ...
Hi Kyle. Sorry about the wrong information about JalV2 2.4g. 2.4g is good. It only gives trouble if you try to pragma inline a procedure that calls another...
This is a snippet that works for me keys = 0 temp_portB = portb ; get portb status temp_portB = temp_portB & 0b0000_0101 ; encoder pins on b0 and b2 if...