Reset detect
AHMET AKSU
Posts: 62
·· is it possible to know propeller will be reset and run a procedure before the reset
·
·
Comments
You could design some external hardware that would delay an external reset signal for a few milliseconds, yet present the same signal (undelayed) to an I/O pin where a cog could watch for it. This would not prevent a brown-out/power-failure type of reset nor would it prevent a software initiated reset (REBOOT statement).
and write the values to eeprom with basic i2c object also when a power failure the propeller run from a ulracapacitor
and save values to eeprom.but when the user close vbasic program the pc close serial port and then propeller goes
reset.in this case I cant write last values to eeprom.are there any way to make this : when pc close serial port propeller
dont reset itself