STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Read/Write specific register value on I2C

Hi,I am using STM32L031K6 MCU and SW4STM32 IDE for development. I want to read/write specific register value of i2c slave device from MCU(i2c master)Below is a code I am using.#include "main.h"   #define I2C_ADDRESS 0x3c #define MASTER_BOARD #...

hbhim by Associate II
  • 3624 Views
  • 11 replies
  • 0 kudos

STM32L4 USB Host communicating with a custom class device with multiple interrupt out endpoints.

Hi all,I am using the Nucleo-L476RG dev board and am using it as a USB Host to communicate with a custom vendor device which has 4 interrupt IN endpoints and 4 interrupt OUT endpoints.My code has been generated using CubeMX and I have generated a cus...

STM32H7_HAL Ethernet has problem yet.

Dear Imen,Thanks for your replay.I modified my project file using your new library file(ethernetif.c)And I was testing during two days.But, It has a problem yet.Previously, there was stop the ethernet in minutes.But, there was stop the ethernet in ho...

0690X000006CuwEQAS.jpg 0690X000006CuwJQAS.jpg

Unable to install driver for STM Device in DFU Mode.

We have a customised PCB and would like to have the feature of being able to flash the firmware using USB. So, we have the USB DM and DP pins wired to PA11 and PA12 pins (of STM32L152), respectively. We also configured the BOOT0 to HIGH and BOOT1 to ...

0690X000006CvOrQAK.jpg
Khoo.B by Associate III
  • 8725 Views
  • 8 replies
  • 0 kudos

Code updating through USB

I am using two STM32F4 controllers and communicating both of them. For code updation iam doing it through USB almost all controllers are detecting when we connect to USB but some controllers are detecting only when there is an internet connection to ...

saiteja by Associate II
  • 399 Views
  • 0 replies
  • 0 kudos

STM32CubeF1 software Patch

Dear Sir.​I downloaded Patch_STM32CubeF1 on the web of ST. However, it was decompressed but it was in version "STM32Cube_FW_F1_V1.6.0". On WEB is "1.7.1" Does anyone know any patch file of the correct version?

HUmet by Associate
  • 589 Views
  • 2 replies
  • 0 kudos

FatFs in STMCUBE

Hi,I have tested the FatFs on the STM32Cubemx,I have tested it on two different MCU's, STM32F401RC and STM32F429IGT6, it only works in the 1Bit mode on the STMF429 part, But the same settings on the STMCUBE and the STM32F401RCT6 part would not work, ...