['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...
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...
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?..
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...
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...
Posted on January 22, 2018 at 23:26Hi,Excited by the LL support added to the F1 line I generated simple project for STM32F103C8 board where the PC13 is connected to a LED: HSE enabled, PC13 Push-Pull output.Generated GPIO initialization code seems t...
Posted on December 30, 2015 at 09:56 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 22, 2018 at 05:59Recently, I have implemented a USB Device (Keyboard HID) with STM32F407. Now, I have decided to connect a USB HID keyboard with STM32F407 (USB HOST). I can't find any successful implementation & help on Google. How ...
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...
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 ...
Posted on March 02, 2018 at 12:26Hi, it's my first time configuring and working with st adc peripheral. I'm using SPL libraries. Reading examples and datasheet there is some words and concepts that I've missunderstood.In ex: If I want to use until 6...