cancel
Showing results for 
Search instead for 
Did you mean: 

STM3240G-EVAL Help me please!

fullcaos
Associate II
Posted on October 06, 2012 at 11:50

Hi, I just bought an evaluation board STM3240G-EVAL

I tried to modify the example provided by ST called ''ADC3_DMA'' but I could not change the pin from what I acquire the signal 

For example I wanted to go from pin PF9 to PC4 and I modified the GIPIOF in GPIOC and pin number GPIO_InitStructure.GPIO_Pin = GPIO_Pin_9 as GPIO_InitStructure.GPIO_Pin = GPIO_Pin_4;

but it does not work ....

I attached the main file in this post

what is wrong? please help me, even sending me a main with the corrections to change the pin. :D thanks

#stm3240g-eval
13 REPLIES 13
Posted on April 10, 2013 at 17:14

Can you please tell me how did you get STM3240G-eval examples ?

You should download the STM32 DSP Firmware example, and probably the Platform Builder package. Both these contain F4 firmware library code, and examples for EVAL series boards. There are a host of other examples. They target commercial tool chains.

http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/PF257901

http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/PF258142

http://www.st.com/stonline/stappl/productcatalog/app?page=partNumberSearchPage&levelid=LN1789&parentid=1743&resourcetype=SW

Is it the same as STM32F4Discovery ?

No, that is a $20 board, the EVAL boards are closer to $200, and have more features like interface connectors, and LCD panels.

Can the examples be used on the STM32F4-Discovery board, yes but you'll have to port them to deal with the different, and lack of, hardware with which you can interact.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
dorrachendoul
Associate II
Posted on April 10, 2013 at 17:31

Thanks a lot.

yutang_98
Associate II
Posted on September 14, 2013 at 21:46

Is this link broken?

Posted on September 14, 2013 at 23:53

Is this link broken?

Possibly, the site has been re-arranged, and a couple of things seem rather flaky today.

But Google appears to work.

http://www.st.com/web/en/resource/technical/document/datasheet/DM00037051.pdf

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..