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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 22595 - 22636 of 27395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22595
it is clear to everyone that jal v2 can be used with the pic16Fxxx family but can it work with the other families as well? i guess that the lower families,...
Radulescu Adrian
adi_radulescu
Offline Send Email
Sep 1, 2006
10:48 am
22596
it's been two weeks i think since i'm trying to do one and i'm failing so.. i admit it, i must b very stupid from what i've seen, there are 3 aproaches: 1....
Radulescu Adrian
adi_radulescu
Offline Send Email
Sep 1, 2006
11:25 am
22598
To clear up any confusion on this please understand that Microchip has strange ways of denoting PIC architecture. There are currently the following...
mikerey35475
Offline Send Email
Sep 2, 2006
1:51 am
22599
Slight correction to previous post: The PIC16C5X and PIC16F5X have 12 bit instruction bus so devices in this family WILL NOT BE supported by jal v2, I had...
mikerey35475
Offline Send Email
Sep 2, 2006
2:05 am
22600
I wasn't sure if it's appropriate to ask questions here about the JAL2 source code. But I'm sure the author doesn't want people bugging him with amateur...
upand_at_them
Offline Send Email
Sep 2, 2006
2:53 am
22601
tnx mikerey35475! i got it now, and to resume your sayings, first of all i have to check out the datasheet for the 14 bit instruction bus which is currently...
Radulescu Adrian
adi_radulescu
Offline Send Email
Sep 2, 2006
5:47 am
22602
Greetings, ... Mike & other did an excellent job describing the PIC families & which are supported by JALv2. I suspect adding support for the earlier familes...
zmafoox
Offline Send Email
Sep 2, 2006
3:28 pm
22603
Greetings, ... I don't mind questions. I only receive the digest jallist from yahoo groups, so any questions posted here will only be replied to once/day or...
zmafoox
Offline Send Email
Sep 2, 2006
3:34 pm
22607
... base ... base ... the ... I did'nt saw any settings for the CCP1CON. You're trying to use the CCP in capture mode ? ... a ... waveform...
Vasile Surducan
vsurducan
Offline Send Email
Sep 3, 2006
2:28 pm
22610
Hi, is possible in iterrupt's routine to disable the system that save the temprary variables used in * + / - operators?? If in main loop i use mats operators...
Despx ;)
despx2003
Offline Send Email
Sep 3, 2006
2:34 pm
22612
... Clearing the interrupt flag for CCP1. The actual setting is masked by the CCP1_SetMode procedure which configures the module in capture mode on every...
Radulescu Adrian
adi_radulescu
Offline Send Email
Sep 3, 2006
7:50 pm
22614
Greetings, ... I could always add a switch, but I suspect this would be so extremely dangerous as to be useless. The backend makes a lot of assumptions about...
zmafoox
Offline Send Email
Sep 4, 2006
4:41 pm
22615
Now that the new Jalcc for Jalv2 is released I have downloaded and installed it, and I like it to say the least. But when I use the compile (F9) function, even...
cruizzer77
Offline Send Email
Sep 4, 2006
5:44 pm
22618
... F9 can be set to 1 out of 4 different "sets of commands", did you assign it to the set of commands you set correctly ? ... I've seen it running at numerous...
Stef Mientki
aap_beertje
Offline Send Email
Sep 4, 2006
6:50 pm
22619
... For my project is the best way a "raw-interrupt" like an asm ORG 4! Is not possible that the compiler use the asm dierctive ORG? The Pragma iterrupt is for...
Despx ;)
despx2003
Offline Send Email
Sep 4, 2006
9:59 pm
22620
Stef, I did not do any changes to the default settings in set2 which is still assigned to shift-f9, apart from the following: - set the compiler path to...
cruizzer77
Offline Send Email
Sep 4, 2006
11:00 pm
22621
hi Kyle, ... There's another important reason for raw interrupts: speed. When using raw interrupts, the user must - preserve W, status, ... - not touch any...
Stef Mientki
aap_beertje
Offline Send Email
Sep 4, 2006
11:00 pm
22622
hi Martin ... Now you're talking about shift-F9, in your previous post you were talking about F9. What does work and what doesn't ? cheers, Stef...
Stef Mientki
aap_beertje
Offline Send Email
Sep 4, 2006
11:07 pm
22623
Neither works. I had changed the compiler parameters a bit in set1 so I switched to set2 which I had not touched before to omit errors wrong settings might...
cruizzer77
Offline Send Email
Sep 4, 2006
11:38 pm
22626
... Try a trick. Move the main code into the ISR and ISR into the main. I didn't try this with jalV2 but worked with jal04 (just for fun). Depends how fast you...
Vasile Surducan
vsurducan
Offline Send Email
Sep 5, 2006
4:57 am
22627
... When I would type above it wouldn't work, simply it's heavily dependent on the CURRENT path ;-) Which operating system do you use ? Can you send me a copy...
Stef Mientki
aap_beertje
Offline Send Email
Sep 5, 2006
6:57 am
22628
I used a 16F73 to make a 20 channel PWM led driver. All channels are in 1% steps power level controllable by the software. The 20 channel PWM controller is an...
Jan Mulder
dalojan
Offline Send Email
Sep 5, 2006
7:45 am
22629
Stef, I've sent you the contents of the demo.ini file in a seperate message. I'm using WinXP Prof., and just this morning I had the chance to do a test...
cruizzer77
Offline Send Email
Sep 5, 2006
11:00 am
22630
I guess I found out what my problem is: My file is not "main". Obviously a yellow tab indicates a main file but I don't see a possibility to make a file main....
cruizzer77
Offline Send Email
Sep 5, 2006
2:04 pm
22631
... In general (with JAL associated to JAL+compiler) When there is no main JAL file open, the first JAL file you open will become the main JAL file. So if a...
Stef Mientki
aap_beertje
Offline Send Email
Sep 5, 2006
2:21 pm
22632
Excuseme, can anybody explain me how to use "pragma raw interrupt"? I've tried to change "pragma interrupt" to "pragma raw interrupt" but in asm file the...
Despx ;)
despx2003
Offline Send Email
Sep 5, 2006
5:46 pm
22633
Stef, Now I got the trick. I had an existing jal file, when I opened this with file/open, there was no possibility to choose, the file was just open (with a...
cruizzer77
Offline Send Email
Sep 5, 2006
5:52 pm
22634
AFIK pragma raw interrupt is available only in jal04 It let the saving and restore section of the ISR on the user wish. That means you have to save/restore...
Vasile Surducan
vsurducan
Offline Send Email
Sep 5, 2006
6:04 pm
22635
hi Martin, ... This is only true, because you've associated JAL-files with "JAL codeeditor+compiler". If plan to drag in lost of libary files in to the...
Stef Mientki
aap_beertje
Offline Send Email
Sep 5, 2006
6:16 pm
22636
Vasile, Happy Eastern ;-) Stef...
Stef Mientki
aap_beertje
Offline Send Email
Sep 5, 2006
6:27 pm
Messages 22595 - 22636 of 27395   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