CC2520/ATtiny861A pin configuration

attinyavrmicrocontrollerpins

I am looking to hook up a radio with an ATtiny861A microcontroller. The radio that I will be using is the CC2520 from Texas Instruments. The RESETn pin(on the CC2520) will allow me to put my circuit into a sleep mode and this requires me to have the reset pin attached to the MCU(The datasheet says that I could reset it through SPI but I want to know if I can use one of the pins that I have left over). The RESETn Pin says it is a TBOUTH/SVSOUT. Leftover on my 861A MCU I have pin 4 which is OC1B/PCint11, pin 17 which is AREF/PCINT3, and pin 9 which is ADC9/INT0/T0/PCINT14. Am I able to connect any of these pins to the RESETn from the CC2520 radio?
Thanks

Best Answer

From the CC2520 datasheet it looks like all you need to do is control the resetn of the CC2520 with any GPIO pin. As long as you can drive the pin high and low you should be fine. Any of those pins should work provided they are configured as outputs.

I might consider adding an external pullup resistor on that resetn line if you don't want the CC2520 to be reset when the MCU gets reset, otherwise it shouldn't really matter.