STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Up-to-date version of USB-PD "demo" wiki seems broken

Ok, so I tried to follow https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Getting_started_with_USB-Power_Delivery_Sink for an example on how to use STM32G0B1 family as a simple USBC Power delivery sink. The Article seems to have received an update o...

Franz.1 by Associate III
  • 1012 Views
  • 5 replies
  • 0 kudos

STM32F103 Circuit Issue

Hi Everyone,I am working with an STM32F103C8T6 chip on a project.  For some reason I cannot flash the chip. It connects everytime I try though. I am using the SWD to flash. Is there anything you notice that is incorrect on or may be affecting the cir...

1000007748.jpg
Fmukete by Associate
  • 3548 Views
  • 3 replies
  • 1 kudos

STM32F4 SPI Receive Problem

Sorry, I have another question to ask everyone. I am currently using the STM32F429ZIT6 to receive data from the AD7366 via SPI. My Code: int main(){ /* Initialize all configured... */ while(1){ /* CNVST Enable */ GPI...

Scarlet_1-1714478164096.png Scarlet_3-1714478221643.png Scarlet_0-1714478057463.png Scarlet_2-1714478213652.png
Scarlet by Associate III
  • 1223 Views
  • 3 replies
  • 0 kudos

Bootloader Firmware Update for STM32H757 using UART

Hi All,I have created two projects. One is for the bootloader and another one is for the Application and will place the bootloader in the starting position of the flash, which is 0x08000000. And application into 0x08040000.Below is the code for bootl...

Nitin007 by Associate II
  • 1757 Views
  • 8 replies
  • 0 kudos

Resolved! Count number of pulses on TIM1 input on STM32G031

Hello,I have STM32G031 and I want to use PA8 pin (TIM1_CH1) to count pulses. My idea is to read number of counted pulses every 1 second and reset counter to 0. void TIM1_Init(void) { // Enable TIM1 clock RCC->APBENR2 |= RCC_APBENR2_TIM1EN; ...

StastnyPetr_0-1722952977228.png