Part Number: TMS320F28377D
Hi Team,
My customer use the code below to read RESC at RAM 0x002C:
#define BOOTSTATUS 0x0000002C Uint16 *pusCPU01BufferPt; //发送内容指针 Uint32 *BOOTSTAT; BOOTSTAT = (Uint32 *)BOOTSTATUS; pusCPU01BufferPt[15] = ((*BOOTSTAT)>>16); //高位 pusCPU01BufferPt[16] = *BOOTSTAT;
Does these code work properly for reading reset source which stored by BOOT ROM?
Thanks & Regards,
Yale Li