STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Not able to read data from STM32G031 Mcu I2C slave

I have configured my stm32g031 mcu as an i2c slave. My PC terminal is my master device and is connected to mcu via FTDI cable. When I do a i2c write, I can see mcu receives the data. But when I do an i2c read, I can see it reads 255 on my pc terminal...

AR_26 by Associate II
  • 608 Views
  • 2 replies
  • 0 kudos

Resolved! Question about DWT on STM32L431

I have a straightforward question regarding the DWT counter. I am using the DWT->CYCCNT counter to count clock cycle differences in the STM32L431CC, and I noticed that CYCCNT is 32-bits wide. If I were to use HSI16 as my internal clock source, the CY...

RrW1 by Associate III
  • 1354 Views
  • 5 replies
  • 0 kudos

MCU support both 1.8 V GPIO and 3.3 V GPIO

Hi, I am looking for MCU which support 1.8 V GPIO and 3.3 V GPIO,My target is about 20 pin 1.8 V GPIO and about 10 pin 3.3 GPIO.After my search, I think STM32F0x8 can meet my requirement.I want to know are there STM32 low power series MCU or STM32 Hi...

KSu.1 by Associate
  • 478 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H745XI and IAR IDE for ARM development

hi, I'm developing software with IDE IAR for ARM using STM32H745XI.I would like to ask you, if possible, how to create a dual-core project without going through STM32CubeMX on IAR IDE by loading all drivers for both ARM (CMSIS) and ST HAL drivers wit...

FraN by Associate
  • 669 Views
  • 1 replies
  • 0 kudos

STM32G030F6 / STM32G031F6 interoperability

At the moment we are struggling to get hold of any STM32G030F6's but we can get hold of STM32G031F6 chips. I've done an CUBE generation in the same pinout as the STM32G030F6 project and compared between the two projects and it looks to me that as lo...

Resolved! Why am I getting wrong internal temperature values?

Using a Nucleo STM32F091RC board, I have configured the ADC to measure all channels in a sequence, i.e. all 10 ADC pins that particular chip has, and the 3 internal ones: temperature, vrefint, vbat.I calibrated the ADC, waited the time before enablin...

SKled.1 by Senior II
  • 1578 Views
  • 5 replies
  • 0 kudos

STM32G474: Put ADC in known reset state?

My board can startup from a variety of different ways: from power-up reset, jump between application and bootloader, external watchdog reset, or software restart for other reasons.I want to ensure ADC1 and ADC2 are initialized from a clean known stat...