ZigBee(MC13192 + MC9S08GT60)

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

ZigBee(MC13192 + MC9S08GT60)

1,957 Views
DmitryCherevko
Contributor I
What organize work a point to point? I do so, but result no. There is ideas Beside who on this?

MCUInit();
MC13192Init();
MLMESetMC13192ClockRate(0);
MLMEMC13192PAOutputAdjust(MAX_POWER);
UseExternalClock();

MLMETestMode(&gsTxPacket, FORCE_IDLE); //-what this function works?
Labels (1)
0 Kudos
3 Replies

438 Views
Iggy
Contributor I
Hi Dmitry,

all these functions are described in SMAC User´s Guide
(the last revision is 1.4,but I´m not sure, downloadable from http://www.freescale.com/files/rf_if/doc/user_guide/SMACRM.pdf?srch=1).
These functions are known as S(imple)MAC Primitives.
I hope that it can help you a little bit.

Regards,
Iggy
0 Kudos

438 Views
Geezer
Contributor I
I believe Dmitry is asking: is his code the correct sequence?

I don't know, but I do know how Russians and Ukrainians transliterate into English. :smileyhappy:

Al(exander)
0 Kudos

438 Views
Iggy
Contributor I
I´m from Czech Republic (so, I´m Dmitry´s neighbour, almost :-)). By the way, and as You can see my English is very poor...
So, my next advice is very simple, too - download ZigBee application examples and templates (which will really help with your coding) from http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=BEEKIT_WIRELESS_CONNECTIVITY_TOOLKIT

Correct code sequence is in most of examples:

MCUInit();
MC13192Init();
MLMEMC13192PAOutputAdjust(MAX_POWER);
MLMESetMC13192ClockRate(0);
UseExternalClock();

As I said, there are many SMAC examples that allow write simple application by your changing of MAIN function only.
Perhaps, it will help a bit of...

Have a nice day,
Iggy
0 Kudos