STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G4 - HardFault on Voltage Drop

Hi!I currently am trying to investigate random hardfault errors if i connect some addon board to my current project. What is happening is: On connection, VCC drops to 1,8V minimum, while being under 2,5V for ~ 2us. The result of this is either a rese...

ToBi by Associate
  • 594 Views
  • 2 replies
  • 0 kudos

stm32f103 CAN send fail...

hi there.I'm trying to CAN transmit on my target board.my board is not to send CAN message on stm32cubeide . but I confirmed that my board send CAN message on mbed.Can I how to send CAN message on stm32cubeide?? I intended CAN baudrate 500kbps, sampl...

Slee.13 by Associate II
  • 450 Views
  • 0 replies
  • 0 kudos

Resolved! I'm new at STM MCUs and trying to develop a new board based on STM32G070RBT6. I have few questions like reset, program over UART, etc.

1) I've checked multiple schematics for blue pill, black pill, etc., and saw capacitor and resistor on reset button line. I've built a test (pinout) board and without any capacitor or resistor. I can reset it (NRST pin to ground). May this cause a ha...

Amad by Associate II
  • 952 Views
  • 6 replies
  • 0 kudos

Does RTC 1Hz calibration align to 1 second boundary?

I'm trying to get an RTC timestamp from an external event down to the us. My plan is to output the 1Hz calibration from the RTC and externally tie that to TIM8-CH1 as an input capture (reset-on-capture). The external event would route to the RTC time...

DWann by Associate III
  • 552 Views
  • 2 replies
  • 0 kudos

Resolved! Software PWM, best approach?

It finally happened, i need two pins without pwm functionality to output pwm signals (minimum 1kHz)Im using an STM32f072R8Tx clocked with HSI48Mhz, my TIM1 is available.My idea is:TIM1 channels 1 and 2 set up as PWM NO OUTPUT with interruption enable...

0693W00000BbfhsQAB.png
Javier1 by Principal
  • 3871 Views
  • 12 replies
  • 1 kudos

Resolved! Quickest way to set multiple port pins

Hi,I am trying to connect to a 16 bit parallel display interface. To write new data, I have to use pins on five different ports (GPIOs A, B, C, D, E). Right now I am setting these pins like this:PORT_D15->BSRR = (PIN_D15 << 16) | (((data >> 15) & 0x...