STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32U595 USB pins do not work as GPIO

Hello ST experts I found the same problem as previous post  https://community.st.com/t5/stm32-mcus-embedded-software/stm32f072xb-gpio-issue-usb-pins-do-not-work-as-gpio/m-p/151104#M8715  But for stm32u595, I can not find the similar register USB_CNTR...

Resolved! Power Consumption Measurement

Hello everyone,I need to get some information about the power consumption of the STM32 Nucleo-64 with STM32F401RE MCU.The board is powered from the computer's USB port.The board has a IDD jumper (JP6) for MCU current measurement so I attached a Parks...

QSPI Interfacing for Winbond Flash Memory STM32

I have trying to use the ST Hal Library for interfacing the Win Bond Serial Flash IC with part Number w25q64jv. With Git repo Library which i found online https://github.com/Crazy-Geeks/STM32-W25Q-QSPI . The Code work only until he W25Q_init() functi...

NikhilP by Associate II
  • 290 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F0 RTOS create task causing hardfault

This is my main program: int main(void) { HAL_Init(); /* USER CODE BEGIN Init */ TaskHandle_t task1_handler; TaskHandle_t task2_handler; BaseType_t status; /* USER CODE END Init */ /* Configure the system clock */ SystemClock_Confi...

Jemegen by Associate III
  • 160 Views
  • 6 replies
  • 2 kudos

Composite Device problem.

HelloI am working a project that implements CDC_ACM and MSC devices in a composite device.Device Manager displays these as USB Serial Device (Com35 , works) and STM Product USB Device (Mass Storage Device). But Disk Drive does not appear in Explorer ...

lubo by Associate
  • 159 Views
  • 2 replies
  • 0 kudos

f_lseek returning FR_INT_ERROR in stm FATFS

Hello, I am trying to interface the sdcard FAT32 based on SPI with STM32F429ZI MCU. I am using the FATFS library (R0.12c) provided in the stmcube ide. I am able to successfully initialize the sdcard using f_mount() function. I want to implement the b...

shefu by Associate II
  • 217 Views
  • 5 replies
  • 0 kudos

netxduo link state not initialized properly

Dear Community,We're just building up a product with NetXDuo on a STM32H563 having some issues with the Link-Establishment.We use newest CubeMX (6.11.0) with newest Firmware-Package (1.2.0) to generate the init-code and use the same PHY as in the Eva...

stst9180 by Associate III
  • 168 Views
  • 3 replies
  • 2 kudos