2020-11-27 12:27 AM
Dear Sir,
I have questions about STM32G474RET6. I have 25 MCUs in my hand. After SMD and power on, I found some abnormal conditions. Then, I swap the MCU (NUCLEO-G474RE and my PCB) and use the same firmware, the MCU can work normally on my PCB.
Thank you.
2020-11-27 05:11 AM
> Can you explain what different at there two MCU ?
Revisions are typically made to correct hardware issues. You can find out the known issues by reading the errata sheet, which notes which ones have been fixed in which revision.
> If these two are different, how to confirm that the MCU I bought is correct and working?
No silver bullet here. Could be a hardware issue. Look like there could be a solder bridge on the top-left on the bottom picture. Inspect power rails, step through code to find issues.
> At NUCLEO-G474RE, there have use 24 MHz crystal (External HSE CLK), after testing (removing SB25 and SB26), it is not necessary. What is its function here?
To use the HSE clock, you need to enable it and select it as a clock source. CubeMX can do this for you within the SystemClock_Config function. The benefit of HSE is higher precision and (pretty sure) lower power compared to HSI.
2020-11-27 05:15 AM
The Y revision has an incredible amount of _2_ issues fixed w.r.t. Rev Z. Both are ADC issues.
2020-11-27 02:47 PM
The U suffix is used to mark, that licence fees have been paid for software which accompanies the related Nucleo board. That has no relationship to functionality at all.
JW
2020-11-27 03:15 PM
> The benefit of HSE is higher precision and (pretty sure) lower power compared to HSI.
Datasheet shows several times higher current consumption for HSE compared to both of HSI.
2020-11-29 06:17 PM
Hi TDK,
Thank you for your reply.
But there are some errors in your reply.
"It seems that there may be a solder bridge in the upper left corner of the bottom picture." -> The bottom picture works, but the top picture does not work.
I double-checked the "solder bridge" in the bottom picture, there is no "solder bridge" on the actual PCB.
2020-11-29 06:29 PM
> But there are some errors in your reply.
I didn't say there definitely is, just that there may be, based on the low-quality pictures you provided. My actual quote was:
> > Look like there could be a solder bridge on the top-left on the bottom picture.
Also, HSI is lower power, as pointed out by Piranha. That one was an error.
2020-11-29 09:07 PM
Hi TDK,
Thank you for paying attention to this point. We have confirmed this part and there is no problem.
Based on the information currently obtained, the MCU and EVM purchased by MOUSER are actually only used to correct internal problems, not a major revision. I still can't understand why after transplanting the MCU on the EVM to the PCB I designed, the PCB and the designed functions can work normally, but the MCU I bought from MOUSER cannot work.
P.S.: EVM = NUCLEO-G474RE.
2021-01-06 08:23 AM
Hi WLai.1 ,
Both devices differs only in limitations described in erratasheet.
What is exactly the problem which is present in the device with Revision Z ?
Regards
Igor