STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32G474 use boot0 pb8 pin as I2C1 SCL

Is it possible to use pb8 (boot0) as I2C1 SCL pin, it seems STM32CubeIDE let's me configure it that way. But how can I prevent issues with the boot function after reset? Since I2C is pull-up level, right?

CyberNerd by Associate III
  • 281 Views
  • 1 replies
  • 1 kudos

Resolved! How to design USB for STM32F105VCT6

Hi All,I want to design USB schematic for STM32F105VCT6. I read Introduction to USB hardware and PCB guidelines using STM32 MCUs(AN4879) and it said that STM32F105/STM32F107 has Pull-up resistor on USB_DP line.Question 1Can I design USB schematic wit...

Capture.PNG
WPong.1 by Associate II
  • 577 Views
  • 4 replies
  • 2 kudos

How to set interrupt handler on STM32?

How do you call an interrupt hanlder as a result of an interrupt (like systick) in the STM32F4xx library? Do you have to change the value in the vector table to point to the handler manually or how is this handled?

Lucaz by Associate
  • 428 Views
  • 4 replies
  • 1 kudos

Resolved! Writing to Backup SRAM on STM32H7S78-DK

I am trying to use the backup SRAM but get a hard fault when writing to the memory. I have unlocked the backup domain, enabled the backup regulator, and enabled the clock. What other step am I missing?   // unlock backup domain HAL_PWR_EnableBkUpAcce...

mbrossett by Associate III
  • 475 Views
  • 6 replies
  • 1 kudos

STM32 peripheral for logical operations

Hi,I'm currently using the STM32G474RET6 controller for my application which makes use of the CORDIC coprocessor. I'd like to perform logical operations (say comparison checks) on the results from the CORDIC coprocessor using an external peripheral, ...

jman08 by Associate
  • 462 Views
  • 5 replies
  • 3 kudos

I cant download anyrhing from ST website

When i try to download STM32CubeMx from ST website nothing happens.https://www.st.com/en/development-tools/stm32cubemx.htmlI press "Get latest", than i log in my ST account, press "Get latest" again and nothing happens. I have no proxy on my  compute...

IvanEZZ by Associate
  • 229 Views
  • 1 replies
  • 2 kudos

Resolved! Nucleo F746ZG PC13 User Button Triggering Interrupt on Init

I have a Nucleo 144-pin F746ZG and I want to configure the user button (PC13, pulled to ground according to MB1137 schematic) to toggle an onboard LED on a falling edge via EXTI interrupt.I am using this sequence to initialize the interrupt handling:...

PC13_UserButton.png
JS5 by Associate
  • 405 Views
  • 3 replies
  • 1 kudos