STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is the register behavior of "rw_wt"?

I'm trying to understand the register behavior of rw_wt.In the RM0090, Ethernet DMA transmit poll demand register (ETH_DMATPDR) has a register. this register declared as "rw_wt". But I don't know how rw_wt work.Could you please clarify the register b...

I have an STM32H743. I am trying to configure a Layer 4 inverse filter on destination port . My intention is to allow all broadcast traffic except for one that has a particular destination port.

I am configuring the following control registers.  heth->Instance->MACCR |= ETH_MACCR_IPC; // INVERSE MATCHING heth->Instance->MACPFR |= ETH_MACPFR_IPFE; heth->Instance->MACL3L4C0R |= 1<<21;//ETH_MACL3L4C0R_L4DPIM0; heth->Instance->MACL3L4C0R |= 1<<2...

ABuce.1 by Associate
  • 558 Views
  • 1 replies
  • 0 kudos