请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TMS320F28379D 您好!
我一直在使用 C2000 Delfino 电路板、并尝试在其中实现之前开发的 C 库。
问题是,库使用 uint8_t 数据类型,也使用此数据类型上的数组和指针算术。 我已经看到有一个__byte 内在函数可用于访问 uint8_t 数据类型。 但是、如何使用此函数实现所有指针操作、如解除引用等?
此致、
奥 poorv
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.
您好!
我一直在使用 C2000 Delfino 电路板、并尝试在其中实现之前开发的 C 库。
问题是,库使用 uint8_t 数据类型,也使用此数据类型上的数组和指针算术。 我已经看到有一个__byte 内在函数可用于访问 uint8_t 数据类型。 但是、如何使用此函数实现所有指针操作、如解除引用等?
此致、
奥 poorv