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

Generate i2c stop for a single byte read

I need to send a single address byte with write bit and read bit.For the write, I'm using HAL_I2C_Master_Transmit_IT(&hi2c4, I2C_ADDRESS, (uint8_t*)i2c_buff, 0)It works perfect, it sends a start, single address with write bit cleared, slave device AC...

EP.2 by Associate III
  • 167 Views
  • 6 replies
  • 2 kudos

Resolved! fp-aud-aec1 8khz audio

Can someone please guide me with 8KHz audio, echo cancellation is almost perfect for 16khz audio on stm32u5, but seems problematic at 8KHz, i've tested pass-through (loopback, mic connect to speaker) at 8Khz and it is clear when AEC is disabled, also...

Resolved! USBD_CDC_ACM_Activate() never get called

Hi,I have implemented CDC USB device on my custom board using STM32C071CBT6. When i connect USB cable to host PC then I can see Virtual COM Port on PC as 'USB Serial Device (COMxx)' However, I tried transmitting some data which I could not receive on...

PPate.1 by Associate III
  • 413 Views
  • 2 replies
  • 0 kudos

Custom Bootloader

Current Situation: I have implemented a bootloader that receives a .hex file and writes the application starting from Sector 2. After successfully jumping to the application, the system runs as expected. The Problem: Once the application is running, ...

Allocating DMA buffers on Heap

Hi everyone, I was wondering if is it valid to allocate DMA buffers for USART/SPI etc.. on the heap using aligned_alloc() function?My board is the NUCLEO-H743ZI2  If its possible - is it good practice?Thanks, Ariel

Ariel1 by Associate III
  • 109 Views
  • 2 replies
  • 2 kudos