Ok, say i have an int array[10] that is populated with data. So at max i will have 32 * 10 = 320 bits. Then i have to take those 40Bytes of data and "download" it to an embedded chip (completely independent of a PC and its OS). Is there a c++ api that will allow me to embed a chip with the data?
C
claman
@claman
Posts
-
Embedded Data -
Embedded DataWhat is the best way to embed hard data directly to a chip (preferably using C++)?