Dragon Board Help

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

Dragon Board Help

2,204 Views
StudentMike
Contributor I
Hello, I have recently recived my dragon board. And need some help in getting started, I am trying to do a simple excersice from a book which you press any key from the boards 4x4 key pad (0-9 and A-F) and that key is displayed on the seven segment. The book shows the solution in assembly language, but im workin with C language. Can anyone show me how you would do that kind of a problem in C language so I have some kind of an idea?

 
Labels (1)
0 Kudos
5 Replies

445 Views
StudentMike
Contributor I
Thanks I see the keypad program, but it is attached to many other programs. I was looking for a concentrated program so i can visually see how to set up such program. Do you have a simplified example?
0 Kudos

445 Views
StudentMike
Contributor I
I try opening the Dragon12CWTest.mcp file and when it loads a message saying :
 
The following access path in target "RAM App using DBUG12" of project "Dragon12CWTest.mcp" cannot be found:
{Project}..\miniDragon12_CW_Test\sources
 
 
is this because i dont have coadewarrior installed on my labtop? I am using EmbeddedGNU software.
0 Kudos

445 Views
JimDon
Senior Contributor III
Oh, I see you are not using CodeWarrior (which is free BTW).


Then try this.

0 Kudos

445 Views
StudentMike
Contributor I
Forgot to mention the MCU i am using is the HCS12.
0 Kudos

445 Views
JimDon
Senior Contributor III

Take a look at this.
You may have to adjust the decoding table depending on which version of the board you have.


0 Kudos