User Activity

Posted on January 18, 2018 at 05:36I am trying to configure the timers for a BLDC applications, so that the hall sensor change triggers another timer.In cube, If you configure a timer as XOR ON/ Hall Sensor Mode, you can't configure it as a Master T...
Posted on December 13, 2017 at 03:32Hi,I'm trying to implement SPI Tx and Rx with LL API. In stripped down code, I have these in my initialization function:LL_SPI_EnableDMAReq_RXLL_SPI_EnableDMAReq_TXLL_DMA_ConfigTransfer(DmaInstanceT, DmaStreamT,LL...
Posted on October 24, 2017 at 06:28Hi,I implemented a simple buffer for transmitting data by UART using DMA on an STM32F429. The code is working fine. To make things cleaner, I would like to move all UART related code to another source and header fi...
Posted on March 29, 2016 at 06:11Hi,I was wondering if someone could give me advice about my program flow for reading SDADCs and ADCs simultaneously. I'm not sure posting my code here would help so much as I'm not facing a bug exactly but rather stu...