STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Data Collision between USART and SPI.

I my project I use UART 1 and 2 and SPI 1 and 2.When I send data via UART 1 using the function "HAL_UART_Transmit_IT (....)" and the second line in code I use the function "HAL_SPI_Transmit (....)" the data received from the UART 1 is incorrect, th...

DAvra by Associate II
  • 575 Views
  • 2 replies
  • 0 kudos

External Interrupt in STM32F103C8T6

I am using STM32F103C8T6(Blue Pill) with STM32IDE.> I am trying to learn external Interrupt. So as a reference i am using 3 main thing. # Reference Manual # DataSheat # Cortex™-M3 Devices Generic User Guide> I wrote a code for this. I made changes...

Resolved! STM32F4-Not seeing an I2C signal

Hi, I'm using an STM32F429 MCU and trying to connect to a sensor through I2C. However, I measured both I2C pins with an oscilloscope and they were not showing any clock pulse or a signal. Here's my code for initiation:void MX_I2C1_Init(void) { hi...

JYang.4 by Associate
  • 510 Views
  • 1 replies
  • 0 kudos

STM32G431 AN2606 discrepancy

The datasheet for the STM32G431 (DS12589 Rev 2) shows that the I2C3 peripheral is available on pins PC8 and PC9, but on page 206 of AN2606 Rev 42 it says that the bootloader is using PC6 and PC7 for I2C3. Since STM32CubeMX 5.5.0 agrees with the data...

galens by Associate II
  • 456 Views
  • 1 replies
  • 2 kudos

Cannot access memory of peripherals

Hello everyone,I am working with STM32H755ZI,, ARM GCC and J-Link GDB.Considering Reference Manual the H755ZI has following Memory Map (cutout):...0x40007C00 - 0x40007FFF UART8 0x40007800 - 0x40007BFF UART7 0x40007400 - 0x400077FF DAC10x40006C00 -...

MBos.1 by Associate II
  • 2139 Views
  • 11 replies
  • 0 kudos

What to use for HAL_SAI_Receive Size parameter?

Hi, I'm trying to work with the SAI HAL interface, i have set the black frame to 64 bits wide and the block slot size to 32B.When using the HAL_SAI_Receive() function, what does the length parameter represent?For my solution i am sending 2 32bit slot...

RBamf.1 by Associate III
  • 563 Views
  • 1 replies
  • 0 kudos