STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! GPIOC_CRL CNF2[1:0]

STM32F103RBHi. I tried to learn register level programming and got a problem with Port configuration register.hire is my codes:#include "stm32f1xx_hal.h"int main(void){RCC->APB2ENR |= RCC_APB2ENR_IOPCEN;GPIOC->CRL=0;GPIOC->CRL = GPIO_CRL_MODE2 | GPIO...

image.png
Gedo by Associate II
  • 908 Views
  • 4 replies
  • 1 kudos

Resolved! STM32H725VGH6 interleaved mode

Hi! I am using STM32H725VGH6 series MCU, in the datasheet it is clearly mentioned that it has 2 direct 16bit ADC channels, while it is not there when trying to configure in STM32CubeIDE. Can you make sure the datasheet is correct or not?

shaktipg by Associate II
  • 1920 Views
  • 8 replies
  • 3 kudos

Resolved! clock voltage is 1.68 on nucleo-f413zh

hey everyone im using nucleo board f413zh for an audio project and i have a weird clock voltage of 1.68 when i enable master clock  , the clock signal came from the st link to the mcu i have 2 board and in the two is the same problem  i check vdd and...

Screenshot (263).png Screenshot (262).png
zohbou1 by Associate
  • 969 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H563 LSCO

Just getting started with this MCU. STM32CubeIDE says LSCO has conflict with GPIO input on PB2. Using this IDE how do I disable LSCO?

mccabehm by Associate III
  • 532 Views
  • 1 replies
  • 0 kudos

Clicker2 Clock Config (Newbie Errors I'm Sure)

Greetings, I have purchased a Clicker2 from MikroElectronica mainly because it has the facility to host their Click Boards ecosystem while working with the STM32CubeIDE. I can't say that I am a fan of their abstracted SDKs and code that is too dissim...

CoachTacamo_0-1690301098868.png

stm32l053r8 smbus

hi,my self Revanth im using bq40z50 which Supports Two-Wire SMBus v1.1 i want to integrate this with stm32l053r8 in the data sheet it was mentiond as it will support for smbus 2.0 so will it support for smbus v1.1 as well ??? can anyone help me with ...

Stm32f105 SPI3 change pins

I am running a simple poc to test the SPI connection to a flash memory chip. When I select SPI3 in cube MX, It gives me two options for the set of pins. I would like to use PC12 as Clock but it wont let me change it. Hand editing the generated code d...

coolname by Associate
  • 548 Views
  • 2 replies
  • 0 kudos