You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
Is possible to do firmware, which work only one time?
Something like that:
if(read_flash_at(FLAG_ADDR) == 0) then
send_keys();
write_flash_at(FLAG_ADDR, 1);
end
What should I know to do it?
Will be nice if I get answer from person, who is practitioner, not theoretician :-)
Regards
The text was updated successfully, but these errors were encountered:
Hey,
Is possible to do firmware, which work only one time?
Something like that:
if(read_flash_at(FLAG_ADDR) == 0) then
send_keys();
write_flash_at(FLAG_ADDR, 1);
end
What should I know to do it?
Will be nice if I get answer from person, who is practitioner, not theoretician :-)
Regards
The text was updated successfully, but these errors were encountered: