Other Parts Discussed in Thread: SYSCONFIG,
SDK simplelink_cc13x0_sdk_4_20_02_07
CC1310-RHB
Hardware reset does not work,What cause it?Can other pin states cause this phenomenon?What are the pins?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Ruo,
are you using a custom designed board or a TI EVM?
Do you have a LAUNCHXL-CC1310 available to check the function of the example?
Best regards
Manuel
Hello Ruo,
the reset pin on the RHB package is pin 19 as shown on page 10 of the datasheet.
However pin 19 on the RGZ package which is on the Launchpad is corresponding to DIO_13.
You will have to change the connection of the reset circuit to the pin that is labeled RESET_N.
Best regards
Manuel
Hello Ruo,
you can replicate the reset circuit from the Launchpad example.
The schematic and layout of the Launchpad can be downloaded here: LAUNCHXL-CC1310 Design Files (Rev. B)
But for the RHB package you have to connect the circuit to the RESET_N pin as shown in the pinout diagram.
Best regards
Manuel
Hello Ruo,
if you are using SysConfig, you can switch the pin configuration to a different package by clicking "switch" as shown below and choosing the package you want to use:

Best regards
Manuel
You can refer to https://dev.ti.com/tirex/content/simplelink_cc13x0_sdk_4_20_02_07/docs/proprietary-rf/proprietary-rf-users-guide/proprietary-rf-guide/custom-hardware.html and change the board file according to the packet type you have.
I am not find how to change reset pin from RGZ to RHB
the question refer to e2e.ti.com/.../4851676
Hello Ruo,
the reset pin itself cannot be changed; it is specific for every package.
For the RHB package it is assigned to Pin 19 (Reset_N), while for the RGZ package it is Pin 35.
The reset circuit below is taken from the LAUNCHXL-CC1310 board (LAUNCHXL-CC1310 Design Files (Rev. B)).

You will have to physically change the pin to Pin 19.
Regards
Manuel
The Reset_N is connected to Pin 19,The chip is RHB.But when the pin of DIO_13 is high state,it will not work by hardware reset.
This is a rather poor issue description. How do you know HW reset doesn't wok in this case? Do you see the same issues running some of the other programs?
Also, you have to have modified the board file to be able to run the example (I believe it get stuck in a while(1) loop otherwise. Could you share how you have modified the board files?