STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 Simulator mode violation error !

hello , I have this problem when im using simulator mode , when i run through my code , first its stepping through in a very vague manner , also its giving me this on the command line error 65 : access violation at 0x40023C00 : no 'read' permissioner...

0693W00000NquLpQAJ.png 0693W00000NquMEQAZ.png
Oahme.1 by Associate III
  • 406 Views
  • 0 replies
  • 0 kudos

the max frequency of STM32G030x6x8 series CORE

hi,everyone,I'm a new user of the SMT32 MCU, now i'm looking up the datasheet of STM32G030x6/x8 series, In this article, the Frequency of CORE is described to reach up 64MHz on PAGE 1, but on PAGE 11, Figure 11 block diagram, fmax = 56MHz, so what ...

STM32 F3 I2C SCL Push-Pull Issue

We're currently using STM32F373CC micros in several of our designs. Part of our standard design has an EEPROM connected via I2C. We have our own hardware layer that is tried and proven over the decades. However, it relies on the I2C port pins having ...

GeoffF by Associate II
  • 2675 Views
  • 11 replies
  • 0 kudos

Start condition for I2C not working.

I am using an STM32F411, and am attempting to use I2C to communicate with an MPU-6050 (relevant datasheet info attached).I've tried to setup I2C in accordance with the timing requirements on the MPU-6050 datasheet: #define MPU6050_PIN_CL (6) #de...

0693W00000NqomBQAR.png 0693W00000NqomGQAR.png
Starman by Associate II
  • 1412 Views
  • 5 replies
  • 0 kudos

I2C - Adding a registry & value.

Hi, I want to try sending data to a slave consisting of several registries and have seen code example:-uint8_t buf[2];buf[0] = register_addr;buf[1] = data;HAL_I2C_Mem_Write(ftHandle, slaveAddr, buf, 2, timeout);Would this work in practice? As it is m...

PLee.3 by Associate III
  • 595 Views
  • 3 replies
  • 0 kudos