This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS0914: Is it support 64 bit pointer address

Part Number: TMS570LS0914


Hi

Run (*(volatile uint64 *)(0X08002432)) = (uint64)0x12345678; it will go to dabort,

Run (*(volatile uint32 *)(0X08002432)) = (uint64)0x12345678; It's running well.

Is it support 64 bits? How to solve it?  My customer use many 64 bit pointer in their code.Thanks.