STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L462 Load Capacitors

Hello, I am using an STM32L462 microcontroller with a crystal from Wurth: 830 016 178This crystal has a load capacitance of 6 pFI calculated the two load capacitors CL1 and CL2 to be 4.3 pFNow, everything is working OK, and the RTC is running fine......

Resolved! Record audio using DFSDM and send the data over UART

I have a B-L475E-IOT01A2 board. I'm trying to use the onboard microphones to record audio, using the DFSDM peripheral, and then send the data over UART to my PC to play it back. The thing is, the data I get is basically just static.Here is how I conf...

anwvo by Associate II
  • 2177 Views
  • 6 replies
  • 1 kudos

Find STM32 with 5 encoders input timers,

For a project, I need to find a stm32 that has a minimum of 5 timers that can read encoders, and it has to have a CAN-bus peripheral.Is there a way to do this in the part selectors? I can select the minimum number of 16bit timers, but not all 16bit c...

Vidicon by Associate II
  • 2789 Views
  • 17 replies
  • 8 kudos

Resolved! STM32H743VI FDCAN didn't works as classical CAN

Hello, I have some trouble with FDCAN.Please let me know what is wrong with my settings. 1. Current problem: My STM32H7 transmit only error. (Logic Analyzer) (PCAN View)Same error signal repeat endless and if I connect PCAN, many other error and stuf...

LSH_6-1707659672665.png LSH_0-1707657852549.png LSH_5-1707659199679.png LSH_1-1707658358071.png
LSH by Associate II
  • 2296 Views
  • 5 replies
  • 6 kudos

I2C transmit error by I2C_FLAG_AF flag

Hi all,I want to drive Humidity and Temperature Sensor SHT4x(address is 0x44).I finished the driver code in STM32F103C8 with HAL lib, but when I used the same driver code in STM32F429IG with HAL lib, the HAL_I2C_Master_Transmit() always returned HAL_...

Junde_0-1708322372777.png Junde_1-1708322646196.png
Junde by Senior III
  • 1007 Views
  • 1 replies
  • 0 kudos

Resolved! Stm32H743 spi function question

I developed with the stm32f756 chip and then switched to the stm32h743 chip.Then, the functions "LL_SPI_TX_FIFO_FULL", "LL_SPI_IsActiveFlag_BSY", "LL_SPI_IsActiveFlag_TXE", and "LL_SPI_IsActiveFlag_RXNE" that were in "stm32f7xx_ll_spi.h" cannot be fo...

ToonToon by Associate
  • 1040 Views
  • 4 replies
  • 5 kudos

Resolved! Can't find HAL_UARTEx_GetRxEventType() in STM32L4xx HAL code

Hi folks,I use CubeMx to generate UART∕DMA code for STM32L4xx MCU.CubeMx uses currently latest STM32Cube_FW_L4_V1.18.0 package, but HAL_UARTEx_GetRxEventType() is not included in it, neither HAL_UART_RXEVENT_* events.I found it is included in the lat...

Lex by Associate III
  • 662 Views
  • 1 replies
  • 1 kudos