STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI Callback doesn't work the second time

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

usama2 by Associate II
  • 243 Views
  • 0 replies
  • 0 kudos

STM32F303 USB HID Output Report

Posted on December 12, 2017 at 20:26Hello,i have a functioning USB HID Keyboard on my STM32F303 with an Output Report. I used the STM32Cube Software to create the standard mouse device and created my project on that Base. Now I want to send somethin...

R. L. by Associate
  • 345 Views
  • 0 replies
  • 0 kudos

SPI Transmitting on NUCLEO32-l432kc

Posted on December 11, 2017 at 14:21Hello dear STM32.I have problem with SPI communicatoin on my nucleo32 board with STM32 l432kc. Already 2 days, I am trying to make SPI communicatin work, but without any result. When I was measuring with my Oscilo...

How to use Fatfs with DMA

Posted on June 10, 2017 at 07:26I want using DMA to read/wrrite file with fatfs.I try to  modifyif(BSP_SD_ReadBlocks((uint32_t*)buff,  (uint32_t) (sector), count, SD_DATATIMEOUT) == MSD_OK)toif(BSP_SD_ReadBlocks_DMA((uint32_t*)buff,  (uint32_t) (sec...

Delay in us

Posted on April 08, 2016 at 13:17hiI am coding with HAL driver.I need delay in us range.but HAL driver can creation delay in ms.so How can i use HAL Driver in us?  #hal_delay

l90mehdi by Associate II
  • 3069 Views
  • 13 replies
  • 0 kudos

Entering BAM mode in STM32H7

Posted on November 07, 2017 at 17:43Hello,I want to use the BAM mode, and more specifically, D1/D2 in DSTANDBY, while D3 is in RUN mode. In this mode i want to have ADC3 sampling 3 channels, and transfer the results to RAM using BDMA. I am using LPT...