Part Number: CC2650STK
Other Parts Discussed in Thread: SYSBIOS, CC2650, CC2640R2F, CC2640
Tool/software: Code Composer Studio
Hi all,
I am using CC2650STK for ADC sampling and digital signal processing. The method I used is integrate the sensor controller task with BLE project zero. Due to the memory requirements for the signal processing, I modify "#define FLASH_PAGE_LEN 0x1000" in cc26xx_app.cmd to "#define FLASH_PAGE_LEN 0x4000". Otherwise, the error will exist when I compile the files.
However, when I use breakpoints to debug the project, it seems that the project can run beyond "BIOS_start();". Then, When I suspend the project project in CCS, CCS will return "Can't find a source file at "/db/vtree/ademars/git_trees/avala-v/src/ti/sysbios/family/arm/m3/Hwi.c" " and code stop at "2A00 cmp r2, #0" or "D0FD beq $C$L526", which is shown in picture below.
So, how to fixed so that the BLE project can run as normal.
Software and desktop development I used:
CCS 8.1
TI ARM Compiler v5.2.6
TI-RTOS 2.20.01.08
TI BLE SDK 2.2.1