How to implement TinyOS on Freescale platform

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

How to implement TinyOS on Freescale platform

1,642 Views
Yetao
Contributor I

Hoi guys,

 :smileyhappy:

I am going to implement TinyOS on the latest Freescale MC1322X platform ?

 

Is anybody here family with MC1322X platform or had experience before of implementing TinyOS on MCS9S08GT60A series platform ?

 

Thanks in advance!

 

Yetao

Labels (1)
0 Kudos
Reply
1 Reply

351 Views
nonarKitten
Contributor II

Good luck with the MC13224 - speaking from experience, I went through the effort of porting FreeRTOS to it. The built-in interrupt handling is painfully slow and creates a bad stackframe, so you either have to work around that and live with the speed, or implement your own IRQ routine and dump 99% of the ROM (the route I ended up taking).

 

You'll have a tougher time as TinyOS uses nesC and the GCC tool-chain. Not much success has been made with reverse engineering the hardware and ROM, but these guys would be a great start: http://mc1322x.devl.org/. TinyOS looks pretty cool, and it would be nice to have something like Mat'e available for the MC13224, but I have zero familiarity with nes

0 Kudos
Reply