... I agree ... How would you use the buffered 'ports39; from Jal if they have the same name as the unbuffered ports? Wouter van Ooijen --...
1044
Eur van Andel
eur_1965
Oct 1, 2004 8:22 am
On Fri, 01 Oct 2004 00:54:06 +0200, Stef Mientki <s.mientki@...> ... OK. This is in line with the datasheet. All bits have a unique short notation. ...
1045
Eur van Andel
eur_1965
Oct 1, 2004 8:27 am
... With a 'put procedure? That does take precedence over a variable with the same name, right? I agree with stef: messing with the ports in assembler is...
1046
Javier MartÃnez
japus10
Oct 1, 2004 9:31 am
Hi all, Eur, I've some already done, I'll send you to your email box (not here because zip size is 1.2MB). [PS] Hope that you are familiar with perl. :) ...
1047
Eur van Andel
eur_1965
Oct 1, 2004 11:28 am
On Fri, 01 Oct 2004 09:31:10 +0000, Javier Martínez <japus13@...> ... I'm not, but never too old to learn. -- Ir. E.E. van Andel, Fine Wire Heat...
1048
Wouter van Ooijen
wvooijen
Oct 1, 2004 12:46 pm
... Yes, but IMHO it would be reasonable to give access to the unbuffered port in pure Jal too. For instance when all 8 bits are always used together the...
1049
Stef Mientki
aap_beertje
Oct 1, 2004 8:09 pm
To optimize for speed, I often use pragma target chip 16F628 even when using 16F877. Now just passing the 2K boundery, I was thinking of using pragma target...
1050
Stef Mientki
aap_beertje
Oct 1, 2004 8:20 pm
the compiler switch -ow should result in parameter passing through w. Does this wsitch still works ? (because I cann't see any difference :-( What I do see,...
1051
Stef Mientki
aap_beertje
Oct 1, 2004 9:47 pm
some suggestions for tris flushing (I still am not able to remove shadowing efficiently :-( :-( My suggestions: 1: don't use "tris" instruction because it's...
1052
Stef Mientki
aap_beertje
Oct 2, 2004 8:27 am
What about naming in 12F675 / 12F629 ? The IO ports are called there GP or GPIO and tris is calles TRISIO. I solved this problem, by simpling adding PORTA and...
1053
Javier MartÃnez
japus10
Oct 2, 2004 8:50 am
Hi Stef, I think that we must go to a specific "jpic" for each processor, not only with SFRs but also with Config, RAM, Flash, Eeprom, etc. Here's the "jal"...
1054
Stef Mientki
aap_beertje
Oct 2, 2004 10:07 am
hi Javi, ... I fully agree with you, Yes that's the way to go !! (but it doesn't solve the problems with the weird 12F675 naming) And if then pragma max_rom...
1055
Rob Hamerling
digithalys
Oct 2, 2004 12:13 pm
... It may not improve much in those respects, but it will improve the 'acceptance39; (by the compiler and its users) of future - even many current - PICs...
1056
Eur van Andel
eur_1965
Oct 2, 2004 12:22 pm
On Sat, 02 Oct 2004 10:26:53 +0200, Stef Mientki <s.mientki@...> ... Indeed, both are needed. I'm very interested in this INC translator! -- Ir....
1057
Massimo Banzi
pme71
Oct 8, 2004 3:22 pm
Dear Jalians I'm putting together a project proposal for my school where I would include paying money to somebody to add features to JAL I'm looking at adding...
1058
Stef Mientki
aap_beertje
Oct 9, 2004 8:43 am
... hi Massimo, I like the idea very much. But as Wouter says, it's not cheap, and therefor economical very hard to achieve. (btw, before I forget, or you...
1059
pimsnoeks
Oct 29, 2004 7:35 am
... Stef, I support this. Also see my post in jallist #16180 ... When i moved from 16F628A to 16F648A i made JAL (4.60) believe that the chip was a 16F877....
1060
Wouter van Ooijen
wvooijen
Nov 19, 2004 9:16 pm
Just a forward to this (very quiet) list :) Wouter...
1061
mark gross
gnar97229
Nov 20, 2004 11:45 pm
I was just experimenting with I2C on a 16f877 and after a bit of debugging I found that the I2C Jal libraries are using port A, pins 3 and 4 for the I2C. ...
1062
Stef Mientki
aap_beertje
Nov 21, 2004 11:37 am
hi Mark, I'm not familiar with I2C libraries, but here are a few general remarks, ... I think you're looking at I2C library, that uses software I2C, i.e....
1063
mgross
gnar97229
Nov 21, 2004 8:18 pm
... hmm I guess it is a bit banged implementation. I didn't really catch that when I was looking over the code. In that case the only thing I would change is...
1064
Stef Mientki
aap_beertje
Nov 25, 2004 9:48 pm
hi developpers, cleaning up JALcc, brings me to the commandline, and the problems with spaces in the paths under windows. The problems with spaces can be...
1065
Rob Hamerling
digithalys
Nov 26, 2004 11:55 am
... Are you sure about the last? I've done a simple test by renaming the LIB directory to "LIB SP". Now when I specify the parameter -S"G:92;JAL-0.4.60\LIB SP" ...
1066
japus10
Nov 26, 2004 12:18 pm
Hi Rob, I think that Stef is talking about this: $ jal -s"c:92;Mis documentos92;jal\lib" e0001.jal jal 0.4.61 (GCC 3.2) input files:12 lines:2160...
1067
Rob Hamerling
digithalys
Nov 26, 2004 12:31 pm
Hi Javi, ... I don't see it. Does it make a difference if the spaces are in the first or last part of the name? ... Regards, Rob. -- Rob Hamerling, Vianen, NL...
1068
Stef Mientki
aap_beertje
Nov 26, 2004 4:07 pm
thanks Rob and Javi, ... No ;-) I've checked it again, and indeed it works perfectly, I guess I made a mistake with the final backslash. Stef...
1069
Javier MartÃnez
japus10
Nov 26, 2004 4:13 pm
Hi Rob, ... Neither I. :( You're right, it's the same. :) Regards, Javi. www.japus.org...
1070
Eur van Andel
eur_1965
Nov 28, 2004 1:43 pm
On Thu, 25 Nov 2004 22:47:26 +0100, Stef Mientki <s.mientki@...> ... Great software works even if don't expect it to work :-) -- Ir. E.E. van Andel,...
1071
eur_1965
Dec 25, 2004 9:25 pm
Hi all The malloc warnings in 4.10 changed to hard errors in 5.3, and gmake gives up. It says something about "conflicting types" in malloc.h I removed this...
1072
Stef Mientki
aap_beertje
Dec 26, 2004 3:48 pm
I just downloaded the latest version 4.60 and saw that JPIC still contains the TRISE error. === quote var bit pin_e0_direction at trisc : 0 var bit...