Hi Terrence,
From the log, it looks like BTool is not properly set up as a BLE central device.
https://software-dl.ti.com/lprf/simplelink_cc2640r2_sdk/1.30.00.25/exports/docs/blestack/btool_user_guide/BTool_Users_Guide/index.html#establishing-a-connection…
Hello,
PERABATHULA D V B KOTESWARARAO said: Is it expected behavior that OSAL APIs cannot be used before vTaskStartScheduler() ?
Yes. OSAL stands for Operating System Abstraction Layer, and serve as an abstraction layer for the underlying RTOS. In…
Part Number: CC2745R10-Q1 Hello TI Team,
I am developing a custom CAN/UDS bootloader for the CC2745R10-Q1 device using FreeRTOS and ICall/OSAL.
My current flow is:
Board_init()
ICall_init()
ICall_createRemoteTasks()
Boot decision…
Part Number: CC2652P Other Parts Discussed in Thread: BLE-STACK Dear TI-Team,
We had the following setup:
BLE nodes running the CC2652P with an application based off simple_peripheral, BLE SimpleLink-SDK version 5.10
A so called "relay" consisting…
Part Number: CC2652P Hi,
We are working on your CC2652 chip. Specifically, the application is based on the BLE stack simplelink_cc13xx_cc26xx_sdk_6_10_00_29 , starting from the multi_role example project.
We have encountered an abnormal behavior on…
Part Number: LP-EM-CC2340R53 Tool/software: Hi, Ti
*SDK version: 9.11.00.18 ,example: key_node
We need to transmit keypress events over Bluetooth. To achieve this, I have modified the key interrupt callback function to forward the key data to the…
Part Number: CC2340R5 Dear Texas Instruments support team,
We are developing a product based on CC2340R5 and planning to obtain Bluetooth Low Energy qualification for this product. For the Bluetooth stack, we are using TI’s SimpleLink™ Bluetooth® Low…
Part Number: CC2640R2F Other Parts Discussed in Thread: BLE-STACK , CC2340R5 Tool/software: Hi,
I found detail of BLE5-Stack and BLE-Stack follow link below
https://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_sdk/3.30.00.20/exports/changelog…
Part Number: CC2340R5 Tool/software: Working with BLE stack and UART0 simultaneously on Zephyr. If I use just UART0 I can see the data BLE FW sends to outside. Once bt_enable() call is done I don't see any data from UART0. Does bt_enable() affect somehow…