... Well, neither Tiny Bootloader not Bloader/Screamer seem to support this chip. Both are commonly used, I personnaly prefer Tiny Bootloader since there's a...
25007
zmafoox
Apr 3, 2008 2:57 pm
Greetings, ... cores. Pasted exactly what is above, added a call to the procedure, and cannot reproduce. Tried on both 14 & 16 bit cores: jal 2.4 (compiled Mar...
25008
zebrasocial
Apr 3, 2008 3:00 pm
Hi, I am relatively new to PIC programming. I have successfully written a pulse width modulation procedure and been able to read inputs and write to outputs...
25009
Eur van Andel
eur_1965
Apr 3, 2008 3:23 pm
... this works? pin_a1 = high ... then this should work as well: var bit input_1 is pin_a1 pin_a1_direction = input var bit LED is pin_a2 pin_a2_direction =...
25010
Stef Mientki
aap_beertje
Apr 3, 2008 5:46 pm
... All libraries supports all16F PICs in the same way. I design and test everything on a 16F877A, substitute the inc-file to the desired PIC (also use the...
25011
zebrasocial
Apr 4, 2008 5:40 am
Thanks, I have played around a bit more and got JALv2 working quite nicely now. (It just didn't work when I downloaded the starter pack with all the libraries,...
25012
Sunish Issac
sunish4u2
Apr 4, 2008 5:48 am
If my understanding is right, the library files doesn't take care of multiple ADC pins very well. I might be wrong. Sunish Issac http://sunish.net...
25013
alien8rules
Apr 4, 2008 6:11 am
I saw you were using a pwm on the 675. May I suggest you look at the 12F683, it has a pwm pin and ADC. I've used it successfully in three different projects. ...
25014
alien8rules
Apr 4, 2008 8:17 am
In that case : can I send you a zipped file containing everything which is required to use my display ? If I use only this small thing, it now works. (?!) But...
25015
Olivier Carnal
ocarnal
Apr 4, 2008 8:39 am
... *Quick Picshell advertising ON* Picshell 2.02 can do that for you and build a zip file with all dependencies. *Quick Picshell advertising OFF ;) * Cheers...
25016
alien8rules
Apr 4, 2008 9:21 am
... Done manually using winrar :-D If this story continues I'll have to start using picshell... (I had to respond to that didn't I ?) Diego...
25017
Olivier Carnal
ocarnal
Apr 4, 2008 11:01 am
... That's fine too ;) that was just for me un opportunity to tell about that feature of picshell... cheers Olivier...
25018
zmafoox
Apr 4, 2008 11:12 pm
Greetings, <http://www.casadeyork.com/jalv2/archive/jalv24c.zip> <http://www.casadeyork.com/jalv2/archive/jalv24csrc.zip> (hopefully I got these right for a...
25019
Rob Hamerling
digithalys
Apr 5, 2008 8:14 am
... Thanks, you got it right! ... Good that you added the pragma documentation! Regards, Rob. -- Rob Hamerling, Vianen, NL (http://www.robh.nl/)...
25020
alien8rules
Apr 5, 2008 10:42 am
Hi Kyle I can confirm that my program now compiles correctly (and runs fine in the real world !!) AFAIK is this the first success on a 18f452 @ 40 MHz... Diego...
25021
jallist@yahoogroups.com
Apr 6, 2008 5:43 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...
25022
mschinkel
Apr 7, 2008 6:08 am
... Hey Diego, Can I get some code for 18f452? Matt....
25023
alien8rules
Apr 7, 2008 9:10 am
... Sure What do you need ? It depends on your application. I can post my 18f452_inc_all.jal and 18f452_40.jal, that should get you started. At this point I'm...
25025
mschinkel
Apr 7, 2008 5:52 pm
... is ... [14] ... subject. ... Yes, Please post what you have (18f452_inc_all.jal and 18f452_40.jal), I will edit it for my project and maybe try to get more...
25026
alien8rules
Apr 8, 2008 4:02 pm
Hi All I have added my 18f452_inc_all.jal and 18f452_40.jal files in the 'files39; section. These have been tested and are working in my application, compiled ...
25027
hunt4it44
Apr 8, 2008 7:30 pm
where can I find a link to download Jalss? the links do not work on Stef's page. i found a reference to a jalv2 package that was supposed to have Jalss in it...
25028
Eur van Andel
eur_1965
Apr 8, 2008 8:45 pm
Hi all Has anybody had success with PIC18F interrupts? I'm coming from a PIC16F877 (and other 16F's) and there I have the interrupts working reasonably. I can...
25029
Eur van Andel
eur_1965
Apr 8, 2008 9:33 pm
... OK. ... Which should work. At least it does in a PIC16F ... I did not touch RCON_IPEN, so there is no interrupt priority. All interrupts go to ORG008. OK. ...
25030
Eur van Andel
eur_1965
Apr 8, 2008 9:51 pm
... While we are on the subject of self-enlightenment: (ripped from codegen.c) ... Aha, nasty hard-coded addresses. ... I'm very much afraid there's more to it...
25031
hunt4it44
Apr 8, 2008 9:53 pm
I have yet to get Roman Black's time code to run in Jalv2.4. It assembles without error but when I use MPLAB to compile, it returns the error message:...
25032
Eur van Andel
eur_1965
Apr 9, 2008 7:02 am
... yeah ... DO NOT CALL anything in an ISR, unless you do it in assembler. ... ISR's are best written in assembler anyway. There is no need to increase the...
25033
Eur van Andel
eur_1965
Apr 9, 2008 8:11 am
Hi http://www.google.com/search?q=PICmicro+18C+MCU+Family+Reference Only the cover? WTF?! Do I have to buy this in flattened-tree form, stained with black goo?...
25034
Eur van Andel
eur_1965
Apr 9, 2008 9:33 am
... Found an old one here: http://www.datasheetarchive.com/pdf/2900855.pdf Which mentions hardware saving of key registers if only high-priority interrupts are...
25035
Eur van Andel
eur_1965
Apr 9, 2008 10:20 am
... But no RETFIE 0x01. Does this means no context is saved? ... I'll ask Javier en William, who are much better in C than I am. ... ir EE van Andel...
25036
Eur van Andel
eur_1965
Apr 9, 2008 2:58 pm
... Yes. ... With gpasm, part of gputils. ... Which gives me no LCD interruptions at all, because of much lower ISR overhead. Assembling this with gpasm by...