Questions tagged [maxim]

11 questions
3
votes
3 answers

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 values important enough (generally speaking) for…
CATboardBETA
  • 223
  • 2
  • 11
1
vote
1 answer

Initializing MAX 30009 with NRF5340

I have just started working on Initializing MAX 30009 bioimpedance sensor with NRF5340. Since there are no examples or libraries related to max 30009 sensor on any platforms, it has been very difficult for me to initialize it. I tried using sensor.h…
Barsa
  • 11
  • 1
1
vote
2 answers

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 the protocol is running really slow (<1MHz) so I…
personal_cloud
  • 317
  • 4
  • 11
1
vote
0 answers

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 step. This is only the case on windows 11. On a…
Edwin Fairchild
  • 871
  • 13
  • 22
0
votes
1 answer

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 supports (such as packed transfers), etc.? ARM's…
personal_cloud
  • 317
  • 4
  • 11
0
votes
0 answers

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.0. So I ought to be able to compile them myself,…
personal_cloud
  • 317
  • 4
  • 11
0
votes
1 answer

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 a hysteresis. However, when I connect a load,…
0
votes
0 answers

Setting SNK POD values for MAX77958

In the datasheet for the max77958 it states: "Default sink PDOs: 5V/3A, 9V/3A, and 15V/3A. If there are multiple source PDOs matching to the MAX77958 sink PDO list, the MAX77958 requests the highest power of PDO." I'm trying to limit the requested…
topher217
  • 213
  • 1
  • 9
0
votes
1 answer

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 mode from 0-10V. I'm planning to supply the…
bdmcnamara
  • 23
  • 5
0
votes
0 answers

Current measurement with MAX78630

Abstract I am developing a "irrigation pump" energy analyzer. Irrigation pumps are controlled with Wye-Delta controller (in my country, soft starters are not used common). In these controllers system have X/5 current transformers for measuring…
0
votes
1 answer

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 have doubts as to the circuit can actually…