STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hi I'm using STM32F030R8 and trying to communicate with atecc508a using I2C. The datasheet of atecc508a says that it needs a wake up command by transmitting 0x00 at its I2C address 0xC0.

I use the HAL library function to transmit the wake up command to its I2C address.#define I2C_ADDRESS 0xC0HAL_I2C_Master_Transmit(&hi2c1, I2C_ADDRESS, 0x00, 4, 1000)but my code always return HAL_ERROR and the chip never acknowledges. I'm fairly new t...

BNara.1 by Associate
  • 851 Views
  • 1 replies
  • 0 kudos

Moving project from 1 processor to another.

Hi I have a project where I have a ST32L433Vx 100 pin 256K memory and 64K ram. I am using a display and as I need a lot of memory I have to upgrade. I am looking for a drop in chip and found the STML452VETx which is 512K and 160K ram. I looked at th...

Serial Bootloader baudrate mismatch

We have a system with STM32L431CCU which gets its initial firmware through serial download (as described in AN3155). We use USART1 and applied pattern 6 as described in AN2606. The software on the host side (embedded linux system) is either stm32fla...

0693W000007ZaYqQAK.png
MW by Associate
  • 565 Views
  • 0 replies
  • 0 kudos

STM32F427 Reading UART

Hello!I'm doing an application in which my control board is I2C slave of my PC and my control board has to communicate with another board (let's call it test board) via UART.This test board uses custom UART text commands to perform tests on itself.Fo...

BBori.1 by Associate II
  • 522 Views
  • 1 replies
  • 0 kudos

Resolved! stm32f4xx missing HAL_TIM_DMABurst_MultiWriteStart

Hi guys!I need to Burst write multiple values using DMA. The processor that I'm using is stm32F407. I found than the solution for this task is HAL_TIM_DMABurst_MultiWriteStart function, but it is missing in the HAL library. https://github.com/STMicro...

Qasdd.1 by Associate
  • 1022 Views
  • 3 replies
  • 0 kudos

Resolved! STM32L4 FreeRTOS+DMA2 Channel 4 problem

I am using STM32L496 Nucelo, CubeMX 6.1.1; FATFS, DMA SDMMC with FreeRtos. For some reason I have problems when it comes to using DMA2 Channel 4 with FreeRtos. When it is selected for SDMMC1_TX then I can mount SD card and read data without any probl...

kronikary by Associate III
  • 1549 Views
  • 3 replies
  • 1 kudos