outbreaker:
all those messages are normal, but when you press 'c' the first couple of bytes should turn into something like:
mov 0x40000018, A1
jmp (A1)
maybe it's a typo in your post, but the correct loading address is 0x40000000
also, there are checksums in the .bin file that you need to remove
or maybe you simply expected more to happen
all those messages are normal, but when you press 'c' the first couple of bytes should turn into something like:
mov 0x40000018, A1
jmp (A1)
maybe it's a typo in your post, but the correct loading address is 0x40000000
also, there are checksums in the .bin file that you need to remove
or maybe you simply expected more to happen

Comment