Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Simple sample project with STM32F303

Status
Not open for further replies.

Scheldoniq

Junior Member level 1
Joined
Oct 31, 2012
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,407
I would like to use in a new project ARM Cortex M4 from ST, more STM32F303.
Can you recommend a sample project with this processor, a project which would see minimal involvement of the MCU,
 

Discavery know, I thought something else, something that puts more emphasis on the analog part.
 

The Discovery board supports the STM32's analogue to digital converter, which is very good. You can hook anything analogue up to the breakout pins, and then you have analogue signal as digital data. So pick a sensor, really - or just build a simple voltmeter.

But ultimately, if you want to do a microcontroller project, you're going to involve the microcontroller to some degree. Your best bet getting started is going to be picking something like the Discovery board that has tons of sample projects, build tools, startup files, etc. already done and available from ST. Any other projects I can recommend first require at least a basic knowledge. So start with those samples, and use them to learn.

For instance, Blinky is a sample project that simply blinks the Discovery Board LEDs. You could then adapt that to make the LEDs blink every time voltage data comes in over the A2D (although you'll want to read about the A2D's functionality first).

So my point is, even using the MCU minimally requires learning how it works, even if just at a basic level.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top