STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TXE interrupt comes even though TXEIE is not enabled

Basic setting of USART2: DMA Transfer and receive via interrupt as RS485.As long as only DMA transfer is ongoing, all will be ok. At first time a receive interrupt will occur, the transmit will trigger an interrupt, even though no TXEIE is set. This ...

rodi66 by Visitor
  • 45 Views
  • 2 replies
  • 0 kudos

About STM32U585 Flash ECC error

According to the description of Section 7.3.2 "Error code correction (ECC)" in the RM0456 manual, reading the data at address 0x0BFA1F80 is supposed to generate an NMI interrupt.However, when I tried to read the data at this address, no NMI interrupt...

slow hspi clock speed on STM32U5G9

I am using the hspi1 peripheral in HyperBus mode on an STM32U5G9 processor.I used STM32CubeMX to configure the hspi clock to 160 MHz, generated from the SYSCLK.  The hspi is configured with 0 Clock Prescaler with the intention of having an external 1...

rdl_42 by Associate II
  • 32 Views
  • 1 replies
  • 0 kudos

STM32H5 Interface With Gigabit Ethernet PHY device

Moved from MPUs forum.Hi, i must Use a Single Port Gigabit Ethernet PHY  that have a RGMII Gigabit Interface to connect a RMII 10/100 MbitEthernet MAC interface of the STM32H563VI MCU. Do you think it is possible to connect a Gigabit PHY chip to the ...

B.Michele by Associate III
  • 120 Views
  • 6 replies
  • 1 kudos

Program doesn't work anymore after ST-Link upgrade

 I had a program tested and running on a NUCLEO-F072RB for some time. Later I custom built my own PCB (using a STM32F072RBT6) and flashed the exact same code onto it using a STLINK-V3SET and the program did not work. I had no idea on why the program ...

Resolved! eStore coupon can't apply

Hi, I need help for estore coupon.  I got an email the redeem free board with exclusive code on ST estore.  After applying the code, A message "Your cart is not eligible for this promotion.  Ensure that you are logged in and items match promotion ter...

ctien1 by Associate
  • 980 Views
  • 2 replies
  • 0 kudos

STM32H563VIT6 DAC1 Output Unexpected

Driving DAC1 channel 1 with         HAL_DAC_Start(&hdac1, DAC_CHANNEL_1); ... while (1) { HAL_DAC_SetValue(&hdac1, DAC_CHANNEL_1, DAC_ALIGN_12B_R, 4095UL); HAL_Delay(100UL); HAL_DAC_SetValue(&hdac1, DAC_CHANNEL_1, DAC_ALIGN_12B_R, 0UL); HAL_D...

mccabehm_1-1738710940044.png mccabehm_2-1738711213554.png
mccabehm by Associate III
  • 176 Views
  • 8 replies
  • 0 kudos