cancel
Showing results for 
Search instead for 
Did you mean: 

we are using STM32H755IIT6 MCU we made 5 boards with the same MCU STM32H755IIT6 all the board can be programable with verification but only one board of start to run what we can check on the board to find the problem

SLeit.2
Associate II
 
24 REPLIES 24
SLeit.2
Associate II

0693W00000KZqBpQAL.pngwe are using the SMPS as the schema

we did the last idea about the power cycle and it didn't help

SLeit.2
Associate II

we need more help !!!!!!!!!!!!!!!!1

SLeit.2
Associate II

we still have the problem and we must get help

the MUC doesn't start to work

it is strange that ST AFE doesn't answer at all

Shouldn't VCAP capacitors be 2.2uF each, not 100nF?

Double check PDR_ON expectations​.

S​T has low participation here, work with an FAE out of your local office directly.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
SLeit.2
Associate II

we try to all the option

we did add capacitors on the VCAP

we did try to use external VCAP (1.2V or 1.1V) and the same

we must have a ST people may be they have better IDEA

SLeit.2
Associate II

We did change the capacitor and it doesn't Help

SLeit.2
Associate II

We are still waiting for ATM FAE help

some know if ST people looking for this web

we are in the problem more then 3 weeks

SLeit.2
Associate II

yes we are using SMPS

Like I said, there's little FAE participation here, they work directly with customer accounts in their own regions. I think we've established they are not going to respond here, so you'll need to use more classical contact methods. Buying from distributors, shake their tree.

Board bring-up tends to be the primary responsibility of the engineering team who designed it. And might require significant due-dillegence work to go over the design again, pin assignment, PCB, PCBA, netlists, etc.

So if understand the current state of things you can program and verify all the boards. This suggest code is running, but not necessarily well, and it likely either running from ROM, or stuck in some while(1) loop. The boards are at least semi functional.

The trick now would be to determine if the code is executing, and how deep it's getting.

The parts will run out of reset, you don't need to set any clocks or plls.

I'd start by adding code at the Reset Handler to set/toggle a GPIO, and then work deeper into the code flow to see how far I can still see signs of life.

Would do it in assembler, and I'd likely try to get a UART up next as a means of reporting status from within. The H7 should run at 64 MHz via HSI, so use that for baud rate computations.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..