Author Topic: setting up code blocks with my stm32f3 discovery board  (Read 8891 times)

Offline JDOG0616

  • Single posting newcomer
  • *
  • Posts: 2
setting up code blocks with my stm32f3 discovery board
« on: July 19, 2018, 10:08:13 pm »
im really struggling trying to figure out how to add stm32 development to code blocks, i need to be able to write/edit/compile/deploy assembly and C to my board.  if any of those are not possible in code blocks is there a simple way to do it another way?


Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: setting up code blocks with my stm32f3 discovery board
« Reply #1 on: July 20, 2018, 12:36:45 am »
It is not hard...
set up compiler....
create project...
Set compiler for project...
set compiler flags...
set link libraries....
compile...
upload with your favorite tool...

if you need a more detailed instruction we need more info... operating system, Compiler, compiler version, standard library, linker, linker script but most YOUR CONTROLER.... your upload environment, your debugger environment for debugging ecc.... Your post gives exactly 0 information to help you....

and it is simply, have done it 100 times...