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

Resolved! Call HAL_ETH_ReleaseTxPacket() from ISR context?

I am connecting a TCP/IP stack to the HAL_ETH driver of an STM32F7xx. I am using https://github.com/STMicroelectronics/STM32CubeF7/blob/master/Projects/STM32F767ZI-Nucleo/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS/Src/ethernetif.c as a starting ...

riwe by Associate II
  • 178 Views
  • 2 replies
  • 0 kudos

Global Interrupt Disabling in LPTIM_Disable()

Could you please explain why global interrupts are disabled (using __disable_irq()) at the beginning of the LPTIM_Disable() function, and re-enabled at the end?Does this relate to ensuring atomicity during the timer's register save/restore process, p...

Tom_18 by Associate
  • 98 Views
  • 2 replies
  • 0 kudos