This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

A 32bit ARM9 development board?

Hi all, as a newbie to embedded system I'm looking for an ARM9 based development board, which should have:
32bit ARM9 CPU
Ethernet (10M as minimum),
USB (Host and device)
2 or 3 serial ports
LEDs and buttons
WinCE5.0 support
better would it be if it has been assembled with a TFT LCD (3.5" or bigger") and come with ready-made tool chain and source code.

I searched in the Keil product area but did not find the right one, Could someone here please give me some valuable recommendation~

Thanks in advance

Parents
  • I'm guessing that you'll need to use the toolchain that comes with the OS and BSP when you buy one of these boards. Unless I'm mistaken (I often am!), the Keil tools don't generate relocatable executables that an OS like Linux or Windows CE can "run". For Linux, I guess you would use the GCC tools. For WindowCE, I'm guessing you have to use one of the Microsoft tools (VC++, VC#,?).

    Anybody have any ideas on all that?

    BR

    -=Rich=-

Reply
  • I'm guessing that you'll need to use the toolchain that comes with the OS and BSP when you buy one of these boards. Unless I'm mistaken (I often am!), the Keil tools don't generate relocatable executables that an OS like Linux or Windows CE can "run". For Linux, I guess you would use the GCC tools. For WindowCE, I'm guessing you have to use one of the Microsoft tools (VC++, VC#,?).

    Anybody have any ideas on all that?

    BR

    -=Rich=-

Children