STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L100RCT6 : Problem with read out protection

Posted on June 03, 2014 at 21:24Hi all,I am using evaluation board STM32L100C-DISCO.  I have a problem with read-out protection.  I am using this code :[code]    /* Unlock the Flash Program Erase controller */    FLASH_Unlock();    FLASH_OB_Unlock()...

mpare by Associate II
  • 1351 Views
  • 8 replies
  • 0 kudos

STM32F103RBT6 - USB DRIVER

Posted on January 15, 2015 at 13:18I am using the kit below:http://www.dx.com/p/mini-stm32-stm32f103rbt6-development-board-w-2-8-tft-lcd-touch-screen-157301♯.VLeslivF-SgAfter installing the USB driver on windows7VCP_V1.3.1_Setup.exeNote: I had to ch...

erisson by Associate II
  • 1150 Views
  • 1 replies
  • 0 kudos

STM32F3 discovery board bootloader

Posted on January 07, 2014 at 17:12Hello everyone, i want to get bootloader working through USART protocol. I looked to the datahseet and it says, that BOOT0 should be 1, and BOOT1 0. Since BOOT1 here isnt and I/O pin, it has to be programed and i f...

arganasss by Associate II
  • 2690 Views
  • 16 replies
  • 0 kudos

Custom Keyboard Plug&play driver

Posted on January 16, 2015 at 21:34Hello! I've got a stm32VLDiscovery that has a stm32f100rb on it, and I've got a project I'd like to attempt for one of my classes.  I want to make a custom programable keyboard, that can send specific/special Unico...

Nucleo STM32F411 disco

Posted on January 10, 2015 at 15:09Could be I created a recursive post here. What is the Nucleo standing for?

jo by Associate II
  • 681 Views
  • 3 replies
  • 0 kudos

External Trigger Parallel GPIO DMA with HAL

Posted on December 02, 2014 at 18:10 OK, I'm interfacing with a parallel bus that gives me 8 bits on an external clock pulse. I have working code with an interrupt and manually shuffling the data into memory, but I'd like to use a DMA approach, ...

yakovdk by Associate II
  • 1062 Views
  • 5 replies
  • 0 kudos

Mass Storage Host class, some not compatible pen drive

Posted on January 14, 2015 at 15:09I have used the STM32_USB_HOST_Library V2.1.0 (19-March-2012) on STM32F105 for implement Mass Storage Host class.The file system is has been implemented with FatFs Module Source Files R0.07e. The my problem is tha...

u23 by Senior
  • 800 Views
  • 5 replies
  • 0 kudos

STM32F429I-Discovery interfacing External LCD

Posted on January 14, 2015 at 19:12Hi guys,I'm currently trying to interface http://www.wvshare.com/product/4.3inch-480x272-Touch-LCD-B.htm with the STM32F429I-Discovery board, but I don't know where to start. After lines connection (for the moment ...