Stm32f429 disc1 board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 5:45 AM - last edited on ‎2024-07-19 6:01 AM by Peter BENSCH
Will my gpio pin gets effected if I give a voltage of 4v because my board Is not working it is getting heated once i connect the supply through usb.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 9:12 AM
Internally, there are protection diodes which protect over-voltage conditions. These are present for emergency situations to avoid damaging the chip. However, they are not meant to be used all the time. Eventually, they will degrade and wear out due to accumulation of thermal and electrical stress.
If you want to learn more, you can look up accumulation of damage due to ESD events to understand what is happening at the silicon level. Just because it works once doesn't mean it will always work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 6:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 7:09 AM
1) I'm using Stm32f429 disc 1 board
2)I wanted to measure a signal using internal adc with reference voltage of 3.3v . The gpios I'm using are pa2,pa3,pa6 all are of different voltages of 2.7v, 2v and 4v.
3) Suddenly the board stopped working and it's showing st link not detected when I start debugging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 7:14 AM
Pins are not 5V tolerant when they're in analog mode (e.g. being used by the ADC). Putting them above VREF can damage the board.
If you remove the voltage and the board works okay, good, but something may have been damaged.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 8:01 AM
Is there any way that I can find what has happened as it was working fine with 4v for many months.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 8:19 AM
You've over-stressed the part.
Over-stressing won't necessarily cause immediate failure but the longer you keep it over-stressed, the more likely it is to fail.
Same as if you overload a car - you might get away with it initially but, sooner or later, something will break.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 9:12 AM
Internally, there are protection diodes which protect over-voltage conditions. These are present for emergency situations to avoid damaging the chip. However, they are not meant to be used all the time. Eventually, they will degrade and wear out due to accumulation of thermal and electrical stress.
If you want to learn more, you can look up accumulation of damage due to ESD events to understand what is happening at the silicon level. Just because it works once doesn't mean it will always work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 9:37 AM
- Now I want to make a custom board for the same stm32f429 disc 1 with the required features Stm32f429 custom board schematic
- How can I replace the stlink part with the external debugger what are all the pin that I should bring out from the MCU part
- Which is the ideal debugger for the custom board I want it to work same like disc1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 9:43 AM
Or you had a poor ground connection between your assorted supplies, and the electrons found a different path with a much more significant potential difference..
3) Learn through failure, purchase a new board. Have better isolation, and read data sheets.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 10:07 AM
This is the schematic of my custom board Stm32f529 board can there be any issues in it I cannot able to find the problem
