Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mogplus8 on April 09, 2012, 12:24:40 pm

Title: programming an STM32F4 Discovery board with code blocks.
Post by: mogplus8 on April 09, 2012, 12:24:40 pm
Complete newbie, know nearly nothing about electronics but I'm a fair programmer. I would like to program my STM32F4 Discovery board with Code::Blocks but I have no idea where to start. Is there a beginner tutorial or something? Is it even possible?...

Thanks,
Title: Re: programming an STM32F4 Discovery board with code blocks.
Post by: oBFusCATed on April 09, 2012, 03:02:02 pm
Read the rules, then goto the site of your board manufacturer to see what compilers should be used to program it.
Then install the compiler and check if they are supported in C::B.
Try some things to get it going and if there are problems come back here or post in your compilers/board support site/forums.
Title: Re: programming an STM32F4 Discovery board with code blocks.
Post by: stahta01 on April 09, 2012, 05:43:39 pm
Turn on full compiler logging (The full compiler logs will likely be needed by the Compiler support site).

http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)

Tim S.
Title: Re: programming an STM32F4 Discovery board with code blocks.
Post by: mogplus8 on April 10, 2012, 10:03:09 am
Thanks for the tips. I'll let you know how I get on!

 :)