STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NUCLEO-H7S3L8 USB_HS Clock Reset Timeout

The USB_OTG_HS peripheral keeps timing out on init and hanging the whole program.I have created a STM32 project using the NUCLEO-H7S3L8 board from the new project menu. I have enabled the USB_OTG_HS as device only (but left the middleware disabled) a...

Linduri by Associate II
  • 171 Views
  • 2 replies
  • 0 kudos

Wait on HAL_GetTick not working

Hi everyone,I'm new to STM32CubeIDE and encountering an issue with my code. It seems to halt at the following loop:  while ((HAL_GetTick() - tickstart) < wait) { } I've attached the .ioc file for reference. Can someone help me identify why the pr...

mkothuri by Associate II
  • 250 Views
  • 1 replies
  • 0 kudos

Resolved! void pointers

I faced with an interesting issue. Here is the code:1. Working: void GameScreenPresenter::activate() { IScreen* scr = &view; scr->Func(); } 2. Doesn't work: void GameScreenPresenter::activate() { void* ptr = &view; IScreen* scr = static_cast<IScreen*...

USBX Add Custom Class

MCU:STM32U585xxEnv:ThreadX + USBX + FileXI want to use USBX add my own class type, but I'm already have 3 classes, HID, MSC and CDC ACM, it means 4 classes after added my own.In file (ux_device_descriptors.h) have a define (USBD_MAX_SUPPORTED_CLASS  ...

Jason927 by Associate
  • 146 Views
  • 0 replies
  • 0 kudos

Resolved! FDCAN Error Counters

Hello,Where can I find documentation on the error counters of the FDCAN_ErrorCountersTypeDef structure? I would be particularly interested in how the incrementation of TxErrorCnt behaves if hfdcan1.Init.AutoRetransmission = ENABLE; (How often does th...

MFrie.7 by Associate II
  • 331 Views
  • 3 replies
  • 1 kudos

Resolved! stm32h745 eth freertos+tcp freertos + lwip

Hello,I am new to the STM environment and need to test if one M7 core is sufficient for my project. I need to use Ethernet (simple GET, POST, and PATCH requests), an LCD touch panel, and a peripheral that requires EXTI interrupts approximately every ...

RafaelS by Associate III
  • 385 Views
  • 1 replies
  • 0 kudos