Yes, that is correct. In accordance with the 'Note' on pg 18/38 of AN3155: "When writing to the RAM, user must not overlap the first RAM used by the bootloaderfirmware." I re-modified the destination address for a higher address in RAM and now it wor...
For verification purposes, I modified the destination address to 0x08001020 (a null spot in Flash) and had the exact same result as with the RAM region. Thank you for your correspondence.EDIT: Sorry. I failed to note a compilation error before upload...
Thank you for your reply, TDK.I have modified the code, but the result is the same:Sent byte 8: 0x03 // N = 3 (number of bytes to send)Sent 0x42 // This is where I start to get confusedSent 0x42Sent 0x42Sent 0x42Sent 0x03 ...