cancel
Showing results for 
Search instead for 
Did you mean: 

stm32w Contiki

radomir
Associate II
Posted on January 17, 2012 at 07:32

Hello,

I load Contiki 2.5 to mb851 and it works well,

but in my own board (with the same chip stm32w108CBU63) radio library not works.

In IAR simplemac-library works fine.

Does anybody know why?

Thank you.

#stm32w108
6 REPLIES 6
Posted on January 17, 2012 at 14:31

Does anybody know why?

 

You are asking people to guess. Please start by enumerating the circuit/BOM differences between your board and the reference design.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
radomir
Associate II
Posted on January 17, 2012 at 20:17

''STM32W108 SimpleMAC firmware'' from ST (simplemac-library.a) work fine in my device,

but Contiki uses simplemac-library-gnu.a

Contiki ST_RadioInit() returns error, ST_RadioGetEui64() returns zeros, etc.

Does anybody use Contiki with a custom devices?

radomir
Associate II
Posted on January 31, 2012 at 08:01

i changed stm32w***63 to stm32w***64, and it solved the problem.

onebigfoot
Associate
Posted on February 20, 2012 at 20:41

Stoopid question: what exactly did you change? the actual revision of the chip, or some macro def?

I seem to have the same problem...

radomir
Associate II
Posted on February 28, 2012 at 12:35

i have changed chip x63 to x64.

s_poggie
Associate
Posted on July 09, 2012 at 10:22

Hi there,

can you maybe give a brief overview what I would have to do, to get contiki working on stm32w

Currently I am trying to evaluate how much time I will have to spend to get it working.

Thanks

Sascha