QT + QBS + Bare Metal,调试信息

时间:2015-02-20 07:41:09

标签: c++ qt bare-metal qbs

我使用带有QT QBS +裸机+ gdb + openocd + stlink(调试器)的cortex m0微控制器。我想打印到qt-terminal调试信息。我该怎么做这个功能?

forexample:

int main()
{
    printf("Hello World!");   // On this string application must to output "Hello World" into the terminal.
}

有人可以帮忙吗?

0 个答案:

没有答案