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

Serial MIDI output using HAL and a Nucleo F4

Posted on January 29, 2018 at 21:44I'm trying to get a simple MIDI output over DIN (standard midi connector, not usb) example working using a Nucleo-F401RE and a Sparkfun MIDI shield (https://www.sparkfun.com/products/12898) to send a MIDI note to a...

How does PDM2PCM library works?

Posted on February 04, 2018 at 19:07 Hi STCommunity, I'm using a Nucleo F446RE and I have to convert a PDM bitstream from a pair of mems microphones (CCA02M1 eval board) intoPCM. Does anyone know how the latest PDM2PCM library (rev. 3.0.0) works?...

HAL_I2C_Mem_Read_DMA() Locks up the bus

Posted on July 17, 2017 at 21:12I've found that if I try to run the HAL_I2C_Mem_Read_DMA() function and communicate with a device with the wrong slave address, it will hang up the I�C bus.  It leaves SCL set to 0 because it doesn't send the stop bit...

GPIO input problem

Posted on February 01, 2018 at 18:11 Hi, I am a newbie in firmware programming. In my program, which was running on a STM32F446RETx Nucleo board, when a signal arrives at pin PC7, an action is taken place. In principle, it is quite similar to ...

[STM32F303ZE-Nucleo] Bootloader DFU problem

Posted on February 01, 2018 at 17:55Hi everybody,I tried to get the bootloader DFU works on NUCLEO-F303ZE, but it's didn't work. For try to use it, I jump from my software to bootloader, If I remap the memory to System Flash memory or not it change ...

Starting to do some DSP with STM32F7Disco

Posted on February 01, 2018 at 12:55 Hi everyone: I am trying to build an audio effects processor on the STM32F7Discovery board. I am relatively new to this matter as I have never used a microcontroller before, and I am having a bit of trouble tr...