HI
While writing the program I am trying to define an unsigned integer Uint8 but CCS v6.0 is throwing an error?
Is anything wrong in defining like this?
Thnks
Sneha
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.
HI
While writing the program I am trying to define an unsigned integer Uint8 but CCS v6.0 is throwing an error?
Is anything wrong in defining like this?
Thnks
Sneha
Hi Sneha,
Sneha Thakur said:Is anything wrong in defining like this?
Did you try with Uint8_t ?
Also, Check this link out:
http://e2e.ti.com/support/development_tools/compiler/f/343/t/150281.aspx
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/198400.aspx
Regards,
Gautam
Hi Gautam
Uint8_t didn't work.
I went through the links suggested by you and then downloaded "xdas.h " file.But still its not helpful.
Error when i put xdas.h into the code files:
could not open source.....
If you have this file.can you please share it then?
thanks
Sneha