Part Number: CC1352R Tool/software: Hello,
i have an UART as callback and get Data with a python script over the serial interface. The Data will not be read in, it goes dirctly in the Error_policyMin.
Can someone explain me why?
C Code:
/* * …
Other Parts Discussed in Thread: CC2652R7 Hello all,
When debugging my device, due to an not yet identified problem, my device enters the Error_policyMin . By stepping trough the code I end up in an SPI transfer. I use static buffers for RX and TX and…
Part Number: CC1352P Hello,
I just started on developing on the CC1352P1 kits and ran into a problem when executing the RF_runCmd in a button callback.
My starting point was the rfPacketTx example project (with TI-RTOS) where I simply copied the code…
Tool/software: Code Composer Studio I'm trying to debug an issue that sends my controller into Error_policyMin, but the information passed into the function (file, line, id, ...) is either NULL or seems to have garbage values. I can't figure out what…
Part Number: CC1352P Other Parts Discussed in Thread: SYSBIOS Tool/software: Code Composer Studio Hi all,
Our application is showing below :
data : 1200 bytes
1 receive command from host
2. read data by SPI (120bytes)
3. send data 120 bytes…
Part Number: LP-CC2652RB Tool/software: Code Composer Studio I have 2 hardware interrupts enabled that post to binary semaphores (one at 250Hz, the other at 25Hz, operating on SPI and I2C ports respectively). My heap is 0x2000 and I've tried to increase…
Part Number: LAUNCHXL-CC1312R1
I am attempting to trace down an issue with TI-RTOS hanging after some time executing, and it may be due to the use of malloc, or something memory leak related.
If I use malloc inside a function call do I have to explicitly…
Part Number: CC2642R Tool/software: Code Composer Studio Hello,
I am using the CC2642R along with the Boosterpack ULPSense in order to get the values from the accelerometer (SPI communication) with the Sensor Controller and to wake up the main CPU when…
the sdk is "simplelink_cc13x2_26x2_sdk_3_40_00_02". debug the project,when run the function of macLowLevelBufferInit(), the cpu don't return,then the cpu goto Error_policyMin,how solve the problem?
Part Number: CC2652R Other Parts Discussed in Thread: SYSBIOS , TAS6424 , TMS320F28069 Tool/software: TI-RTOS Hi guys,
I am getting stuck (about 30% of the time) on boot up in this routine (/home/marc/ti/xdctools_3_51_02_21_core/packages/xdc/runtime…