Dear All
I am using tms570ls1227, I'd like to do some selftest at the beginning of booting. But I find that if I use fmcBus1ParityCheck(); or checkRAMAddrParity, both of them will have side effect on the _enable_interrupt_(); function in main. When goes to _enable_interrupt_, the program will reset again and again.
And strangely, even I tick all the checkbox in the safety init in HALCOGEN, I still didnt find anywhere these two functions have been called. It looks like the TI engineers write these two function but not intend to use them.
So I deliberately called them with others selftest fucntions, but as I said above, the _enable_interrupt_ can not work properly. But I alter _enable_interrupt_ to enableIRQ, it looks OK.
Could you guys try this for me and Let know how to solve this problem, many thanks.
Regards
Leo


