Other Parts Discussed in Thread: BQ76PL455EVM, BQ76PL455A
HI,
I'm used bq76pl455EVM board with TMS570432 board,and I set RTI function in the sample code.
In the bq76pl455 example code it already use the RTI compare 1 to receive the SCI batteries data.
Now I'm try to add compare 0 to do something(like LED blinky),but it can't work.
The compare0 use counter1 and in sample code use compare1 with counter0 receive data , they use different counter.
I even try a new project for use two compare to do LED blinky it can work normally.
But when I add in bq76pl455EVM example code it can't work.Is the SCI RTI compare1 cause the another compare didn't work?
Please help me,Thanks!
This is my new project GIO is work normally. and bq76pl455 example code project.