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.
I don't have PGA460-Q1. Can I use Arduino MEGA2560 to comunicate with PGA460PSM-EVM? If yes, how can I do it? How is the pinout configuration?
Hope to hear from you soon.
Best Regards,
Gabriel Onzi
Hi Gabriel,
Yes, you can use the Arduino MEGA2560 to interface to the PGA460PSM-EVM through UART or SPI.
For UART communication to the PGA460PSM-EVM, you will need to connect:
For SPI communication to the PGA460PSM-EVM, you will need to connect:
If you are to use a 5V logic level microcontroller such as an Arduino, you must connect a 100kOhm pull-up resistor from the PGA460 TEST pin to an external 5V rail. If the PGA460 TEST pin is floating, then the device will assume 3.3V logic level operation. See the PGA460 datasheet section "7.3.12 TEST Pin Functionality" for details on enabling 5V logic level interfacing for UART or SPI.
The PGA460 Energia Library and Code Example is available and can be easily ported into Arduino.