Dear friends,
In my applicatin,there meet a problem.
I use one stm32f107 and one bq76pl455a chip. They communicate with uart.
now in my progrm ,i use a low voltage which last 100us,then give a 3.3v bq76pl455a .
then i want to know whether the uart communicate is ok by this code :
nRead = ReadReg(0, 10, &wTemp, 1, 0);
but there is no response. I use oscilloscope ensure that send 81 00 0A 00 2E 9C.
so the uart of stm32f107 send data is ok,but why do bq76pl455a have no response ?
How can i confirm that bq76pl455a is working ok,is there some test frame?
can you help me?