File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -403,12 +403,13 @@ features a bare-metal startup _without_ using any of the SDK.
403403The bare-metal startup was taken from the work of
404404[ Chalandi/Baremetal_esp32s3_nosdk] ( https://github.com/Chalandi/Baremetal_esp32s3_nosdk ) .
405405The dual-core system first boots core0 which subsequently
406- starts up core1 and also starts up the RISC-V coprocessor core.
406+ starts up core1 and also starts up the RISCV coprocessor core.
407407Blinky runs in the standard ` ref_app `
408408on core0 toggling ` port7 ` while an endless timer loop on core1
409409toggles ` port6 ` . The LED ports togle in near unison at $\frac{1}{2}~ \text{Hz}$.
410410Self-procured LEDs and resistors need to be fitted in order to observe
411- blinky on this particular board.
411+ blinky on this particular board. The RISCV coprocessor
412+ toggles ` port17 ` at a randomly chosen frequency around $\frac{2}{3}~ \text{Hz}$
412413
413414The NXP(R) OM13093 LPC11C24 board ARM(R) Cortex(R)-M0+ configuration
414415called ` target lpc11c24 ` toggles the LED on ` port0.8 ` .
You can’t perform that action at this time.
0 commit comments