Part Number: CC-DEBUGGER Other Parts Discussed in Thread: LP-XDS110 , CC1310 , CC1312R Tool/software: Hi
The web page for the cc-debugger lists a number of RF-SOCs, but not the ones i'm using.
So i would like to know if the cc-debugger supports the…
Part Number: CC2511 Other Parts Discussed in Thread: CC2531 , CC-DEBUGGER Tool/software: Hello all, I would like to ask for your help. I have a CC2511 USB dongle and I want to upload firmware to it. I connected the CC Debugger to it. Smart RF studio detects…
Part Number: LP-AM263P Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hello TI experts,
Running into some issues regarding load and run adress settings in CCS.
With the current TI toolchain, when a .appimage/.MCELF is generated, the…
Hi,
Randall Fowler said: The MSP432P4111 is an inactive controller
MSP432P is indeed EOL'ed for quite a few years. This device is not recommended for new designs but I understand you are using this device in a university course for embedded designs…
Part Number: TIDA-010933 Other Parts Discussed in Thread: SFRA , Tool/software: I’m currently testing the SFRA Library using the sample code from TIDA-010933 . The ControlCARD I’m using for the test is F280039C . I have already integrated the SFRA Library…
Part Number: CCSTUDIO-THEIA I was prompted to update CCS to the latest and I decided to do the update. There was a package "IDE" and during this installation I ran into few errors and now my debugger is not working anymore. CCS is able to connect to the…
Part Number: CC-DEBUGGER I was wondering how the CC Debugger detects connected SoCs, since I have not been able to find anything related to this topic in the documentation.
Thank you in advance.
BR
Part Number: AM2732-Q1 Hello, Continuing from this thread https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1592306/tmds273evm-tmds273evm-cs_dap_0-error-the-second…
By default, the GEL script available in CCS configures the R5F cores in lock step mode, which means one can connect to only cluster-0. When we attempted to connect to the MCU_R5F_0_1 and Main_R5F_0_1 cores using the CCS debugger, we were unable to halt…
Mark Passia said: did you try to do it loc a function scope variable?
No. You would not want to do this with a local variable since the address can change each time the function is called since local variables are typically stored on the stack and the…