Skip to main content

Questions tagged [maxim]

The tag has no usage guidance.

0 votes
0 answers
32 views

Can the MAXINT1 fpga be programmed?

Is it possible to program the MAXINT1 board included in the MAX14808 EV kit? There is little to no documentation for the MAXINT1 board.
ELIZ's user avatar
  • 1
0 votes
0 answers
121 views

Potential Reasons for Fault on RS-485 Transceiver

I am working with the MAX3441 RS-485 transceiver, but I have run into faults with the three transceivers I have tested, so I am wondering if anyone can shed some insight on potential reasons for the ...
SubjectFocused's user avatar
1 vote
1 answer
170 views

MAX32660 SPIMSS DMA documentation?

SPIMSS DMA examples are conspicuously missing from the MAX32660 SDK version that I have. Is there any documentation that explains whatever operating conditions are relevant to an actual SPIMSS DMA ...
personal_cloud's user avatar
0 votes
0 answers
42 views

MAX32660 SWD: Meaning of CSYSPWRUPREQ not asserted?

In a working SWD sequence generated by pyocd, the MAX32660 target's DP4 (CTRL) register has the CSYSPWRUPREQ bit set, as follows (as reported by the probe's console): ...
personal_cloud's user avatar
0 votes
1 answer
33 views

MAX32660 SWD SELECT does not affect the next AP read

I am trying to write my own PyOCD SWD probe module (because DAPLink is broken and nobody knows how to compile it, while the remaining 2 probes that PyOCD 0.26.1 supports, which we shall not name here, ...
personal_cloud's user avatar
0 votes
1 answer
58 views

MAX32660 SWD specifications?

Where can I find the SWD (Single Wire Debug) specifications for the MAX32660? I searched the user guide and data sheet, but could not find key SWD parameters such as signal timing, which features it ...
personal_cloud's user avatar
0 votes
0 answers
58 views

How to compile MAX32625PICO DAPLink firmware

I want to recompile the MAX32625PICO's included DAPLink firmware myself to fix the pin-wiggling code. Maxim distributes working firmware images on a page that describes them as licensed under Apache 2....
personal_cloud's user avatar
3 votes
3 answers
249 views

MAX32660-EVSYS SWD not working with longer cable

My MAX32660-EVSYS frequently fails to start pyocd and/or program the target when the ARM SWD (Single Wire Debug) cable (connecting it to the target MAX32660) is 12 inches or longer. It appears that ...
personal_cloud's user avatar
0 votes
1 answer
55 views

Connecting load to circuit resets MAX809

I have a MAX809T which partially works fine, outputting high when voltage is above the threshold after a small 1 second time delay, and outputs low when the voltage is below the threshold. It also has ...
UnknownDagger's user avatar
1 vote
1 answer
165 views

Setting SNK POD values for MAX77958

In the datasheet for the max77958 it states: ...
topher217's user avatar
  • 223
0 votes
1 answer
19 views

Required supply power for MAX11301

I'm looking to use the MAX11301 for a project, in reviewing the datasheet i'm confused by exactly what the supply voltage required would be. I need to use some of the ports in the DAC analog output ...
bdmcnamara's user avatar
0 votes
1 answer
73 views

Can someone confirm the typical application circuit of MAX664x Fan controller datasheet?

I'm planning to use the MAX 6644 for a simple fan control application. All in all the IC is very straight forward to use. However after analyzing the typical application circuits in the datasheet I ...
Svenito's user avatar
3 votes
3 answers
356 views

Should I include the resistance of capacitors and inductors (reactance) in my schematic?

I generated a DC/DC PS circuit from Maxim Integrated, and got this output: You'll notice that both the inductors and the capacitors have their respective resistances marked (in milliohms). Are these ...
CATboardBETA's user avatar
1 vote
0 answers
357 views

OpenOCD stuck listening on ports

I have a fresh install of Maxims Micros SDK and I am having an issue when I try to debug or even run on target. I get the following output on the eclipse console, it never gets past this listening ...
Edwin Fairchild's user avatar