Yes, the MAX32620/21 can be configured to output a 32.768kHz square wave on pin P1.7. Likewise, it can be configured to output this signal in all low power modes, including LP0 and LP1.
No, external capacitors are not needed on the 32KIN and 32KOUT pins. The 32KIN and 32KOUT pins have an internal capacitance of 6pF each. Therefore, only a 32.768kHz crystal (XTAL) should be connected to…
A couple of acronyms to know:
PMU = Peripheral Management Unit
ADC = Analog to Digital Converter
The PMU_Start() function expects the descriptor list to be in flash; that’s why it’s declared…
Please refer to Page 214 of MAX32620 User Guide for the Watchdog configuration, to know the procedure.
Page 220 of the User Guide of MAX32620 (rev.C) shows WDTn_CLEAR. Commands 0xA5, 0x5A sequence are…
Answer: The MAX32620 I/O pins are capable of providing both 1.8V and 3.3V logic. To switch between the two levels there a per-pin-function in place. Use the following Arduino code to switch:
useVDDIO…
Yes. The Universal Cryptographic Library (UCL) implements almost all of the usual and standard cryptographic algorithms. You can ask your FAE for this library and code example.