Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: USBDevice mbed DipCortex-USB-EEProm
Diff: main.cpp
- Revision:
- 3:15828ac052f1
- Parent:
- 2:8f5776c287c5
- Child:
- 4:ce953c80c5b3
--- a/main.cpp Tue Nov 12 09:19:13 2013 +0000 +++ b/main.cpp Wed Nov 13 21:33:37 2013 +0000 @@ -592,6 +592,10 @@ // SysTick set to lower priority than Wi-Fi SPI bus interrupt NVIC_SetPriority(SysTick_IRQn, 0x2); + + + // Enable RAM1 + LPC_SYSCON->SYSAHBCLKCTRL |= (0x1 << 26); } // ------------------------------------------------------------------------------------------------------------