Running Hello World on the CML5485 Powered by an MCF5485

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Running Hello World on the CML5485 Powered by an MCF5485

1,665件の閲覧回数
ackliph
Contributor I
I have an Axiom CML5485 powered by an MCF5485.  I have codewarrior and have set up the project for my processor.  I want to know what all I have to change to get "Hello World" to display through the serial port in HyperTerminal.

Thanks.
ラベル(1)
タグ(1)
0 件の賞賛
2 返答(返信)

296件の閲覧回数
J2MEJediMaster
Specialist I
If you're using CW for ColdFire 6.4, you can use the Project Wizard to create a project that uses the M5485. In the project window's pull-down menu, you'll see a number of build targets: M5485 Console Debug, M5485 UART SRAM, M5485 UART SDRAM, and M5485 ROM. The two build targets with UART in the names are designed to communicate with a serial port's UART at 19200 baud, 8 bits, 1 stop bit, and no parity. You need a serial cable to connect the board's serial port to your computer's serial port. Consult the readme.txt file embedded in the project for more information.

---Tom

0 件の賞賛

296件の閲覧回数
ackliph
Contributor I
I kept tinkering.  I used M5485EVB and selected "EXTERNAL_RAM"  and now my "Hello World" outputs to Hyper Terminal.
0 件の賞賛