Hi all,

I want to send a image to the network using telos B

my problem is how to write 23kb image to the flash of telosb stm?

I broke the image in to array of hex, 

in the array there are 40,000 elements 

now when i use the interface
uint16_t image[127]={1
,139
,175
,99
,140
,169
,97
,139};

if (call LogWrite.append(image,sizeof(image)) != SUCCESS)

if I increase the size of image[] from 127 to above it like say 129

then 
(call LogWrite.append(image,sizeof(image) reports 

error
what array or data size i should use??

my array contains 40000 elements

should I try block write??


rupesh

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to