Ignore:
Timestamp:
Feb 12, 2025, 3:03:55 PM (3 months ago)
Author:
Zed
Message:

Communication with M24256E EEPROM works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/CubeMX/FATFS/Target/eeprom_diskio.h

    r89 r90  
    3232/* Exported types ------------------------------------------------------------*/
    3333/* Exported constants --------------------------------------------------------*/
     34
     35#define M24256E_PAGESIZE                                        64U
     36#define M24256E_MEMORYSIZE                                      32768U // in bytes, do not change
     37
     38#define EEICA1_M24_INSTANCES_NBR                        2U
     39#define EEICA1_M24256E                                          0U
     40#define EEICA1_M24xx                                            1U
     41
     42#define MAX_TRIALS                                                      3U
     43
    3444/* Exported functions ------------------------------------------------------- */
    3545extern Diskio_drvTypeDef  EEPROM_Driver;
Note: See TracChangeset for help on using the changeset viewer.