STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103C8 SPI1 MOSI ISSIE

HiI try to run SPI 1 on STM32F103C8 but when i send data i have only SCK signal. MOSI(PB5) is in high state (dont change). SPI2 on PORTA works grate.void MX_SPI1_Init(void) {   /* USER CODE BEGIN SPI1_Init 0 */   /* USER CODE END SPI1_Init 0 */  ...

0693W00000Y9p0fQAB.png
MSkor.1 by Associate II
  • 1476 Views
  • 6 replies
  • 0 kudos

Using STM32412KBT6, gives a error when trying to extern ENUM

I have defined the enum in lets say x.h file so i can use it in x.c file , but need to use the same enum in y.c so included x.h in y.h and tried to extern it in the same file was give out error, but was working when i extern the same in y.c file. w...

bn.1 by Associate
  • 1212 Views
  • 4 replies
  • 1 kudos

Resolved! STM32L0 LPUART TX using DMA and STOP mode. Is it possible?

Hello,I know that LPUART can wake up MCU from STOP mode. But I'm unable to send data using DMA when entering STOP mode. I use LSE and 9600 as baudrate, so transfer takes a lot of time. I need my core to be in stop mode to reduce current consumption.I...

MŁask.1 by Associate II
  • 2209 Views
  • 6 replies
  • 0 kudos

Hello, I am working on the Normal Mode on STM32H735G-DK board using FDCAN1 & FDCAN2, but the callback function is not triggered, but when I use the same code on STM32H745I-DISCO board, it worked, anybody has any idea?

always stuck in here Error_Handler, and only TxData can load Message successfully twice, so I think it's because of the Callback function is not triggered, so the transmission is interrupted and also RxData didn't receive message.Here is the Callback...

0693W00000Y9OUnQAN.png 0693W00000Y9OUxQAN.png 0693W00000Y9OVCQA3.png
Acecream by Associate II
  • 631 Views
  • 1 replies
  • 0 kudos

Resolved! STM32U5 LSE/PC13 Errata and LSE bypass mode

The STM32U5 Errata Sheet (ES0499 rev 5 is the one I am looking at) has errata 2.2.1 which says: "The LSE frequency can be incorrect when PC13 is used as output for RTC_OUT1 or TAMP_OUT2 function". The workaround: "The RTC_OUT2 function must be used ...

How do you set up LPUART1 with an STM32L452RE?

Hi i'm trying to get the LPUART (PA3, PA2) pins to communicate with my computer via the serial port, but i can't get anything to work. Here is what i'm trying to use at the moment...Sysclock Config:#pragma once   extern "C" void SystemClock_Config(vo...

RBamf.1 by Associate III
  • 1924 Views
  • 2 replies
  • 0 kudos