STM32 SPI Receive DMA is getting garbage data
Posted on March 22, 2018 at 08:06The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 22, 2018 at 08:06The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 19, 2018 at 16:55hello dear forum,I want use ADC + DMA with F103I want start ADC conversion with external input and want ADC convert 50 samples and stop until next starthowever with every start ADC measures one single sample and put ...
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...