hellow, I am using 16F648A in a project (DCF77-clock), when the program is bigger then 2k it didn't work well, but the first "subprogram A" of the program...
Hello, Just at the day I opened this topic, I found the finaly sollution at bert's site afther 3-4 monds of searching. My µC works well now. :D I thank you a...
... loop ... 1 ... I solved the problem. Servodif was declared as an array of 12 bits. Var bit servodif[12]={0,0,0,0,0,0,0,0,0,0,0,0} I changed it into a array...
... loop ... [counter] = ... [counter]) ... why ... Why are you using a 12 byte array instead of two bytes ? What is doing your procedure described above in...
... <h.p.m.m.van.lier@> ... loop ... pseudocode ? ... My program controlls 12 servo's at the same time. All the servo's reach their endposition at the same...
Greetings, ... Correct -- bit arrays would be terribly complex & generate an extremely large amount of code. I'll make sure the parser blocks this construct. ...
Hi all After working many years with PICs, some strange things can and will happen. I spend the last two days on a nasty interrupt-on-change problem and I...
... Hi DP, Congretulations on this great project! I know the 12F675 has ready made include files for 0.46, but that doesn't guarentee that it will actually...
Hello list, I have been using 0.4.62 for a while to code for the pic16f88, but I am now trying to switch to jalv2. The first problem I had is that, when...
... input files:6 lines:1555 chars:40207 (11107 lines/second) ... Correct. ... I don't know. Someone might have one, but the only way to find out is use a ...
Hi Jeroen, ... That line is supposed to be somewhere. so that may be a good location. ... I don't know pjal_16f88_inc.jal so I can't comment on the content....
... That depends very much on the PIC you want to use, and the settings you prefer. Normally you would include a files with definitions (for example ...
... A JAL 4.60 user! I'm very pleased. ... PICs are more alike than you would think. Microchip uses the same bits of silicon and throws them together on a...
Hi Eur, ... I admit I have no clue about your PIC problem, but I do know about energy cost. So how expensive would the PIC and JAL program be? And how much do...
Hi Jeroen, ... I suggest you download the starterpack as well to get the required include files. Put this in the main source: -- compiler dependant device...
Hello, I want to make a dimmer with a button that only dims at falling edge. but when i try it, it also dims at rising edge. I have created a short test-progam...
your post is technically way above my head. However like Bert cost savings does catch my eye. Can your heat exchanger be used in tropical climates for cooling?...
Hi. I have a background in working with simple circuits i find from the net and modify a bit for my needs. I'm also an EE student. I want to build a nightlamp...
... The 16F877 can drive 25mA per pin, but with a maximum of 250mA for the total PIC (max Vdd current in). Information like this can be found in the datasheet...