Settings | Sign in | Sign up

There are currently 2 posts.

Telink IoT Studio打开TLSR8258 SDK的cproject工程

Floor 12 巨大八爪鱼 1/7/26 17:31

tc_ble_single_sdk_B85这个蓝牙程序,串口的输出引脚是PB1,波特率是1000000。

修改application/print/putchar.c的putchar函数,在return uart_putc((char)c);前加上

    if (c == '\n')
        uart_putc('\r');

可解决Tera Term的换行问题。

巨大八爪鱼 1/7/26 17:36
https://www.telink-semi.cn/products/bluetooth-le/tlsr825x
 SDK名称     支持芯片     SDK版本     下载SDK     SDK开发手册
Bluetooth® LE Single Connection     TLSR8258/8253/8251      V3.4.2.8_Patch_0001     Gitee     

下载蓝牙SDK:
https://gitee.com/telink-semi/tc_ble_single_sdk/releases/tag/V3.4.2.8_Patch_0001
https://gitee.com/telink-semi/tc_ble_single_sdk/archive/refs/tags/V3.4.2.8_Patch_0001.zip
SDK开发手册:
https://doc.telink-semi.cn/doc/zh/software/res/sdk/ble/b85m_ble_cn/b85m_ble_single_connection_cn/

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.