STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use CCM RAM on STM32F303VC?

Posted on October 31, 2012 at 12:58There's no examplo using CCM RAM on the STM32F303 stantard library. I need to know how modify the EWARM liker icf file to add the CCM RAM section and how to put an assembler routine in this section.

Asantos by Senior
  • 359 Views
  • 1 replies
  • 0 kudos

SPI1 in DMA2 on STM32F4

Posted on October 29, 2012 at 15:16Hi,I'm trying to switch SPI1 to DMA mode. First I just try to enable on RX channel only, but I tried both RX TX, and many configuration, and I can't figure why it doesn't want to start... #define NBR_BYTES_ 15 uint...

neoirto by Associate II
  • 1190 Views
  • 11 replies
  • 0 kudos

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
  • 2473 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
  • 740 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...