Part Number: TMS320F280039C
定义一个常量的的字符串,比如 cosnt char * a = "hellow word", 如何让这些字符串紧凑存储在flash空间中。 也就是两个字符存储到一个内存单元。
我在其他地方有看到pstring相关的内容,如何定义使用pstring 。
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.
Part Number: TMS320F280039C
定义一个常量的的字符串,比如 cosnt char * a = "hellow word", 如何让这些字符串紧凑存储在flash空间中。 也就是两个字符存储到一个内存单元。
我在其他地方有看到pstring相关的内容,如何定义使用pstring 。