Hi Shiv,
Please refer to the TI-RTOS Basics SimpleLink Academy Lab, BLE5-Stack Debugging Guide , and Runtime Object View User's Guide for more information. Here are some other E2E resources you might be interested in:
https://e2e.ti.com/f/1/t/953527…
Hi Marie
Thank you very much for your quick reply! The following are the screen shot link of BIOS(scan for errors) and HWI view.
https://drive.google.com/file/d/10eFoXbJvoPTHlx_r8DSeBGL4Il_n_DZf/view?usp=sharing
Caught exception in view init code…
Part Number: CC1352P Hi,
I have a Custom CC1352P1F3 board, and I am trying to get it have it run the BLE 5 Simple Broadcaster, but unlike on my launchpad for the same code, it runs into an assert issue on Bios_start(). I can run other, non BLE example…
Hi, I try to use ROV and in the BIOS i read:
Caught exception in view init code: "C:/ti/xdctools_3_50_08_24_core/packages/xdc/rov/StructureDecoder.xs", line 547: java.lang.Exception: Target memory read failed at address: 0x40092000, length: 28
.but…
Hello Ammar,
Using the ROV and with the application paused after halting, I found this under the "Scan for errors" tab in "Bios" in the folder of "Viewable Modules"
The full message says: "Caught exception in view init code: "C:/ti/xdctools_3_51_03_28_core…
Part Number: CC1310 Hi, I have a custom board based on CC1310. I have two tasks.Tasks priorities are 6 and 7. Highest priority task is for sending datas via RF. Lowest one reading datas from MEMS via SPI. After 2-3 seconds board stops sending RF data…
today i was debugging my project to see any error present in the firmware. I used ROV and i found many errors. I am not getting what does these error exactly mean and how to resolve this. I saw that there is no heap stack and heap memory error in the…
Ryan
I've been debugging with ROV. I see the following errors in a running board that is running rormally (the board is not crashed):
Error: java.lang.Exception: Target memory read failed at address: 0x2000cb94, length: 32 This read is at an INVALID…
HI,Clément
I found the following, when i run the program ,
the Error of Scan for error in BIOS was:
ti.sysbios.family.arm.cc26xx.Timer
Device
(0x20002728)
N/A
Caught exception in view init code: "C:/ti/xdctools_3_50_07_20_core/packages/xdc…
My memory discrepancies are back to normal, i had caused them by removing utils.importFile("common/cc26xx/kernel/cc2640/config/ble_stack_heap.cfg"); from app_ble.config.
I have also moved the icall.obj to GPCache so that my heap has plenty of room.…