is this a bug with the EEPROM component ?
Posted: Mon Nov 03, 2008 1:48 pm
Hi guys, hope you can help. After spending the past 4 or 5 days trying to sort the problem as per this post... http://www.matrixmultimedia.com/mmforum ... f=5&t=4990
i have found out and sorted the problem. It now appears that in my algorithms, i had the `write to eeprom` component, and looking at the asm code it appears that it disables ALL interrupts
It is now evident that this included my PWM servo signal code, causing it to miss some of the triggers used in the timing of the high/low pulses.
It is now evident that you cannot use the interrupts in the way i am, together with the `write to eeprom `component! ....which is a bit of a *&$"^*$
Q. if the `write to eeprom` component halts all interrupts, should it not be restarting where it left off and not missing any steps instead
Q. is this a bug or is it as it should be
i have found out and sorted the problem. It now appears that in my algorithms, i had the `write to eeprom` component, and looking at the asm code it appears that it disables ALL interrupts


It is now evident that you cannot use the interrupts in the way i am, together with the `write to eeprom `component! ....which is a bit of a *&$"^*$

Q. if the `write to eeprom` component halts all interrupts, should it not be restarting where it left off and not missing any steps instead

Q. is this a bug or is it as it should be
