STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Transmit data on UART without using any HAL function

Dear all,I am working on STM32F413 microcontroller. I want to transmit data on UART without using any HAL function. And I want to send data in non blocking mode means on interrupt mode not in polling mode.Can anyone help me out in this?Thanks

MGami.1 by Associate III
  • 5531 Views
  • 5 replies
  • 3 kudos

Why SPI3 not working on STM32H7 to acquire MEMS microphones

Hi, I'm trying to port the SMARTMIC1 package (based on STM32F446) to the STM32H743 board with the CCAO2M2 board and MEMS microphones. To acquire the audio I use 2 SPI : the SPI2 in Receive Only Master (SPI2_SCK on PD3 and SPI2_MISO on PC2) and the SP...

AAMAN.1 by Associate II
  • 1098 Views
  • 7 replies
  • 0 kudos

Resolved! unexpected GPIO behavior

Hi ST community,I am interrested in using the STM32F767-Nucleo board for SPI communication. My system is as follows. I have one STM32F767-Nucleo board which is my SPI slave and a Raspberry Pi which acts as SPI master device. The Raspi should read dat...

LBaum.3 by Associate II
  • 3825 Views
  • 16 replies
  • 0 kudos

Resolved! HAL_SPI_Receive with LSB LSB is always read as '0'

Hello. I am trying to read ReRAM( FUJITSU: MB85AS4MT) by using HAL_SPI_Receive().But the LSB is recognized as 0 even the reply from ReRAM is returning 1 to LSB. (ex: '11111111' is recognized as '11111110', or '01010101''' is recognised '01010100...

YOkum.1 by Associate
  • 1093 Views
  • 2 replies
  • 0 kudos

STM32F107VCT6 core is locked-up after programming

There are two identical controllers with STM32F107VCT6. One of them is programmed, and another one is not. Memory protection is disabled. I haven't the original program project, and the task is to read and save program from the first controller and d...

DGidr.1 by Associate
  • 429 Views
  • 1 replies
  • 0 kudos

Problem with SPI5 in stm32h747-Disco

Hi, I have imported the example project TX_CMSIS_Wrapper and I wanted to integrate SPI5 with it. After initialising SPI5 I could not see any clock signal generated. I am using STM32H747-DISCO development board. void MX_SPI5_Init(void){hspi5.Instance...

SLuit.1 by Associate III
  • 1881 Views
  • 16 replies
  • 0 kudos

Resolved! ADC_VRef in STM32L431RBT6

I'm trying to use the internal reference voltage of 2.048V in my application, since I'm powering the microcontroller with 2.8V. But when I select the reference source and enable the VRefBuff with this lines: HAL_SYSCFG_VREFBUF_VoltageScalingConfig(S...

Missing CAN frames in STM32F205

HI ,  I am having an issue with STM32F205 controller CAN rx message reception. We used cubemx to generate the CAN driver at the baud rate of 250kbps. we want to receive CAN messages around 1100 messages per second. but we are missing CAN frames above...

SA.21 by Associate
  • 406 Views
  • 0 replies
  • 0 kudos