2012-10-06 02:50 AM
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-eval2013-04-10 08:14 AM
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
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.2013-04-10 08:31 AM
2013-09-14 12:46 PM
Is this link broken?
2013-09-14 02:53 PM
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