STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H7, Can't select VOS1 in STM32CubeMX

I can't seem to figure out how to get STM32CubeMX to let me select VOS1 for an STM32H755.I'm using direct SMPS supply. In an older version of CubeMX, I was running VOS0 and 480MHz, but I see that that is not allowed anymore (Have to use LDO for it, w...

banelapel by Associate II
  • 1358 Views
  • 5 replies
  • 0 kudos

Legacy Scan vs Extended Scan

HiFor a while i have been trying to scan Extended PDUs (ADV_EXT_IND and AUX_ADV_IND). I tried to use hci_le_set_extended_scan_parameters() and hci_le_set_extended_scan_enable() commands for this but never worked because the hci_le_extended_advertisin...

DLoza.2 by Associate III
  • 611 Views
  • 1 replies
  • 0 kudos

HRTIM_SETx1R

hello dear forum members.this is the HRTIM_SETx1R register.Bit 2 PER: Timer x Period Timer A Period event forces the output to its active state.what does it mean here "A" ? how does this stand for? how to read it correctly? this is...

MTS by Associate II
  • 543 Views
  • 1 replies
  • 0 kudos

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
  • 833 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
  • 1378 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
  • 902 Views
  • 3 replies
  • 0 kudos