... The programmer indeed is critical !! The programming of a 12F675 compared to 16F628, is like looking at 2 almost identical pictures and then "search the 10...
Hello Stef ... I understand that preserving OCSCAL and the BG-bits requires some extra actions with bulk erase, but I don't understand why programming will ...
hallo Rob, ... You've to program the device to the end (while I normaly stop when 20 * $3FFF occures). ... But of course, Mircochip will bring out larger chips...
... Do you use the Wisp628 programmer? If yes then after end of the code-memory from the hex file you can use 'Wbusjump' to jump directly to the last program...
... Rob, in the time I tried to understand what WISP exactly was (yes I'm quiet simple), I build my own. And it also has the trick you describe below (but...
sorry, for Dutch speaking folk only: www.circuitsonline.net is een nederlandstalig electronica forum, met een veelal jong publiek. Ik heb er (met Marcel) een...
Hey Guys.. I am wondering whether it would be possible to implement arrays with jal. The language does not support arrays but woundn't there be a way to just...
... ...and add simple pointer arithmetic and you can start to think about strings! ;-) David (who thinks this is a good idea - but understands the work...
Hi, when I try to compile the following, I get an error "unknown identifier call." I've tried renaming the procedures. What am I doing wrong? procedure...
Leave the 'call' out, in Jal (like in almost every language except basic and assembler) a procedure or function is called by just stating its name. Wouter van...
Hi guys, I am having real headache trying to develop a way for the pic to send data synchronised with a clock pulse. The main problem is that the data must be...
... At what frequency? And on which edge must the PIC change the data? Wouter van Ooijen -- ------------------------------------------- Van Ooijen Technische...
The frequency may vary, the whole 128 clock cycles will end in 2 to 3 second or so. The change of data must occur on the falling edge of the clock pulse....
... Yes but I tried that. It doesn't matter if the "call" is included or not, the same error occours, (with and without renaming the procedure.) Basically, any...
... that is very slow, but PICs do not mind slow signals. <JAL> var bit clock is pin_b0 pin_b0_direction = input var bit data is pin_b1 pin_b1_direction =...
Eur van Andel
eur@...
May 3, 2003 9:56 am
9760
... identifier call." I've tried renaming the procedures. What am I doing wrong? ... location ... with val in W ... file ... table ... W ... with val in W ... ...
Hi All Just joined up so thought i should introduce myself. I have been using pics for a while now coding in assembler. Wanting to improve developement time i...
... Yes it was, sorry I forgot to mention that. :) ... Thanks Mike! Yes that was the problem. I removed the 'call' (and corrected the direction flags (for...
Hi All Signed up yesterday and have spent the last couple of days reading the archives...Nice to see everyone is very helpful..It will be quite a while until i...
Hi All I downloaded Jalcc and am trying to create a simple jal file to play with..But when i compile the compiler compiles the example files instead ;-(( What...
Frank, Have you created a project group PG? Go to PG and right click mouse below the examples. You can then set the path to your files. Regards Ian ... ...
Hi Ian Did what you suggested and that did the trick ;-)) Thanks ..as you may have guessed im not very fluent with pc,s...Spent all afternoon (aussie time)...
... basic compiler. It doesn't support forward references like this. I know there is a technical name for this, but I can't recall what it is right now. ...
hi JAll, I'm still working on the SM-bus (Simple Measurement Bus, it's a pure coincidence that these are also my initials ;-). At the moment I've good results...
... on the wishlist for the new version of JAL. The latest Jal I used for Eur's FWX project has a 'pragma raw interrupt' that eliminates all Jal-added...
... Wouter that sounds great ! I would be much obliged if one of the JAL developpers could merge the "pragma raw interrupt' into a new version !! It could...
... It works, too. As we speak six boards are communicating with a EURO 5 "queens day" PC which after some TLC speaks Python fluently. It is a shame that IMAG...