Skip to content

Commit 9b2f40c

Browse files
Update multicore.rst
Fix some typos
1 parent f1e7799 commit 9b2f40c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/multicore.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pauses core 1, and vice versa). Waits for the other core to acknowledge
3030
before returning.
3131

3232
The other core will have its interrupts disabled and be busy-waiting in
33-
an RAM-based routine, so flash and other peripherals can be accesses.
33+
an RAM-based routine, so flash and other peripherals can be accessed.
3434

3535
**NOTE** If you idle core 0 too long, then the USB port can become frozen.
3636
This is because core 0 manages the USB and needs to service IRQs in a
@@ -46,7 +46,7 @@ Communicating Between Cores
4646

4747
The RP2040 provides a hardware FIFO for communicating between cores, but it
4848
is used exclusively for the idle/resume calls described above. Instead, please
49-
use the following functions to access a softwarae-managed, multicore safe
49+
use the following functions to access a software-managed, multicore safe
5050
FIFO.
5151

5252
void rp2040.fifo.push(uint32_t)

0 commit comments

Comments
 (0)