Exploring RISC-V Options: the RP2350 (Part 8 -- Returning a Single Array Value)
Here, we'll return the value from an array defined in the assembler file to the calling C function. When writing programs like this it's handy to refer to a "cheat sheet" like this one. If everything works as it should your serial monitor should have the following output: There are two files here: returnArrayValue.S and […]
