Skip to content

Is there not a timing issue worth talking about? #7

Answered by rhulme
daveythacher asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure exactly what you mean. The test application reads the entire image and then flashes it in one operation. There's no requirement for the sender to pause between between lines.

The test application will only work reliably with images of less than 64kb because the Intel hex format only specifies a 16-bit offset in each line. For a larger address space, the 'extended segment address' or 'extended linear address' records would have be to processed (or processed more accurately). The test application is only for demo purposes and easily fits in 64kb so there was no need to make it more complicated.

The flashloader doesn't care where the new image is stored. It can be anywhere in fl…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@daveythacher
Comment options

Answer selected by daveythacher
Comment options

You must be logged in to vote
1 reply
@daveythacher
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants