Quote:
|
Originally Posted by jacob_dilles
does anyone know anything about accesing ram in flash? i know you can do it in C++... so like instead of writing to a file which has got to be bad; i dont know why its just badl; you just share a couple of bytes in ram. the flash could call the c++.
 trying to thing of a way to get around the file I/O
|
I don't think it's possible to access RAM in Flash, it just doesn't make sense for it to have that capability. It may be able to read TCP ports though, in which case you can (I think) easily pipe the data through an obscure TCP port that no one else would be using. I'll look into that over the next few days.