Part Number: CC2640 Hi,
I have a CC2640 peripheral device we've been using for several years. We've had no trouble with it until lately, when we started working with a different BLE client device. This new BLE client is not under development, it's an…
Hi Lea,
I have verified both, plese check linker file used in CC1352p7 project and ti_drivers_config header , indicated
DeviceFamily_CC13X2X7 is configured.
When it crash, It stuck in spinlock.
Fullscreen
cc13x2x7_cc26x2x7_app…
Part Number: CC2745R10-Q1 Hi TI team,
We are developing on the CC2745 (Cortex-M33, SimpleLink Low-Power F3 SDK) and need to configure the UART peripheral interrupt priority correctly.
What we want to achieve
We want the UART RX/TX interrupt to:…
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…