STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! IAR 8.50 not discern STM32C0XX series chip

HI Guys,Sorry to bother you... Now I was working use STM32C0XX series chips, my development tools is IAR8.50, and find that IAR8.50 can't show STM32C0XX series chip, I had check some data: someone said should upgrade IAR FW, others said I should add ...

gavin3_0-1712804660484.png
gavin3 by Associate II
  • 240 Views
  • 2 replies
  • 2 kudos

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
  • 985 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
  • 494 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
  • 296 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
  • 1118 Views
  • 5 replies
  • 0 kudos