Parts and getting started with M68KIT91DP256

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Parts and getting started with M68KIT91DP256

1,448 次查看
maestro1024
Contributor I

Hello,

 

I am new to embedded development. I found a M68KIT91DP256 and am wanting to see if I can do anything with it. The CD I have is the CodeWarrior development studio for Motorola HC(s)12 version 3.1. This is only the IDE? This is the only CD I see am I missing some CDs? Is there a seperate compiler?

 

When I try to use the IDE I started a simple hello world type file and when I try to compile it or make it nothing appears to happen. What should I do to get a simple project up and running?

 

Thanks

标签 (1)
0 项奖励
回复
1 回复

636 次查看
J2MEJediMaster
Specialist I

What you want to do is use the New Project wizard under the File menu and build an example project. Don't make an empty project at this stage, as you need to understand more of what's involved with library files and settings first. Build the example, and confirm that you've got it working. Notice all of those files in the Project windwo? Those are the libraries, source files, and header files you need to get the program to execute on the MCU. Now you can start adding your own code to the main.c file. There should also be some example projects on the CD that you can experiment and figure out to access the MCU's features and board peripherals. HTH.

 

---Tom

 

0 项奖励
回复