Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
hi.
we (me and min woo Lim) have found the reason why random L2RAM ECC uncorrectable error has been occurred.
the reason is that an error is because of Stackpointer initialization problem.
we change the ram init call position before stackpointer init.
then, all of problem has been clear.
(we guess this problem is of stack pointer mismatching)
therefore, we just wanna get official verificaiton about this resolution can be applied for our product as safety purpose device.
thanks.