Information sobre SMAC

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

Information sobre SMAC

3,447 Views
Nicom
Contributor I
Hello
I search information about SMAC of MC9S08GT60
I have SMAC of MC9S08GB60 but I want the librairies of the MC9S08GT60
 
Do you know where can I find this librairies ?
 
Thanks Nicolas
 
Labels (1)
0 Kudos
6 Replies

620 Views
peg
Senior Contributor IV

Hi Nicholas,

I don't really know what you have, but....

The GT60 is really a GB60 with less pins so for the purpose of the SMAC (which uses the SPI and a few pins) the code to run this will be the same for both.

Regards David

 

0 Kudos

620 Views
Nicom
Contributor I
I have information about SMAC and librairies of the GB60 but
in my program I want to use an GT60 and Idon't have the good libriaires because I have only the librairies of the GB60 and not the GT60
So My program is not correct
Do you know my problem ?
 
Thanks
nico
0 Kudos

620 Views
peg
Senior Contributor IV

Hi nico,

I have SMAC4.1a and two 13192-SARD boards which use GT60. I have downloaded and run all the examples on my boards successfully so no, I don't know your problem.

Regards David

 

0 Kudos

620 Views
Nicom
Contributor I
Thank you
I am beghinning to understand
 
But I want to make a program to program my GT60 .
I want that my GT60 Sent and receive data.
I search how add the librairies at my project
What the name of the librairies where there are the examples of functions?
Do you understand my problem ?
I'm a new bee and i have lot of problem to understand CodeWarrior
I'm sorry for my bad  English
 
Thanks
Nicolas
0 Kudos

620 Views
peg
Senior Contributor IV

Hi nico,

If you are using SARD boards the library is:

SMAC_13192sard_4_1a.lib

If you open an example its under the SMAC section in the project pane.

It is located in: \SMAC4.1a\S08\smac\3.1\bin

The source for it is: \SMAC4.1a\SMAC(Sources)

You have to find where the functions are used within the supplied examples yourself.

Hope this helps,

Regards David

 

0 Kudos

620 Views
Nicom
Contributor I

Thanks !

I can use the funcction now.

I made this program :

Code:

for(;;)                {    UINT8 MLMESetChannelRequest(UINT8 u3Channel);    UINT8 MCPSDataRequest(tTxPacket *psTxPacket);    UINT8 MLMESetChannelRequest(UINT8 u12Channel);  UINT8 MLMERXEnableRequest(tRxPacket *psRxPacket, UINT32 u32Timeout);}


 

I want to receive and send data, but with this function, nothing sent and received

How use this function to send datas (bacon)?

Thanks

Nico

(Alban formatted code)

Message Edited by Alban on 2006-06-07 11:04 AM

0 Kudos