This commit is contained in:
wu58430 2024-01-10 22:51:52 +08:00
parent abd9a18fd3
commit 323efb9045

6
main.c
View file

@ -343,9 +343,9 @@ void Main(void) {
// { // {
// char A[128]; char B[128]; // char A[128]; char B[128];
// //
// memset(A,'A',sizeof (A)); // memset(A,'A',sizeof (A));//0x20000 128K 0X40000 256K
// EEPROM_WriteBuffer(0x30000, A, 128); // EEPROM_WriteBuffer(0x50000, A, 128);
// EEPROM_ReadBuffer(0x30000, B, 128) ; // EEPROM_ReadBuffer(0x50000, B, 128) ;
// if (memcmp(A,B,128)==0) // if (memcmp(A,B,128)==0)
// { // {
// UI_PrintStringSmall("Double 2Mb Eeprom\nInstall OK!", 0, 127, 2); // UI_PrintStringSmall("Double 2Mb Eeprom\nInstall OK!", 0, 127, 2);