STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Ethernet configuration issue

HI STM team,I am using NUCLEO-F439ZI BOARD. I am new to this board. According to the basic configuration the ETH selection shows the warning symbol, reference based on the internet example, the ethernet configuration it does not show the PHY Address ...

Ramachandran1992_0-1714455846651.jpeg Ramachandran1992_1-1714456093524.png

Pin function Spreadsheet

Does ST provide an excel or CSV form of a pin functionality spreadsheet, to aid in assigning pin connections during development? This would be similar to Table 13 in the datasheet, but not in PDF form.

Stan0402 by Associate II
  • 11509 Views
  • 11 replies
  • 3 kudos

Resolved! STM32U599VIT6Q - Not able to flash through the JTAG pins

Hello,I am using STM32U599VIT6Q for my project and I am unable to flash the MCU. When I turn on the board it consumes 50mA. Also, I am not using SMPS so I have connected the pins (VDDSMPS, VDDLXSPS, VDD11, and VSSSMPS) to the GND. Whenever I try to r...

Using STM32 HRTIM to Transmit the Input Signal to the Output

Hi,I want to use STM32G474's HRTIM for my project.There is one input(A) and 2 output(B,C) signals.I need to check the input signals controls and then I want to transmit the 'A' signal as the output as the 'B' signal. It should be same as the A signal...

0693W00000YA2qgQAD.png
gunccc by Associate II
  • 1746 Views
  • 1 replies
  • 0 kudos

STM32G0B1 FDCAN and bit timing

Hi,I would like to use the FDCAN peripheral of the STM32G0B1, for CAN2.0B.Coming from the F0 CAN peripheral, I can understand most of the new peripheral easily.However, for the bit timing, per FDCAN specification, there are 2 bit times: the nominal (...

Kraal by Lead
  • 4944 Views
  • 7 replies
  • 1 kudos

STM32H750 issue switching system clock to PLL1

I'm trying to get the STM32H750 discovery board running at 400MHz with as little code as possible. (plain C with ST's startup file, cherry-picking structs and defines from CMSIS)As far as I can tell I do most of the things, ST's examples do before an...