STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

['F446 header] incorrect comments

Posted on January 03, 2018 at 16:30In [STM32Cube_FW_F4_V1.18.0]\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f446xx.h :#define SAI_xFRCR_FRL              SAI_xFRCR_FRL_Msk                           /*!<FRL[1:0](Frame length)  */should be#define SA...

RSA sign

Posted on April 22, 2016 at 11:59Hi i have a problem with RSA signing. when i use RSA_PKCS1v15_Verify  function from ST library, i get a error of rsa Invalid Key.is there any function that i can create a modulus?.. 

arunease by Associate II
  • 662 Views
  • 3 replies
  • 0 kudos

Resolved! CRH support missing in stm32f1xx_ll_gpio.h ?

Posted on March 05, 2018 at 20:48Using TrueStudio for STM32 v.9.0.0  and STMCubeMX v.4.24.0STM32F100C8 and Low Layer drivers.I noticed that LL support for GPIO ports above GPIO_PIN_7 does not work. I tried to use GPIO_PIN_13 on GPIOC but saw that PI...

Willunen by Associate III
  • 957 Views
  • 6 replies
  • 0 kudos

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
  • 409 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 ...