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.

TMS320F28379D: How to define pointer to uint8_t data type?

Part Number: TMS320F28379D

Hi,

I have been using C2000 delfino boards and trying to implement a previously developed C library on it.

The problem is that the library uses uint8_t datatype , also arrays and pointer arithmetics on this datatype. I have seen that there is a __byte intrinsic which can be used to access uint8_t datatype. But, how do I implement all the pointer operations like dereferencing etc. using this function?

Regards,

Apoorv