Hello everyone,
I just port Contiki into si1000, which integrate si4432 and c8051f930.And I
use SDCC to compile my program. But now, I was puzzled by some problems.
CFLAGS += --model-$(MEMORY_MODEL) --stack-auto -mmcs51 --std-c9
Hi Sirius,
Am 09.09.2012 06:56, schrieb Sirius:
> I found program even didn't went into main(). But if I delet pdata's 40 or
> make xram small than 250 it
> will work. It is so ridiculous!
sounds watchdog related.
The Silabs forums can occasionally be ridiculously slow (*) but eventually you
It's easier with a fixed font width...
On Sep 8, 2012, at 9:56 PM, Sirius wrote:
> Hello everyone,
> I just port Contiki into si1000, which integrate si4432 and c8051f930.And I
> use SDCC to compile my program. But now, I was puzzled by some problems.
> --