STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H735 RMII_REF_CLK 50MHz

Hi All,I have a 50MHz clock with 1Vpp and the MAC is not working. The only information I have from the RM and datasheet is this is a digital input pin and never mentioned about the voltage level. Please help what is the clock pulse VPP for RMII refer...

Stm32h750vbt6 hrtim center aligned mode

I am using stm32h750vbt6 for pmsm foc. I want to know if there is a way to use hrtim in center aligned mode as it would be needed for svpwm.Right now I'm updating the duty cycle with the following settings.Set comparator value: counter value/2 - duty...

Zain by Associate III
  • 768 Views
  • 5 replies
  • 0 kudos

LDORDY bit not found

LDORDY bit does not exist in any registers mentioned in RM0503 rev 2 . I am using ADC1 in STM32U031R6T6 and the code migrated from STM32L010R8T6 is not working .  

KSB_0-1721098607452.png
KSB by Associate II
  • 786 Views
  • 7 replies
  • 1 kudos

Ethernet VISA read timeout

I am using stm32f4 for lwip ethernet It works nice with my custom monitoring program, hercules or etc But in VISA instrument monitoring program it make some problem RsVisaTester7.2.3 is now I am using  When do Query with my device that bring data exa...

SKim.1761 by Associate III
  • 306 Views
  • 0 replies
  • 0 kudos

Resolved! NEO-6M GPS Module Receiving Poor Data

Hello board. I am attempting to implement an STM32F0 to receive data from a GPS module, a NEO-6M in this case, and then transmit it to an external LoRa module. I am attempting to implement this by initializing a ring buffer and inserting information ...

Resolved! STM32U5 LPDMA with SPI and circular buffer

I have a sensor (SPI slave) that follows this process:Master sends configurationMaster sends start commandEvery millisecond (or according to configuration):The slave signals that data is ready by pulling a pin lowThe master pulls CS lowThe master sen...