STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! uart

I'm trying to do uart stm23F7xx communication with a bldc controller, based on the blds controller protocol, I did communication but using an arduino and the labrarry #include <SoftwareSerial.h>,I found it hard with stm32 the problem I have to send s...

kkhli.1 by Associate III
  • 1349 Views
  • 3 replies
  • 0 kudos

Resolved! Help with STM32H7A3 low power timer

I have the low power timer LPTIM1 working on a STM32H7A3 but the way I have to clear the IRQs is a little confusing.  Here's my IRQHandler:void LPTIM1_IRQHandler(void) { //Disable LPTIM1 CLEAR_BIT(LPTIM1->CR, 0x01); //Clear IRQs LL_LPTIM_ClearFl...

magene by Senior II
  • 1069 Views
  • 3 replies
  • 2 kudos

Resolved! STM32H7A3ZI-Q FDCAN TxBufferMessagePending Error.

I am trying to write code for a simple transmit and receive in FDCAN (Classic Mode) in external loopback mode, but I have been unsuccessful in doing so. I don't even know where I am going wrong and am looking for help as my last resort.  I have tried...

Shubh150 by Associate III
  • 2229 Views
  • 9 replies
  • 1 kudos

SPI DMA example

hi, i m using STM32H7 and have running SPI using interrupt transmittng and receiving from external ADC, now i m contemplating using DMA for SPI transmit and receive, but was not able to get any data reponse from the ADC. could anyone kindly advise an...

Resolved! GPO is not working properly

Hi Guys I'm facing one problem in GPO side .i have try to read the input pin PA_3 and PA_2 that time i'm facing one issue .what i'm do try to read the switch using PA_3 and PA_2 Software side i have write pull down when i'm press the switch one PA_3 ...

yugi by Associate
  • 832 Views
  • 2 replies
  • 0 kudos

STM32 PWM Duty Cycle Setting.

Hello, In my motor control project, I'm reading potentiometer value and set it as a duty cycle value. Initially I'm using "htim1.Instance->CCR1 = 50;" this function for pwm. but this is not giving correct phase voltage. Can anyone please tell me wh...

Resolved! STM32F103RCT6TR

Hi, I am MURALI SELVAM I need a reference schematic for STM32F103RCT6TR. Anybody with a reference schematic for STM32F103RCT6TR, Kindly share me thank you.

murali by Associate III
  • 1432 Views
  • 7 replies
  • 2 kudos

Resolved! STM32F723 DFU Mode - Questions

I have a few questions about the DFU mode on the STM32F723. My goal is to enable users to flash a binary file to the MCU via a USB connection. My implementation is that i placed a 22uF capacitor on the boot0 pin then tied another IO pin (EO) in this ...

Russeree_0-1704836128752.png
Russeree by Associate II
  • 2717 Views
  • 5 replies
  • 2 kudos