reset pin as input; AVR32DA28 #328
-
I am trying to use reset pin as input but I have a compile time error: Of course I've selected Optiboot and Reset pin function as Input. My MCU is AVR32DA28. No matter what I call: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
My read of the datasheet is that PF6 is not available for any analog functions - input or output. At best, you can do a digitalRead, but not a digitalWrite. See page 18: https://ww1.microchip.com/downloads/aemDocuments/documents/MCU08/ProductDocuments/DataSheets/AVR32DA28-32-48-Data-Sheet-40002228B.pdf |
Beta Was this translation helpful? Give feedback.
My read of the datasheet is that PF6 is not available for any analog functions - input or output. At best, you can do a digitalRead, but not a digitalWrite. See page 18: https://ww1.microchip.com/downloads/aemDocuments/documents/MCU08/ProductDocuments/DataSheets/AVR32DA28-32-48-Data-Sheet-40002228B.pdf