Author Topic: programming an STM32F4 Discovery board with code blocks.  (Read 8446 times)

Offline mogplus8

  • Single posting newcomer
  • *
  • Posts: 4
programming an STM32F4 Discovery board with code blocks.
« 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,

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: programming an STM32F4 Discovery board with code blocks.
« Reply #1 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Online stahta01

  • Lives here!
  • ****
  • Posts: 7790
    • My Best Post
Re: programming an STM32F4 Discovery board with code blocks.
« Reply #2 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

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline mogplus8

  • Single posting newcomer
  • *
  • Posts: 4
Re: programming an STM32F4 Discovery board with code blocks.
« Reply #3 on: April 10, 2012, 10:03:09 am »
Thanks for the tips. I'll let you know how I get on!

 :)