STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Pinout for the NUCLEO-F767ZI to use the HX711

Hello,I’m currently working on integrating the HX711 load cell amplifier with my NUCLEO-F767ZI development board. However, I’m having some difficulty determining which GPIO pins to use for the SCK (clock) and DT (data) lines.As I’m relatively new to ...

Apal by Visitor
  • 7 Views
  • 1 replies
  • 0 kudos

STM32C011D6Y ADC input pin power consumption

Hi all,I'm working on a very low power custom board powered by a STM32C011D6Y micro controller. I must read an ADC input routed to F1 ball (PA3, PA4, PA5 or PA6) but I'm measuring some strange power consumption related to the input voltage on the pin...

STM32L011 TIM2 PWM no output

Select PA1 as TIM2 CH2, those code are copy from ST official example(TIM21), and changed to TIM2.no output from PA1, code as below:void ConfigureTIM2AsPWM_EdgeAligned(void){/* (1) Enable the peripheral clock of Timer x *//* (2) Enable the peripheral ...

STM32L09_0-1746884305122.png
STM32L09 by Associate
  • 116 Views
  • 6 replies
  • 1 kudos

Changing octospi to quadspi configuration on STM32H723

Hello, I am using QuadSPI in STM32H723ZGT6 which has OCTOSPI and I am changing octospi to quadspi in pin configuration and writing code also I had written same code for STM32H750VBT6 which only supports QUADSPI and I am using W25Q128JVSIQ Flash for t...

Aries16 by Associate II
  • 105 Views
  • 5 replies
  • 0 kudos

Resolved! STM32U5: Spi and Debug

Hello, this is a general question for my understanding.when I single stepped* through my SPI code, I encountered some unexpected behavior. But when I run over the code, it worked as expected.*During this time, I had the peripheral SPI view opened.So ...

FKaes1_0-1747056024248.png
FKaes.1 by Associate II
  • 28 Views
  • 2 replies
  • 3 kudos

Exit from STOP2 mode in STM32u5g7

I am working with the STM32U5G7 microcontroller and have successfully implemented entry into STOP2 low-power mode. My system clock is 80Mhz(HSI, PLL), However, upon wake-up triggered via LPTIM . LPTIM is configured as counts internal clock events wit...

_Danny_ by Associate III
  • 35 Views
  • 3 replies
  • 2 kudos

FDCAN FIFO full

I am using a custom PCB with stm32g474 and I am trying to get the CAN peripheral working. I believe I have everything set up correctly (bit rate, RAM etc) but when I call HAL_FDCAN_AddMessageToTxFifoQ(), FIFO is full error is raised after 3 iteration...