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

Nucleo blue user button and exti in HAL

Posted on February 24, 2015 at 16:05Is it possible to configure external interrupt for blue user button on Nucleo bord (which is PC13) using HAL library?As given in examples for EXTI_Line0 connected to PA.00 pin:  GPIO_InitTypeDef   GPIO_InitStructu...

sergey2 by Associate II
  • 1425 Views
  • 3 replies
  • 0 kudos

keil uvision5 - how to run code from internal sram

Posted on February 26, 2015 at 11:26hello, first sorry for my bad english. Currently i am working on project that require a lot of debugging.I am using keil uvision5 and stm32f4 and would like to run code from internal sram instead of flash. How to...

andjelko by Associate II
  • 1474 Views
  • 1 replies
  • 0 kudos

stm32f0 alarm subseconds not updated rtc

Posted on February 26, 2015 at 14:10 It is necessary that the uc (STM32F051) was in STANDBY mode and wake up periodically to 4 times a second. RTC is clocked from the LSE. Setting Alarm occurs after checking the contents of the configuration RTC...

alux by Associate
  • 473 Views
  • 0 replies
  • 0 kudos

ST32F407VG MC01 and MC02 Prescalar Values

Posted on February 26, 2015 at 00:15Hi, I'm trying to understand and make some changes on to code already written.In clock configuration on this code MC01 and MC02 values have been changed to 2 and 5.Usually we were using them as default no division...

Repurposing Discovery GPIOA PA10,PA13,PA14,PA15 as Outputs

Posted on February 26, 2015 at 00:06Hello,I'm working on a STM32F407VG Discovery board and seem to have hit a brick wall trying to set GPIOA typical usb pins (PA10,PA13,PA14,PA15) as outputs to light up leds.I've tried initializing the pins the norm...

addac by Associate
  • 588 Views
  • 2 replies
  • 0 kudos

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
  • 941 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
  • 614 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
  • 1014 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...