Other Parts Discussed in Thread: BQ76PL455A, HALCOGEN
I followed the exact same steps stated in the post http://e2e.ti.com/support/microcontrollers/hercules/f/312/p/695466/2564227?tisearch=e2e-sitesearch&keymatch=gunit#2564227 to generate Driver code but when I'm facing the problem with Master(TMS57004) and Slave(BQ76PL455A) communication. While executing the code it stuck at nSent = WaitRespFrame(bFrame, 37, 0);
Master didn't receive any response from the slave.
In Halcogen I have enabled GIO, SCI and RTI drivers.
In SCI the Baud rate set to 250k, Data length 8, 1 Stop Bit and No Parity.
In Pinmux I have enabled GIO.
In VIM Channel 0 - 31 I have enabled Channel 3 and 13.
And added files named as pl455.h, pl455.c, datatype.h and swi_util.h from example code.
I'm attaching the complete project
please help in resolving the issue.