sam4cmp-db
README for the NuttX port to the SAM4CMP-DB board.
The SAM4CMP-DB board is used to exercise NuttX SMP support for dual Cortex-M4 systems.
Settings
Both CPUs run at 92.160 MHz using PLLB.
The serial console is available via the on-board USB-to-UART interface at 115200 8N1.
Interrupt handlers such as the timer and UART run on CPU0.
Both CPUs share internal SRAM0 (128 KB).
SRAM1 is used to boot CPU1.
Cache controllers are disabled because the device has no snooping support.
Status
The SMP feature works on the board, but it is not yet stable.
nsh> sleep 1 &works without crashing.nsh> smpsometimes works, but assertions may occur.nsh> ostestcauses deadlocks during the test.