Hi,
Configuration :
IAR Version – 8.32
SDK Version - simplelink_cc2640r2_sdk_4_20_00_04
Example – Simple Peripheral Observer (Customized example taken from TI )
Heap Size : Auto configured ( Kept default setting )
Priorities – Same for all tasks
Problem Statement :
We are using 7 tasks. Individual all task working fine.
While enabling - InitSpi_g( ) ( Without starting actual SPI transfer )
- SimpleBLEPeripheralObserver_createTask() stops working means GAP Role is not getting started and is not coming out of Device_Init API.
- UART_RxTaskConstruct_g( ) & UART_TxTaskConstruct_g( ) stops working means Rx interrupt is not getting received.
Regards,
Bhavin P