STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GPIO_PinLockConfig() does not work

Posted on October 29, 2012 at 08:54I have a problem. I set my GPIO port pins on GPIOA. When I wanted to lock them I used GPIO_PinLockConfig function, but when the function passed through. It has done nothing. My pins in LCKR lock register was not lo...

searching for TJpgDec example code

Posted on August 04, 2012 at 15:52hello as the tittle says i'm searching for some example code for http://elm-chan.org/fsw/tjpgd/00index.htmli have fatfs working from chan. i have a display up and running. now i only need to find out how to use the ...

arnold by Associate II
  • 3269 Views
  • 20 replies
  • 0 kudos

STM32F4 CPU Configuration Software

Posted on October 29, 2012 at 14:28hello,everyone, I'm developing a STM32F4 CPU configuration software. It can be used to configure pins and to write configuration ''C'' code for you. Please waiting.........

0690X00000602mVQAQ.jpg

unsigned_int and unsigned_short_int compatibility ?

Posted on October 30, 2012 at 13:32 Hi there, May be this is a silly question, but could someone explain me to how we use unsigned int and unsigned short int types together ? Here is an exemple from a simple working code (gpio.c* of STM32 V...

edgar2 by Associate II
  • 975 Views
  • 2 replies
  • 0 kudos

Cannot set EXTICR register in STM32F205

Posted on June 21, 2012 at 00:14 Following the example for the STM3240G I set up the KEY pushbutton (PG15) as an external interrupt: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE); // enable port RCC_APB2PeriphClockCmd(RCC_APB2Peri...

TimerX chain or master example

Posted on October 30, 2012 at 10:10I want to measure distance between two pulses, pulses come from an another timer. Ist there any example for it? #timer-master-slave

stst9184 by Associate II
  • 474 Views
  • 3 replies
  • 0 kudos

multiple usb descriptors

Posted on October 29, 2012 at 10:29Hello I want that my STM32 has two usb descriptors. For example: If I plugin my STM32 Microcontroller to a pc, the pc should recognize the STM32 as two USB Devices. (For example as Camera and as Microphone Device)....

kilian23 by Associate
  • 521 Views
  • 1 replies
  • 0 kudos

STM32F4Discovery VCP Problem

Posted on October 29, 2012 at 01:55Hello, I am trying to add VCP on STM32F4Discovery but have some issues which I am not able to figure out. When I add this command USBD_Init(&USB_OTG_dev, USB_OTG_FS_CORE_ID, &USR_desc, &USBD_CDC_cb, &USR_cb); in ...

measuring of execution time

Posted on October 28, 2012 at 20:05Hi everybody. Is it possible to measure execution time of program when I debug the program by using of hardware debugger ST-LINK V/2? I use uVision 4 studio (lite version) by KEIL and discovery board for STM32f0 wi...