Most strange is the 32 vs 4 MHz clock. Lower clock needs more code space!!! I expected the oposite.
Ioannis
Type: Posts; User: Ioannis; Keyword(s):
Most strange is the 32 vs 4 MHz clock. Lower clock needs more code space!!! I expected the oposite.
Ioannis
I shouldn't but for the sake of the very strange case I will. On both the chips the code is the same except for the port access. Everything else is identical.
12F675:
#config
__CONFIG...
Forgot to change GPIO to LATA and PORT registers.
Now it counts down to 679 words. But still away from 547 words.
Ioannis
I had a test program developed on 12F675 until my samples of 12F1840 arrive.
Now I transferred the exact same code to the 1840 chip and the size of compiled code went from 547 words to 785 words....
That is awesome!
Thanks for sharing,
Ioannis
No problem. I thought that you ended your cooperation with the magazine.
Wish you the best,
Ioannis
Mike, the latest issue of Nuts'n'Volts does not have your new article on Nextion displays as promised on article 5.
Was this on error?
Ioannis
Totally agree, but Roger is still using On Interrupts...!
Ioannis
Richard,
I think what you propose is the best solution and ultimately, Roger may follow it.
But it may be too complicated at the moment to have such an advanced data handling. Or not?
...
I think there is no point in hunting down the incoming SMS as they are available in the GSM module.
You can once your MCU wants or is available to ask for the new messages, and select the most...
If the datasheet says it works on 3.3Volts there is no doubt that it will. Trust it.
Ioannis
Do this:
On page 154 of the Pic Basic Reference Manual copy the DEFINES and test them to confirm that your circuit works as expected at 2400 baud.
I know it is not exactly what you want but...
Charles replied:
Yes, I believe it can be trusted with a variable. I've used this form to receive a variable number of characters based on a length parameter received immediately prior to the...
Unfortunately Charles Leo is not monitoring this forum. I 'll make a post on support.melabs.com to clarify this, since the manual is not very clear on the matter.
I 'd rather be 100% sure that...
Page 47 of the manual says "STR must be followed by a backslash and a number that specifies how many
characters (bytes) to collect."
So, as I understand it, it should be a number, not a variable....
Example to do the same thing as motion feedback module? I am not sure. Guess not.
Ioannis
Or you can write more code to emulate the motion feedback module.
Tedious I think.
Ioannis
You need a PIC with the motion feedback module. An there are not many.
Sorry...
Ioannis
Photo? What Photo?
Ioannis
Indeed it is working as expected now.
We thank you very much for the support.
Ioannis
This is extremely strange.
If you have other 18F series chip, can you try it also?
Then maybe on support.melabs.com forum, Charles can see if this is a 18F specific bug.
Can you post your...
Are you using a clear command after you initialize the array?
Ioannis
More responsive I suppose?
Then maybe a bad supply voltage, bad decoupling capacitors, bad breadboard connections...
Ioannis
The
then DoneRotEnc
is exactly the same as
then goto DoneRotEnc