|
From: Tim R. <ti...@pr...> - 2012-06-13 18:55:27
|
Markus wrote: > int CypressFX3Device::WriteRAM(size_t addr, > const unsigned char *data, size_t nbytes) OK, please allow me to ask a foolish question. Do you really have an FX3, and not an FX2? The FX2 only has 16kB of RAM, which is where you are hitting the problem. The FX3 is supposed to have 512kB, so it shouldn't be an issue. -- Tim Roberts, ti...@pr... Providenza & Boekelheide, Inc. |