STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 377 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
  • 3308 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...

STM32H7 nucleo SPI various size (len) problem

Posted on December 06, 2017 at 23:53Using  HAL_SPI_Transmit function with variuse size I can hang SPI. It should send every time 10 chars, but sending it only one time. All the rest equal to first set size.HAL_SPI_Transmit(&hspi1, (uint8_t *)buff_tx...

0690X0000060954QAA.png
embvis by Associate III
  • 312 Views
  • 0 replies
  • 0 kudos