Daniel Hayes
Daniel Hayes
This seems to be working, but the ram doesn't start at the origin I define, it always puts it at 0x80000000.
Yahoo! That worked. I ran `cargo clean` then `cargo build --workspace`
have you tried using the `consume()` method on the buffer? That should prevent previous bytes from being returned again.
I'm doing a Rust/RISC-V embedded project and I'm running into this problem. WolfBoot from WolfSSL is in the _early_ stages of having wrappers for Rust to use their APIs. If...