Hi Hans, ... Great ! This LCD print seems to be the "problem" since it "eats" a lot of calls... ... Assume we have this procedure which calls itself...
Greetings, ... have ... Sorry, I should have sent this earlier (I was on holiday again, and on return my internet connection has gone flaky. Probably something...
Greetings, ... You wish :) The software stack is only used if a function is re-entrant. This happens in only two cases: * a function is called both in user...
Hi Kyle, ... Ah... Well, yes I wish :( Sorry for distributing wrong information... ... Err... So I need to check my code again. Thanks for pointing this, I ...
Kyle, Thanks for the explanations w.r.t. bootloader, and I'll not use 2.5 for the moment! [RobH] ... I'll do (privately). Regards, Rob. -- Rob Hamerling,...
... Seb, Don't know which PIC you use and which include files, but it seems your device definition is not complete. Maybe you could use one of the device ...
Hi all. For the past few weeks I've been working on a Jal compatible compiler for the dspic family. I looked at modifying jal and jalv2 sources but the...
... (jal/dspic Source code) -- test ADC -- -- this test reads AN5 (RB5) and sets the frequency of the beep based on the voltage -- the speaker is on RD0 --...
more examples for dspic ... -- mul div shift tests var word x, y, z var word a, b, c const word sc = 3 x = 1 y = 2 z = x + y x = z * y -- should = 6 y = x / 2...
Hello, I am new in PIC and JAL programming. I studied the examples gived by Bert Van Dam in his great book for PIC programming using JAL. I would like to build...
... You don't. It's on the to do list though. ... Still don't. ... Nope. I can add it to the list. Although keeping a state in an array would be nice, it can...
Greetings, ... Sound like quite a project -- best o' luck. If you've a backend generator, JALv2 compilation is a two step process: text --> pcode pcode -->...
+1 for this feature ! Having the ability to pass function references is a great way to have clean/maintainable code. Any idea about the target version ? ...
Hi Rob, I use 16F88. IIRC, Jal files are coming from Mike K's (16f88_inc_all.jal, c16f88.jal and 16f88_inc.jal). I tried to use your generated 16f88.jal, but...
[changed subject] Hi Seb, ... The reason for the different file organisation etc is mainly because I use the device (xxxx.dev) files from MPlab. It may it...
Hello, I have a PIC 16F628A based board with a 3V output serial device conected on RB1 pin. I used 3.3V for 16F628A and it works fine for other tasks (blink a...
... B1 samples at 16 times the baudrate. So if it doesn't see anything my guess would be that the clockspeed is incorrect, or too low for the baudrate. So ...
B1 samples at 16 times the baudrate. So if it doesn't see anything my guess would be that the clockspeed is incorrect, or too low for the baudrate. So maybe as...
... With a 9.8 MHz crystal and SPBRG=255 you should get 9600 BAUD with an error of approx. 0.73% in synch mode. Perhaps the other device can handle that ...
There seems to be a Jal T6963C library (Stef's?) but I can find it in the files section or on flappie - does it exist? where? -- Wouter van Ooijen --...
... It's part of Shawn's very impressive OBDII project: http://www.geocities.com/sstandfast/OBDII.htm Check out the hardware section for a link to the zipped...
Hello all, I have JALedit and cant seem to get it to output my code to hex or asm. My programme (I'm a beginner) is only to flash an LED > here it is in full: ...
On Sun, 6 Jul 2008 10:24:19 +0200 ... Nothing helps me :)) Finaly I changed the hardware (using a MAX232 for RX). Still garbage on serial port. I cannot lower...
Hi Michael, The problem is caused by the compiler not finding the include file. For the 16f84 chip you should use the old jal version (0.4) Also you will need...
... Can you connect the PIC to the PC (using the MAX) and communicate both ways? Have fun, Bert Any readers in Asia? You can buy my English JAL book with a 15%...
On Mon, 7 Jul 2008 16:25:47 +0200 ... STUPID, STUPID ME :)) Now it is working well. Before I used some time consuming routines to store the receiving bytes,...
Hey all, My first post and I'm asking for help. First, a quick introduction. My name is Joe, and I live in Pleasant Grove, Utah. I work as an engineering...
Hi Joe, ... Great to have you here, I'm sure you'll like JAL! ... It cannot find the include file called 16c84_10. It should be somewhere in the path...