[文章]Niobe第一个应用程序

阅读量0
0
0

Niobe第一个应用程序HelloWorld


沿袭程序界的传统,第一个程序都是Hello World。在Niobe WiFi IoT开发板中,指的是通过开发板串口,在串口日志中输出Hello World字符串。
Niobe WiFi IoT开发板系统代码中,Hello World程序位于applications目录下面,具体路径如下:
  1. applications/app/TW001_OS_helloworld/hello_world.c
复制代码

编译调试
修改 BUILD.gn 文件
修改 applicationsapp路径下 BUILD.gn 文件,指定 helloworld 参与编译。
  1. "TW001_OS_helloworld:helloworld",
  2. #"TW002_OS_thread:os_thread_example",
  3. #"TW003_OS_timer:os_timer_example",
  4. #"TW004_OS_event:os_event_example",
  5. #"TW005_OS_mutex:os_mutex_example",
  6. #"TW006_OS_semp:os_semp_example",
  7. #"TW007_OS_message:os_message_example",
  8. #"TW101_GPIO_led:gpio_led_example",
  9. #"TW102_EXTI_key:exti_key_example",
  10. #"TW103_PWM_led:pwm_led_example",
  11. #"TW104_ADC_voltage:adc_voltage_example",
  12. #"TW105_I2C_sht30:i2c_sht30_example",
  13. #"TW106_UART:uart_example",
  14. #"TW301_APP_oled:app_oled_example",
  15. #"TW302_APP_nfc:app_nfc_example"
复制代码

运行结果
示例代码编译烧录代码后,按下开发板的RESET按键,通过串口助手查看日志,
  1. [Talkweb] Hello world!
  2. [Talkweb] Hello world!
复制代码


回帖

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容图片侵权或者其他问题,请联系本站作侵删。 侵权投诉
链接复制成功,分享给好友