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

Enable & disable usb stm32L ?

Posted on February 26, 2015 at 03:57I used Stm32l053, made project by Stm32Cube MX with USB HID device.I enabled USB, sent data ok.but I want disable USB when don't used usb then enabled USB again when need.how do this,  disable USB and enabled USB ...

SD Card bootloader for STM32F407

Posted on February 26, 2015 at 02:14Hello:I need develop an SD card bootloader for STM32F407, mine also will include encrypted XTEA algorithm. I developed it already time ago for Microchip PIC32, and now need to do it sot STM32F4.I have donwload alr...

xmen4001 by Associate
  • 847 Views
  • 2 replies
  • 0 kudos

STM32F429 LTDC

Posted on February 25, 2015 at 20:12Hello! Sorry for my English.I try to understand the controller LTDC STM2F429.1) Maximum resolution TFT 1024x768. However, the registers of the total width and height of the display are 12 bit and 11 bits, respecti...

arlleex by Associate
  • 548 Views
  • 2 replies
  • 0 kudos

Enable Interrupt for Blue Button on NucleoF411

Posted on February 21, 2015 at 18:14 Hello, i have a Problem or misunderstanding enabling the Interrupts for the blue button on the nucleof411 board. In short: The Interrupt is only raised when i enable EXTI15_10_IRQn, EXTI9_5_...

noah by Associate
  • 878 Views
  • 2 replies
  • 0 kudos

STM32F4 discovery kit: cannot build example projects

Posted on February 25, 2015 at 16:00HelloI've purchased the STM32F4 discovery kit for STM32F429 and downloaded the most recent version V1.4.0 of STM32Cube.I have IAR ARM Embedded Workbench v6.70.3.I've opened the workspace D:\vt3\canview4-TM32Cube_F...

lock file

Posted on February 25, 2015 at 13:47Hello I downloaded the example of stm32f334 discovery board ; I want to change the code of the files main  file ; it is locked  read only ; I am using keil ; how can I open it ? Thank you

Application code breaks bootloader

Posted on February 25, 2015 at 13:34I've seen a number of similar threads but I don't think any quite cover the problem I am having here using an STM32F407.I have implemented my own bootloader for updating via CANOpen SDO protocols. This works fine ...

[SOLVED] stm32f0 discovery board as debugger

Posted on February 23, 2015 at 23:15 Hi everyone! I am using st-link on stm32f0 discovery board and ST-LINK utility to program some other boards and that is working like it should. I am working with stm32f030 processor. I am wond...

zlajoan by Associate II
  • 698 Views
  • 2 replies
  • 0 kudos

USB devices with 2 interfaces.

Posted on June 19, 2014 at 18:02Hi guys, looking for some help with a USB device I have which has 2 interfaces. The first interface is HID, and the second is MSC. I've modified the USB Host library so that it doesn't it doesn't fail in the MSC Inter...