STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is there a bug in the HAL USB HID mouse code?

The type definitions for HID_MOUSE_Info_TypeDef in the latest usbh_hid_mouse.h file in the STM32L4 package defines the x and y fields as uint8_t. The STM32Cube USB host library documentation says they should be int8_t. The USB specification seems t...

AWolf.8 by Associate III
  • 566 Views
  • 3 replies
  • 0 kudos

Code stucks at MX_USB_DEVICE_Init();

Hello, I use STM32F103C8Tx but USB communication does not work as it intends to. Sometimes codestuck at MX_USB_DEVICE_Init(); function.. More spesifically  it gets stuck atUSBx->BTABLE = BTABLE_ADDRESS; line inside of MX_USB_DEVICE_Init();When I con...

GunkutA by Senior
  • 363 Views
  • 0 replies
  • 0 kudos

Dual IPAddress support using LWIP

Hello All,I have a requirement where i want to use dual ip address on single MAC / Network interface. Is it possible using LWIP stack? IS this feature supported in LWIP? Any one aware of the challenges for the same.

AGupt.12 by Associate II
  • 451 Views
  • 1 replies
  • 1 kudos

STM32G4 UCPD without RTOS?

I am interested in the UCPD peripheral built in to the STM32G431. However, I noticed that the software support for the peripheral requires FreeRTOS. Does anyone know of any support (or planned support) for the UCPD peripheral that does not require an...

jefflongo by Associate III
  • 891 Views
  • 1 replies
  • 0 kudos

Fail to write to SD

Hi,I'm using STM32L451RCT with SDMMC and FATFS.I'm Generating the code from CUBE.Reading files (f_read) from SD is working but I'm failed to write to file (f_write)Does anyone know how can I solve the problem

Schar.1 by Associate
  • 716 Views
  • 3 replies
  • 0 kudos

stm32l4xx_ll_rcc.h and stm32g4xx_ll_rcc.h wrong implementation of LL_RCC_PLL_ConfigDomain_SYS macro

Wrong original:__STATIC_INLINE void LL_RCC_PLL_ConfigDomain_SYS(uint32_t Source, uint32_t PLLM, uint32_t PLLN, uint32_t PLLR){ MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC | RCC_PLLCFGR_PLLM | RCC_PLLCFGR_PLLN | RCC_PLLCFGR_PLLR,       Source | PLLM |...

Robert1 by Associate II
  • 506 Views
  • 1 replies
  • 0 kudos