Connect Reset Pin on my own PCB-board

OP #6273096
Lesenswert?

Hi,
I am designing my own PCB-Board and I am not sure about how to connect 
the Reset pin. Is it necessary to connect it? Or could I just  pin it to 
the supply voltage, as it is not active in this mode?
Is it advisable to put a button on it, or any other signal?
I am using the microcontroller CC2652R1 from Texas Instruments.

Thanks a lot.
Gast #6273445
Lesenswert?

VV schrieb:
> So how else would you connect the pin?

In this way:
1
         VCC
2
          +
3
          |
4
      .---o
5
      |   |
6
      |  .-.
7
      |  | |
8
   D  -  | |10k
9
      ^  '-'
10
      |   |
11
      o---o------> Reset
12
      |   |
13
     .-.  |
14
     | |  |
15
100R | |  |
16
     '-'  |
17
      |  ---
18
      |  --- 10nF ... 100nF
19
    | o   |
20
  |=|>    |
21
    | o   |
22
      |   |
23
      o---'
24
      |
25
     ===
26
     GND
27
(created by AACircuit v1.28.6 beta 04/19/05 www.tech-chat.de)
You may decide to use a reset button or not. If not, omit also the 100R. 
Reset is also done by a power cycle and it should not be necessary if 
your SW is working correctly.
The 100R limits the button current when pressing it and discharging the 
capacitor.
D can be any small signal diode e.g. 1N4148. It's preventing a current 
from the capacitor into the reset pin, if power is switched off. In most 
cases it is not necessary.
Some µCs have a internal pull up so the 10k may also be omitted. I 
suggest to use it especially if you like to have a button.

Choose one of them ...
OP #6273495
Lesenswert?

Thank you for your answers.

Frederic S. schrieb:
> Consult your datasheet for more information
That is what I did at the very beginning, but it does not tell me what 
to do.

HildeK schrieb:
> Choose one of them ...
I can not clearify what are the two options
1. Button, 100R
2. No button, omit 100R

The circuit wich is on the development board looks like in the image, 
but then in goes to the debugger. This is what I can't do in my 
application.
So here I need a diode connected in parallel?

If I don't need a button, I will not use one.
I am so sorry, but it is not completely clear to me.

Thanks a lot
Angehängte Dateien:
Gast #6280379
Lesenswert?

Table 4-1. Signal Descriptions – RGZ Package (Datasheet side 8)

RESET_N 35 I Digital Reset, active low. No internal pullup resistor

Use the circuit recommended by HildeK. If no reset buton necessary, you 
can omit it together with 100R resistor.

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren