There were a few bugs in the code examples that have been fixed.
- Global pointer needs to be written with
norelaxoption set. (See quickref: Global Pointer) - For C++ the argument order to
std::copy()was incorrect. (it matchedmemcpy()… target, source)
Five EmbedDev