STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB initialization for NUCLEO-H723ZG board

Hi,I have a problem when I try to use the USB-HS, in FS mode without ULPI, on the NUCLEO-H723ZG board. In HAL_PCD_MspInit() function for H7,  the pins are not initialized. And the USB doesn't work.But in the .IOC file, the USB_OTG_HS_DP and USB_OTG_H...

MonkEastman_0-1691469871934.png MonkEastman_1-1691469988386.png MonkEastman_2-1691470140430.png

Resolved! LOW POWER MODE

please help me to solve this .My prototype is going to stand by but never waking up.I have used WKUP4 how i can assign interrupts for this .void Enter_sleep(void) { //enable PWR control clock __HAL_RCC_PWR_CLK_ENABLE(); // Set SLEEPDEEP bit of C...

meena by Associate III
  • 740 Views
  • 1 replies
  • 0 kudos

STM32H747I-DISCO USART issue

When i want to init uart8static void MX_USART8_UART_Init1(void){huart8.Instance = UART8;huart8.Init.BaudRate = 115200;huart8.Init.WordLength = UART_WORDLENGTH_8B;huart8.Init.StopBits = UART_STOPBITS_1;huart8.Init.Parity = UART_PARITY_NONE;huart8.Init...

wjian.2 by Associate II
  • 558 Views
  • 0 replies
  • 0 kudos

Murata SCA3300_d01 sensor SPI_DMA communication

I am using NUCLEO-L4R5ZI MCU to communicate with Murata SCA3300 sensor. As an initial step I am trying to read WHOAMI to check weather SPI communication is established. According to data sheet of the sensor returned value should be 51h but I am getti...

shub by Associate
  • 485 Views
  • 0 replies
  • 0 kudos

ST-Link/V3 MINIE / V3 Mods UART flash

I have a question for you. The STM32 F303 processor can be programmed using the UART interface. I have ST-Link/V3 MINIE and V3-Mods and I'm trying to flash the processor using UART (I know it's possible via SWD but I absolutely need UART) After conne...

yaawl by Associate II
  • 6554 Views
  • 6 replies
  • 2 kudos

Crypt AES GCM is not correct

i use STM32F439ZIT6U and activate crypt function like below capture   and use library function   status = HAL_CRYP_Encrypt(&hcryp, (uint32_t *)inputStr, sizeStr, (uint32_t *)outputStr, HAL_MAX_DELAY); But outpustStr does not come out correctly like...

화면 캡처 2023-08-08 163254.png
daniel97 by Associate
  • 720 Views
  • 0 replies
  • 0 kudos

Motorola 1D Barcode Scanner using USB Host HID

In one of my projects I'm using USB Host with STM32F407, It's working fine for both keyboard and mouse but while using Motorola Barcode scanner i face some issue related to USB host ID as it keeps on changing. It will connect with " HID_Device " Id, ...