fromGoogleCode / zx-evo-fpga

Automatically exported from code.google.com/p/zx-evo-fpga
1 stars 0 forks source link

Не пишет на SD Z-Controller #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
.. хотя в коде вроде все для этого есть.

Original issue reported on code.google.com by at2...@gmail.com on 27 Jan 2014 at 8:03

GoogleCodeExporter commented 9 years ago
Пилить здесь:
sdcard.cpp

                    case CMD_WRITE_BLOCK:
//                        printf(__FUNCTION__" CMD_WRITE_BLOCK, Addr = 0x%X\n", 
Arg);
                    break;

                    case CMD_WRITE_MULTIPLE_BLOCK:
                        WrPos = Arg;
//                        printf(__FUNCTION__" CMD_WRITE_MULTIPLE_BLOCK, Addr = 
0x%X\n", Arg);
                    break;

Original comment by at2...@gmail.com on 27 Jan 2014 at 8:11

GoogleCodeExporter commented 9 years ago
Ложная тревога.

Original comment by at2...@gmail.com on 27 Jan 2014 at 9:02