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
This is just a checklist of things to do. I am not planning on working on this myself. I expect 7054 will be very similar to either 7051 or 7055_35.
look at ROM dump to see what RAM location is typically used for payload (in WE85C , looks like ffff8428 ; fairly typical ?) and other details pre-ramjump
ensure sufficient RAM
add register defines
if necessary, add interrupt vectors
implement platform-specific code either as a subset of 7051, 7055_35 or as a separate file if too different
if reusing 7051 or 7055 flash code, make absolutely sure the needed constants (such as delays, loop counts etc) follow the 7054 datasheet
test
The text was updated successfully, but these errors were encountered:
This is just a checklist of things to do. I am not planning on working on this myself. I expect 7054 will be very similar to either 7051 or 7055_35.
The text was updated successfully, but these errors were encountered: