Files
rtems/bsps/arm/rtl22xx
Sebastian Huber 2174ec336a arm: Remove _ARMV4_Exception_reserved_default()
The default exception handler uses the Save Program Status Register
(SPSR), however, if _ARMV4_Exception_reserved_default() would get
called, the state of this register is unpredictable.  Replace potential
calls to _ARMV4_Exception_reserved_default() with an undefined
instruction.
2024-08-28 04:19:39 +02:00
..
2018-04-20 13:52:19 +02:00
2023-05-20 11:05:26 +02:00
2024-08-02 20:21:38 +00:00

rtl22xx

RTEMS BSP for Philips's ARM processor

This BSP is designed for the following Philips' ARM microprocessors:

  • LPC2210
  • LPC2212
  • LPC2214
  • LPC2290
  • LPC2294

Some LPC21xx ARM should also be able to use this BSP.

Philphs's LPC22xx ARM processor has an ARM7TDMI-S core, and can run at 60MHz. It has an external memory bus, and peripherals like UART, I2C, SPI, ADC and etc. Some of them have on chip flash (256k) and CAN. The board used to develop the BSP is compatible with LPC-E2214/LPC-E2294 boards from http://www.olimex.com. The board has a 512K SRAM (256K used to store the .text for debugging purposes) and two serial ports.

The license and distribution terms for this file may be found in the file LICENSE in this distribution or at http://www.rtems.org/license/LICENSE