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

USB Device CDC ACM

Hello,I am working on USB device CDC ACM for STM32N655L0. I found an example about "Ux_Device_CDC_ACM" for NUCLEO-N657X0-Q. Can I use this example for my mcu? How can I find ioc configuration of this example?I also tried to implement this example to ...

BKaya_0-1750430697260.png
B.Kaya by Associate III
  • 336 Views
  • 4 replies
  • 0 kudos

SDIO with STM32U575

Hello everyone! I'm working on a project using an STM32U575 microcontroller, and I need to manage an SD card (read, write, etc.) via SDIO in 1-bit mode, but without using FreeRTOS. I noticed that FatFs is not natively supported for this MCU in STM32...

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
  • 252 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
  • 172 Views
  • 2 replies
  • 0 kudos