Other Parts Discussed in Thread: SYSBIOS
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Kobi, what is the reason you are using a very old version of TI-RTOS? Would you be able to test if you get the same with the newest SDK (https://dev.ti.com/tirex/explore/node?node=AL1YolOoD9LnLvDZS2ScUA__eCfARaV__LATEST)
Hi Elin,
I'm using a custom board
I'm using tirtos_CC13xx_cc26xx_2_20_00_06
I'm trying to send packets via RF module to SPI serial flash in rate of ~ 100ms and after a few seconds I get the null pointer.
Looking deeper in call stack I fail in ti_sysbios_family_arm_m3_Hwi_dispatch__I.
Attach the screenshot
Hi TER,
Currently all our products are base on the old version of TI and I we would prefer no to upgrade at this sensitive stage of development.
Hi TER,
Yes I agree, It seems that a callback timer calls a DMA so this cause nested interrupts.
I'm more convinced it as an application bug and not a driver bug.
I'll keep update if this issue is resolved
Well, actually it was a bug in my application. one of the tasks stack was insufficient. I increased the stack size of the task and the problem is resolved