Good afternoon! Microcircuit clrc66301. Work through port rs232. I tried to write a script "read identification data". After running the script, the chips for reading all the registers respond with their own address (plus 7 bits). How to put the microcir

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Good afternoon! Microcircuit clrc66301. Work through port rs232. I tried to write a script "read identification data". After running the script, the chips for reading all the registers respond with their own address (plus 7 bits). How to put the microcir

801 Views
sergeygostev
Contributor I

Good afternoon! Microcircuit clrc66301. Work through port rs232. I tried to write a  script "read identification data". After running the script, the chips for reading all the registers respond with their own address (plus 7 bits). How to put the microcircuit in the normal mode?  Sergej

SR: 00 00                      // (Status: 0x0000)
GR: 00          // data == 80  // (Status: 0x0000)
GR: 01          // data == 81  // (Status: 0x0000)
GR: 02          // data == 82  // (Status: 0x0000)
GR: 03          // data == 83  // (Status: 0x0000)
GR: 04          // data == 84  // (Status: 0x0000)
GR: 05          // data == 85  // (Status: 0x0000)
GR: 07          // data == 87  // (Status: 0x0000)
......................
GR: 0F          // data == 8F  // (Status: 0x0000)
..................
GR: 20          // data == A0  // (Status: 0x0000)
GR: 21          // data == A1  // (Status: 0x0000)
.............
GR: 30          // data == B0  // (Status: 0x0000)
............
GR: 40          // data == C0  // (Status: 0x0000)
............
GR: 50          // data == D0  // (Status: 0x0000)
...............
GR: 60          // data == E0  // (Status: 0x0000)
..................
GR: 7F          // data == FF  // (Status: 0x0000)

Labels (1)
0 Kudos
2 Replies

600 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi Sergey,

There is a script for your reference, please kindly refer to the attachment for details.

Hope that helps,


Have a great day,
Kan

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

600 Views
sergeygostev
Contributor I

Good afternoon!
What you sent is the standard script for the NXP program (CLRC663PcSerial.3.6.exe).
Everything was decided prsche. The next day the chip worked fine.
In this mode, it remained as the supply voltage remained on the electrolytes. After their discharge, the registers were read correctly.
Thanks to all. I remove the problem.
Sergey

0 Kudos