STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can I discard Drivers/ folder when archiving? My STM32F401 project folder is 6.1 MB after 'clean' but most (5.7MB) is just the Drivers/ folder

After doing "clean" on my project, the large majority of space in the project (5.7 / 6.1 MB or 93%) is occupied by the Drivers/ folder. I assume that can be easily re-created by any install of STM32CubeIDE during a compile anyway, so is it necessary ...

JBeal.1 by Associate II
  • 1034 Views
  • 3 replies
  • 0 kudos

Resolved! I2C Receive Function Size Parameter Problem

Hi,I am working on STM32G474RET6 MCU in i2c slave mode. I want to make a polling mode with DMA but the problem is i don't know the receiving data's length. Every time it can be different. But 'HAL_I2C_Slave_Receive_DMA(I2C_HandleTypeDef *hi2c, uint8_...

gunccc by Associate II
  • 1962 Views
  • 4 replies
  • 0 kudos

Resolved! I2C does not work with Arduino IDE and STM32L152

Hi,I tried the following program:#include <Wire.h>   void setup() { Wire.begin(); //creates a Wire object // set I/O pins to outputs Wire.beginTransmission(0x20); // MCP 23008 Port Expander Wire.write(0x00); //selects the IODIRA register Wire.write(0...

PStol.1 by Associate
  • 1278 Views
  • 3 replies
  • 0 kudos

What is the problem with this display, I am using the STM32F7508-DK With 800x480 Display but I am getting artifacts when using transition function in touchgfx

I am using TST070CBOT-01P Along with STM32F7508-DK using RGB Interface , I have wired the jumpers with the display to the corresponding pins and everything works fine in static mode, But when transition begins then the Display shows artifacts as show...

Caan by Senior
  • 1792 Views
  • 8 replies
  • 0 kudos

Resolved! evaluate both adc on STM32373C-EVAL

I would like to know for this product STM32373C-EVAL if the board has a microcontroller to program so that I can evaluate both adc and read data from both adc. and where do i get the steps from software

anaeb.1 by Associate III
  • 1033 Views
  • 3 replies
  • 0 kudos

CAN2 in STM32F407 is not working

I wanted to us CAN2 interface in my project. I started with example application ("CAN_Networking"). This example application works very well with CAN1 but when CAN2 is configured in this application it doesn't work at all. No transmission and no rece...