Hi,
I am working on a CC2640 4x4 package custom application that uses the UART driver in callback mode and the SPI master
driver in blocking mode. In SimpleBLEPeripheral_init, I am trying to complete a one time initialization of a set of 19 registers
in the SPI slave.
I am using CCS6.1.2, BLE stack 2.1, TIRTOS 2.13.00.06.
I am able to accomplish this initialization successfully if I do it on a UART read callback, processed from the RTOS message
queue in SimpleBLEPeripheral. If I try to complete this initialization from SimpleBLEPeripheral_init, I am unable to do so.
When I run the ROV, I see this exception message under BIOS:
Caught exception in view init code: "C:/ti/tirtos_simplelink_2_13_00_06/products/uia_2_00_02_39/packages/ti/uia/loggers/LoggerStopMode.xs", line 231: Cannot read property "enabled" from null
Under details in tasks, SimpleBLEPeripheral_taskFxn is showing up as preempted.
Can you offer pointers on what might be causing this problem?
Thanks,
Priya





