STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Older versions of the STM32 PMSM MC Library

Posted on March 22, 2018 at 10:03Hi,Is it possible to get hold of earlier versions of the STM32 PMSM MC Library?I have inherited an older project, and are trying to 'dis-entangle' the project-specific changes from the pristine library source.The spe...

STM32F427ZIT and TLV320AIC23B

Posted on March 20, 2018 at 06:47Hello!I use the TLV320AIC23B for audio outputTLV320AIC23B is connected by a slave to I2SI write the configuration registers in this sequenceRESET = 0x0Fdelay 100msANALOG_PATH_CTRL = 0x12 /// (1 << DAC_ON) | (1 << MIC...

op3 op3 by Associate II
  • 1058 Views
  • 1 replies
  • 0 kudos

Vstr instruction causing hard fault with stm32f407

Posted on March 16, 2018 at 16:57Hello, I have an olimexe407 board and I am creating an array with floats (-1 to 1) that I'm calculating and then I am converting them to q31 into 3 different buffers.I initially tried doing this converting it to one ...

Resolved! How to read 4 fast pulses

Posted on March 16, 2018 at 16:55Hi All,I am just getting started with stm32. I am using a stm32f031 mcu and am trying to read an input signal from a flight controller. The protocol used puts out a series of 4 pulses that vary from 1us to 2.6us in w...

P S by Associate II
  • 5029 Views
  • 10 replies
  • 0 kudos

Boot linux from QSPI on stm32f746g-disco

Posted on March 21, 2018 at 20:59I've downloaded the pre-bulit linux image provided by emcraft to STM32F746G discovery board using u-boot. The QSPI entry address is 0x90000000. After downloading the image I wasn't able to boot linux using the bootm ...

Problem with HAL_I2C_Slave_Transmit_IT

Posted on March 09, 2018 at 11:32Hello everybody.The are:1.stm32f103c8t62.arduino uno3. lcd 1602 i2cI wont to connect these 3 devices via the i2c bus.stm32f103c8t6 has on board two i2c buses (i2c1 and i2c2), i2c1 will be configure the master and i2c...