tao_z
2022-06-01 73bf3cdb517b55f662ed5fa513cdaaf55c1fd0c8
Application/include/nvm.h
@@ -57,7 +57,7 @@
    NVM_OPERATION_COMPLETE_CALLBACK pfn_complete_cbk; /**< pointer to callback function which executes after the operation completes (success or fail) */
} MEM_OPERATION_Ts;
#define RAM_FALSH_DRIVE_LENGHT (96u)
#define RAM_FALSH_DRIVE_LENGHT (10u)
extern uint8_t flashCode[RAM_FALSH_DRIVE_LENGHT + 4];
extern NVM_FLAGS_Ts Nvm_Flags;
extern uint8_t Mem_PartionTempBuff[MEM_MAX_TEMP_BUFF_NUM][FBL_MEM_SEGMENT_SIZE];
@@ -67,6 +67,6 @@
extern int8_t NVM_ReInitFlashDriveRam(void);
extern void NVM_Init(void);
extern bool NVM_Is_Busy(void);
extern uint8_t MEM_PartitionCRCOK(uint8_t partionid);
extern uint8_t MEM_PartitionCRCOK(uint8_t partionid, uint32_t targetcrc);
extern uint8_t ApplFblIsValidApp();
#endif