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,...
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....
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...
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...
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...
Greetings, ... Mike & other did an excellent job describing the PIC families & which are supported by JALv2. I suspect adding support for the earlier familes...
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...
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...
... 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...
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...
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...
... 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...
... 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...
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...
hi Kyle, ... There's another important reason for raw interrupts: speed. When using raw interrupts, the user must - preserve W, status, ... - not touch any...
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...
... 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...
... 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...
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...
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...
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....
... 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...
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...
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...
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...
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...