Other Parts Discussed in Thread: CC2640R2F
哪个函数是向控制台打印数据的?试了printf没打印出来
CCS9
CC2640R2F
windows 7
sdk: simplelink_cc2640r2_sdk_3_20_00_21
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.
Other Parts Discussed in Thread: CC2640R2F
哪个函数是向控制台打印数据的?试了printf没打印出来
CCS9
CC2640R2F
windows 7
sdk: simplelink_cc2640r2_sdk_3_20_00_21
您可以参考例程内的方法
/*!
* @brief Calls the output function of all opened Display implementations
*
* @param[in] handle - handle of display
* @param[in] line - line index (0..)
* @param[in] column - column index (0..)
* @param[in] fmt - format string
* @param[in] ... - optional arguments
*
* @return void
*/
void Display_doPrintf(Display_Handle handle, uint8_t line, uint8_t column,
char *fmt, ...);
另外有一些相关的设置,请参考下面的链接
http://software-dl.ti.com/ccs/esd/documents/sdto_cgt_tips_for_using_printf.html
printf