Skip to content

RP2350 datasheet: transposition error in section 3.8.7.10 Branch predictor code snippet #483

@jeffmilstea

Description

@jeffmilstea

In section 3.8.7.10, the code snippet for the copy routine specifies

// a0 is dst pointer
// a1 is src pointer
// a2 is len

However, in operation, the code copies from destination to source, which is counterintuitive given the parameter names. The comments say a0 is dst and a1 is src, but the code copies from a0 to a1. So effectively, it copies from dst to src, which is probably unintended.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationpdfrp2350Concerning the RP2350 chip

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions