The MAX32660 microcontroller includes a DMA engine that allows transferring data automatically from/to different peripherals to a specified memory location. Below is a limitation and workarounds for the…
No, the MAX32660 has a limited number of pins and does not have a traditional JTAG port. Instead, it features the lower pin count interface, SDW. Production programming is done via SWD. An alternate option…
No. The default SWD port is P0.0 (SWDIO) and P0.1 (SWCLK). Each time the MAX32660 powers up, firmware can quickly change the SWD port. However, the default port must be used for the initial programming…
No. The default SWD port is P0.0 (SWDIO) and P0.1 (SWCLK). Each time the MAX32660 powers up, firmware can quickly change the SWD port. However, the default port must be used for the initial programming…
Follow these steps to erase a MAX32660 with firmware loaded that prevents the device from connecting to the debugger.
NOTE: You must have company's Microcontrollers Software Development Kit(MSDK) installed…
The MAX32660's printf() function does not work like a typical printf() function. The MAX32660 will not print any characters until it comes across a newline character, \n. Each time the printf() function…