STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

WRP bits not working ?

Posted on March 22, 2018 at 11:06Hi,I am working with the STM32f407 : I have a bootloader in the first flash sector (ie. @ 0x0800 0000), and my main program in the following sectors (ie. @ 0x0800 4000). I want to protect my bootloader against unwant...

STM32F3: USB Vendor Class?

Posted on June 14, 2017 at 12:20Hi,I'm using STM32F303VB in my custom hardware that has USB.When using STM32CubeMX I see a lot of Standard USB Device classes that I can use (Audio Class, HID, Custom HID,.. etc..). But I do not see an option for Vend...

Prasant J by Associate III
  • 374 Views
  • 1 replies
  • 1 kudos

FreeRTOS+FatFs+SD+DMA

Posted on March 23, 2018 at 03:40Still having issues with tracking down how this is supposed to work using F746G-Discovery board, F7V1.11.0 CubeMX, with the board configured to use FreeRTOS, FatFs, SDMMC, and DMA.  Everything is fine up to f_close, ...

QSPI + FatFS + USB mass storage

Posted on March 21, 2018 at 15:12 Hello there, I am trying to connect 3 sub-systems: qspi flash memoryFatFSUSB mass storage device I have successfully written low level drivers for qspi and have connected it with FatFS middleware. I can read ...

STM32F405RG USB FS (device mode) not working

Posted on March 23, 2018 at 18:36Dear all,I am having some issues making the USB FS to work using the STM32F405 microcontroller. The setup is pretty simple by following the guidelines found in this forum, however it still not working. My custom boar...

Io D by Associate II
  • 258 Views
  • 0 replies
  • 0 kudos

Resolved! SPI slave doesn't transmit, STM32F407VE

Posted on March 21, 2018 at 10:00I have STM32F103C8 as a SPI master and a STM32F407VE as a SPI slave.I haven't worked with SPI enough to find optimal way to write communication mechanism, and earlier work with SPI only on AVR and Texas Instruments C...