M52233DEMO board with CW Development Studio ver6.3 (preview release)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

M52233DEMO board with CW Development Studio ver6.3 (preview release)

2,106 Views
maccorfw
Contributor I
In getting familiar with both the tools and the installed MCF552235 on the as shipped M52233DEMO board, I am trying to do the basic "light a LED" test. The closest board in the supplied tutorial is for the M52235EVB, as the Demo board wasn't one of the choices.

Are there some source code examples of using the digital ports available, including correct linking to the required mcf52235_gpio.h file for the PORTTC definitions?

Thanks
Labels (1)
0 Kudos
3 Replies

471 Views
J2MEJediMaster
Specialist I
According to info on the Freescale web site, the M52233DEMO is supposed to be the econo version of the M52235EVB. I'd assume that much of the DEMO board's circuit layout is similar to the M52235EVB, hence, the reason there's only that particular project choice. Try compiling that example program, running it on the board, and see what happens.

---Tom
0 Kudos

471 Views
maccorfw
Contributor I

Tom,

Thanks for the feedback.

The code complies OK, but my case is a little more basic I guess.  So is there any basic, step by step, illustrated, documentation to do that available?

1. Erase, program (RAM assumed for now)

2. Debug

3. Repeat...

 

Also, how about the most general code development case?

- unprogrammed controller on custom board, using BDM interface?

- no project, no source code

 

Thanks,

Ken

0 Kudos

471 Views
J2MEJediMaster
Specialist I
You want to go the Help directory and look over the Quickstart and User's Guide docs. That should give you some of the basics. Also, with the IDE fired up, pick File | New... and in the New window that appears, pick Project Wizard and have at it.

---Tom
0 Kudos