Hello, I have replaced JAL v24k with 24l and I have a problem compiling a program that on "K" gives me an aprozimative 9K image, with "L" I get 19K image. I am...
Ok, I got it, but I cannot understand For 2.4K - memory unit are words in jallib For 2.4l - memory units are bytes for code area. How can I change this...
Hi, I've followed Wouter's advices and changed adc library (procedure _adc_read_low_res) to my target HW. - Tacq /acquisition time in worst case = 20us (hard...
Hi, Maybe you can play with overriding constants, like ADC_RSOURCE, ADC_TEMP, or ADC_MIN_TAD and ADC_MAX_TAD. I don't know it can satisfy your need. See ...
Hi, Overwriting ADC_RSOURCE, ADC_TEMP, ADC_MIN_TAD, ADC_MAX_TAD constant can of course simplify the game. Another way could be to define at chip definition...
Hi Jean, Maybe a better way is to write an interrupt driven routine for the ADC . If libraries are designed for "universality", some poor results can be...
... In general an interrupt procedure takes more time than a polling procedure. I'm not sure but I think the jitter of interrupts is also more than waiting in...
Hi All !!! First post on list, so excuse me if i do some error or something ... (and pardon me for my horrible english too). I'm doing some experiments with...
Hi Fabiano, ... No problem, you are welcome! ... I'm not the author of that library and I have never used it, but after reading the comments in that library...
Hi Fabiano, ... In addition to the answer of Rob: our intention at jallib is to make the libraries work at any clock speed and we have done so (within limits)...
Hi Joep, Fabiano, ... I'll take care of the library enhancement in Jallib. In the meantime you may try with a replacement of the following statements in...
Hi Rob, Joep, Wow! What a quick response !!! I don't have the board right here now (it's in my job), but i'll have it at hands tonight. So I'll change the...
Hi All, as I promissed before, here are the results: I changed the rtc_isr_tmr0.jal code as Rob instructed, compiled, put into 628a and tested. I measured the ...
Hi Fabiano, ... Happy to hear that the proposed changes have the desired effect! Thanks for reporting! The accuracy of your clock will mostly depend on the...
Hi Fabiano This zero error code if used properly will allow you 5 second error/monthly with a standard 50ppm crystal at 20C. A better way is to use a 2.5-3.5...
Rob, I've used this stuff many times, starting from 2001 with both jal04 and jalV2, calling jal routines from the ISR or calling assembler routines within ISR,...
Hi Vasile, No doubt you have a lot of experience with PICs and Jal, and you are right that the processing time of the interrupt service routine must be ...
Hi Vasi, Think I fixed the issue and also solved another thread issue, I've just uploaded a new zip file maybe you can give it a try (works OK on my Ubuntu...
I forgot also to tell you that you must include icons subfolder in src folder from previous package. If not, you get a message about a missing image file... ...
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
Nov 1, 2009 12:06 pm
27394
... Hi Albert, Windows version looks great, the ASCII receivers works with one of the examples provided. However maybe you could document somewhere the...
Hi Rob, I guess so far you have right. With jal024l and 1omS timing generated with the code in discussion, the lenght of the ISR looks it does not affect the...