Tool/software: Code Composer Studio
extern void EEPROMRead(char *pui32Data, uint32_t ui32Address,
uint32_t ui32Count);
extern uint32_t EEPROMProgram(char *pui32Data,
uint32_t ui32Address,
uint32_t ui32Count);
these are the two prototype mentioned and they are not working properly.
even without any error in code the controller enters into infinite loop at every rread instruction.
please help!!