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

Advice about implementing new code written with HAL into older appln written with older low level libraries (2013).

The USB device I need is working with a set of newer libraries (mxCube). All my application ported code is written with older libraries so the permutations are:A. App with older libraries combined with USB running on new libraries (lazy way, short cu...

Paulus by Associate II
  • 591 Views
  • 1 replies
  • 0 kudos

How to replace the Audio input device by SAI/I2S inside demo case 'Audio_playback_and_record' by STM32F769I-Discovery?

Hi,'Audio_playback_and_record default uses INPUT_DEVICE_DIGITAL_MIC as Audio input.I'd like to replace the Audio input by SAI's I2S with an external mic slave device.I add INPUT_DEVICE_AUDIO_I2S as new Audio output. And run the flow as INPUT_DEVICE_A...

jesson by Associate II
  • 596 Views
  • 1 replies
  • 0 kudos

STM32F070 bootloader

Here below image of the MCU on my two nucleo boards. I tried to program the MCUs using SMT32CubeProgrammer and USB-TTL converter connected to USART1 via pin PA9 and PA10, BOOT pin tied to 3V3. I press the reset button, then try to connect F070 MCU bu...

0690X00000AqjarQAB.jpg
ABarb.5 by Associate II
  • 534 Views
  • 0 replies
  • 0 kudos

LIBUSB_ERROR_PIPE on Read in DFU mode

I am working on a tool for embedded Linux that can update MCU firmware on a NUCLEO-L4A6ZG. I power up the MCU in DFU mode and connect using LibUsb in user mode.I get an error when a try to read from address: 0x08000000First I successfull write the ad...

HAL_ADC_Start_DMA example, always get value 0

hi guys, i'm stm freshman, I am trying to read the adc value by using the adc example of stm32f4, I added bold code to get uhADCxConvertedValue value, but uhADCxConvertedValue value always get 0 Whether I connect adc pin to grounded or vcc.the led4 ...

yuming by Associate II
  • 3280 Views
  • 2 replies
  • 0 kudos