• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Interface » /etc... Interface » RS-232 Forum » Strange problem with MAX3232 (noise on 3.3v rail)
Share
/etc... Interface
  • Forums
Options
  • Subscribe via RSS

Check out
Analog Wire blog

  • $core_v2_blog.Current.Name

    This amplifier doesn't exist...now what!?

    Posted 17 hours ago
    by Xavier Ramus
    Sometimes it’s impossible to find an amplifier with the right input and output characteristics, but a signal chain approach...
  • $core_v2_blog.Current.Name

    Cable equalization 101 – Automating your design

    Posted 3 days ago
    by Hooman Hashemi
    Judging by the number of views on a post related to numerical cable equalization , on the High Speed E2E forum (more than 3,700...

Strange problem with MAX3232 (noise on 3.3v rail)

Strange problem with MAX3232 (noise on 3.3v rail)

This question is not answered
Gracufl Penguin
Posted by Gracufl Penguin
on Dec 08 2011 01:50 AM
Intellectual300 points

 

I have been using the same basic design on many boards, which consist of the following:

- MSP430

- Switcher for 5v and LDO down to 3.3v

- MAX3232 for serial peripherals

Till now I have not had a problem, but lately one has arose. The issue is that when I connect an external RS232 device to the MAX3232, there is a lot of noise on the 3.3v rail to the extent that it interferes with the I2C and SPI communications.

Attached are some scope grabs and the schematic for the power section. The use of the MAX3232 is by the book (i.e. all caps are 0.1uF).

Why would the external RS232 connected to one side of the MAX3232 be causing fluctuations on the 3.3v rail and interferance on other logic lines?

By the way, I am only using the MAX3232 because it is 3.3v (so it can connect to the MSP). I do have a 5v rail on the board also. Should I be using another line driver?

7433.3.3v rail testing with LDO, External PS, and RS232.rar

RS232 MAX3232 interference noise
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Ron Michallick
    Posted by Ron Michallick
    on Dec 08 2011 09:47 AM
    Mastermind30480 points

    Gracufl,

    Thank you for the detailed information and many waveforms. This was a great help to me.

    Some noise on the 3.3V line is expected because the capacitor charge pump is noisy by nature. The noise can be reduced by adding more (low ESR) bypass capacitance at the MAX3232. The MAX3232 charge pump runs as needed and it usually only take one cycle to recharge the pump. The heavier the load, the more frequently the pump runs.

    The larger noise is caused low phase margin of the LDO. It appears to be oscillating at a frequency much different than the charge pump noise when powered by the SMPS. Verify that the output capacitors are within the recommended range of the LDO.

    Regards,
    Ron Michallick

     

    Regards,
    Ronald Michallick
    Linear Applications

    TI assumes no liability for applications assistance or customer product design. Customer is fully responsible for all design decisions and engineering with regard to its products, including decisions relating to application of TI products. By providing technical information, TI does not intend to offer or provide engineering services or advice concerning Customer's design. If Customer desires engineering services, the Customer should rely on its retained employees and consultants and/or procure engineering services from a licensed professional engineer (LPE).

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Gracufl Penguin
    Posted by Gracufl Penguin
    on Dec 08 2011 09:58 AM
    Intellectual300 points

    Thanks Ron.

    Well, I have been having doubts about the LDO. It is a MIC5209 and the datasheet says ""The output capacitor should have an ESR (equivalent series resistance) of about 1ohm and a resonant frequency above 1MHz. Ultra-low-ESR capacitors can cause a low amplitude oscillation on the output and/or underdamped transient response.".

    Sounds like I might be better off looking for another part. Can you suggest a TI LDO for 3.3v ?

    By the way, should I be looking for another line driver? The only reason I am not using MAX232 is that I am using the MSP and 3.3v TTL logic. I have a 5v rail and can possibly look at another part. I recently heard of the MAX3223 but have yet to really understand the difference between that and the MAX3232.

    Thanks!

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Ron Michallick
    Posted by Ron Michallick
    on Dec 09 2011 08:33 AM
    Mastermind30480 points

    Gracufl,

    The MAX3223 is a MAX3232 with extra features added.
    The receivers and drivers can be disabled manually or automatically.
    An extra logic output goes low when all receivers have no input signal.

    The TLV1117LV33 is very low cost and states that it is stable with low ESR ceramic capacitors.

    Regards,
    Ron Michallick

    Regards,
    Ronald Michallick
    Linear Applications

    TI assumes no liability for applications assistance or customer product design. Customer is fully responsible for all design decisions and engineering with regard to its products, including decisions relating to application of TI products. By providing technical information, TI does not intend to offer or provide engineering services or advice concerning Customer's design. If Customer desires engineering services, the Customer should rely on its retained employees and consultants and/or procure engineering services from a licensed professional engineer (LPE).

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Gracufl Penguin
    Posted by Gracufl Penguin
    on Dec 10 2011 01:53 AM
    Intellectual300 points

     

    Hi Ron,

    I did some more testing, basically did two things:

    1. Populated a LDO only on to my newest version of the board and found it to be clean (5mV ripple, acceptable I think)

    2. Testing with a previous version of the board that uses same LDO and MAX3232 - got a 80mV ripple when the RS232 is connected and a little less when it is not connected

    So, it is clear that the MAX3232 is causing this noise on the 3.3v rail (and probably the source of my other I2C/SPI noise related issues as well). The question is, what to do and does it have to be like this. I understand that the MAX3232 uses charge pumps, but to they have to tug on the rail like that?

    By the way, the TLV1117LV33 is out of stock on most sites... (but anyway, while I am most willing to change LDO, I don't think that's the issue here)

    Thanks

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Gracufl Penguin
    Posted by Gracufl Penguin
    on Dec 11 2011 09:06 AM
    Intellectual300 points

     

    OK.... issue identified and basiclaly solved.....

    The MAX3232, when RS232 plugged in, was introducing too much noise on the Vcc line. This cause one of the components on the board to fail in such a way that it could still be communicated with over SPI but it did not do its job (basically an RF module, the noise was enough to screw up the receiver).

    My question now is - how can I prevent this noise from the charge pumps of the MAX3232 from coming on to the Vcc line??

     

    RS232 MAX3232 interference noise
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Ron Michallick
    Posted by Ron Michallick
    on Dec 12 2011 16:20 PM
    Mastermind30480 points

    Gracufl,

    Noise that the same frequency as the charge pump (pin3 clock  for example) is MAX3232 related, if it is a different frequency then the cause is elsewhere.
    That being said, I powered up the MAX3232 using just the data sheet caps. I also put 3k loads on both drivers to get the noise level up.

    I observed great reduction in noise by adding a 10uF or larger ceramic X5R capacitor in parallel with the VCC bypass capacitor.
    Also helpful was a 5 ohm series resistance with the 3.3V supply voltage.
    The MAX3232 has less noise when V+ capacitor was terminated at VCC.

    Regards,
    Ron Michallick

     

     

    Regards,
    Ronald Michallick
    Linear Applications

    TI assumes no liability for applications assistance or customer product design. Customer is fully responsible for all design decisions and engineering with regard to its products, including decisions relating to application of TI products. By providing technical information, TI does not intend to offer or provide engineering services or advice concerning Customer's design. If Customer desires engineering services, the Customer should rely on its retained employees and consultants and/or procure engineering services from a licensed professional engineer (LPE).

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Gracufl Penguin
    Posted by Gracufl Penguin
    on Feb 10 2012 11:44 AM
    Intellectual300 points

    Ron Michallick

    I observed great reduction in noise by adding a 10uF or larger ceramic X5R capacitor in parallel with the VCC bypass capacitor.
    Also helpful was a 5 ohm series resistance with the 3.3V supply voltage.

    Hi Ron. Few questions on this:

    - What should be the ESR of the 10uF cap?

    - Why add a 10uF to the 0.1uF already there? Why not just have the 10uF only?

    - What about replacing the 5 ohm resistor with a ferrite bead? (if so, what should be the rating of such a bead?)

    Thanks

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Gracufl Penguin
    Posted by Gracufl Penguin
    on Feb 11 2012 01:40 AM
    Intellectual300 points

    I keep coming back to this again and again..... I can't be the only one using a combination of digital circuits and RF..... I am sure that other folks are also using line driver on designs that also use RF components.

    The problem is that without a doubt, the MAX3232 is introducing noise on the Vcc. This is reduced by enlarging the decoupling capacitors but still is present, and moreover it gets worse when an external RS232 device is connected (i.e. when the line driver is actually driving).

    This noise basically messes up the receiver of the RF module we are using and prevents it from working properly.

    So again, how to prevent the MAX3232 from screwing up the Vcc? If it is not used, I get a very nice 5mV ripple which is fine. But when they are used, ripple is 10-60mV!

    There has to be a way to isolate these trouble makers.....

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Ron Michallick
    Posted by Ron Michallick
    on Feb 13 2012 11:22 AM
    Mastermind30480 points

    Gracufl,

    If the 10uF cap is low ESR then the 0.1uF cap won't add much benefit. 0.1uF caps general have a higher self resonant frequency than a 10uF cap so the parallel pairing increases the frequency range of the capacitive action.

    Lower ESR is beneficial , but I do not have specific value in mind.

    Would consider using an series inductor? If so, I will test a few.

    Regards,
    Ron Michallick

     

    Regards,
    Ronald Michallick
    Linear Applications

    TI assumes no liability for applications assistance or customer product design. Customer is fully responsible for all design decisions and engineering with regard to its products, including decisions relating to application of TI products. By providing technical information, TI does not intend to offer or provide engineering services or advice concerning Customer's design. If Customer desires engineering services, the Customer should rely on its retained employees and consultants and/or procure engineering services from a licensed professional engineer (LPE).

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Gracufl Penguin
    Posted by Gracufl Penguin
    on Feb 14 2012 00:43 AM
    Intellectual300 points

    Hi Ron. Actually, as far as testing, if you like it would be great if you could try something which was suggested to me but I can't try yet as the PCB does not allow. It was suggested, that a resistor be added in series with the C1 (~47ohm). Presumably that helps also.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Ron Michallick
    Posted by Ron Michallick
    on Feb 17 2012 10:21 AM
    Mastermind30480 points

    Gracufl,

    The noise benefit for a C1 resistor is minor. I would not use more the 10 ohms. At 33 ohms the charge pump ran all the time just for the 3k loads on the drivers not including capacitive load while switching.

    I tested a 5 and 10 ohm resistors in series with VCC line with caps on both side of resistor.

    So far, larger caps on VCC and optional VCC series resistor are the most effective for supply noise reduction.

    Regards,
    Ron Michallick

     

    Regards,
    Ronald Michallick
    Linear Applications

    TI assumes no liability for applications assistance or customer product design. Customer is fully responsible for all design decisions and engineering with regard to its products, including decisions relating to application of TI products. By providing technical information, TI does not intend to offer or provide engineering services or advice concerning Customer's design. If Customer desires engineering services, the Customer should rely on its retained employees and consultants and/or procure engineering services from a licensed professional engineer (LPE).

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use