Other Parts Discussed in Thread: SYSBIOS,
Hello! I use custor simple_peripheral project on custom board. All works good, but after long time (40min, hour, 1.5 hours) i get an exeption.
Tasks stacks, heap are looks good. What could be the problem?
[ti_sysbios_family_arm_m3_Hwi_excHandler__I + 0xd] 



The processor has escalated a configurable-priority exception to HardFault.
A precise data access error has occurred (CFSR.PRECISERR, BFAR) at data address 0x81ac6e48.
Exception occured at PC = 0x3da4, LR = 0x3cad
See the call stack for more information.
PC = 0x3da4 it is:
void *HEAPMGR_MALLOC(hmU32_t size)
{
tmp = *hdr;
0x3da4: 0x6818 LDR R0, [R3]
LR = 0x3cad it is:
ICall_CSState ICall_enterCSImpl(void)
{
0x3ca8: 0xf7ff 0xffb6 BL ?Veneer 1 (6) for ti_sysbios_family_arm_m3_Hwi_disableFxn__E ; 0x3c18
0x3cac: 0xf8ad 0x0002 STRH.W R0, [SP, #0x2]
return cu.state;
0x3cb0: 0x9800 LDR R0, [SP]
0x3cb2: 0xbd02 POP {R1, PC}
