cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f3discovery

v2
Associate
Posted on January 20, 2014 at 11:43

Hi,I have a problem with the STM32F3Discovery because i want to capture the signal of the board to watch and display it on my PC. I am using ''Keil'' programm, but i'm not able to do it. 

Is there someone who could help me?

thanks a lot. 
3 REPLIES 3
chen
Associate II
Posted on January 20, 2014 at 15:21

Hi

'' i want to capture the signal of the board to watch and display it on my PC''

What exactly is it that you want to capture and display?

(eg digital IO line, console, timer .......)

v2
Associate
Posted on January 21, 2014 at 10:58

I want to capture the angulars rates signals of the board and display them on a omegax-t and omegay-t graphs,  in which:

- ''omegax'' and ''omegay'' are the angulars rates 

- ''t'' is the time

I should write a program code but I can not do it

chen
Associate II
Posted on January 21, 2014 at 11:53

''I want to capture the angulars rates signals of the board and display them on a omegax-t and omegay-t graphs''

OK, so the STM32F3Discovery has some accelerometers. You want to capture the data from the accelerometers and convert them into angular displacement.

''I should write a program code but I can not do it''

I have never done it before either!

Look at the demo code for the board. I think the demo shows how to read the accelerometers. You will have to figure out how to convert the data from the accelerometers into angular displacement.

Google for information - lots of people have done projects with accelerometers.