Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Devlper_lee_kr on May 25, 2020, 11:51:14 am

Title: ARM developement
Post by: Devlper_lee_kr on May 25, 2020, 11:51:14 am
I don't know if this is the right forum; If I'm in a wrong forum please let me know

My problems:

Is it required to have an ARM evaluation board to make an arm project?
if so, Please tell me where I can find one. Thanks!
Title: Re: ARM developement
Post by: BlueHazzard on May 25, 2020, 03:06:57 pm
Quote
Is it required to have an ARM evaluation board to make an arm project?
Ofc not... you can not test if you have no controller, but you can make projects as many as you like..

Quote
if so, Please tell me where I can find one. Thanks!
There are probably over 1000 different amr-dev boards out there... Without any information this question is useless...
I generally recommend some STM32 discovery boards, because thy have a J-Link programmer integrated...
Title: Re: ARM developement
Post by: Devlper_lee_kr on May 26, 2020, 12:29:52 pm
Quote
Is it required to have an ARM evaluation board to make an arm project?
Ofc not... you can not test if you have no controller, but you can make projects as many as you like..

Quote
if so, Please tell me where I can find one. Thanks!
There are probably over 1000 different amr-dev boards out there... Without any information this question is useless...
I generally recommend some STM32 discovery boards, because thy have a J-Link programmer integrated...

Thanks for the info.
I also have one more question (that may sound stupid)
but can you make an OS using arm project?
Title: Re: ARM developement
Post by: stahta01 on May 26, 2020, 02:44:01 pm
I also have one more question (that may sound stupid)
but can you make an OS using arm project?

Your question makes no sense to me.

I am guessing you meant this
Can the arm project be created for bare-metal Arm hardware?
Bare-metal is the normal term used to mean hardware with an OS.

Using CB to build an OS is likely a very bad idea unless the OS is very simple and small.

Tim S.
Title: Re: ARM developement
Post by: BlueHazzard on May 26, 2020, 08:03:57 pm
Quote
but can you make an OS using arm project?
Again, without specifying what arm you use... i can not tell anything. Arm ranges from 1kByte Flash 1kByte RAM M0 to severall GB A6 controllers you find in an IPhone... So a arm can run no OS to any Operating system out there you can imagine. It is a micro processor it can do touring complete things....

And codeblocks is basically a better notepad. So you can do anything in codeblocks you can do with a notepad, and you can program a whole Windows in notepad if you please, so you can also program a whole Operating system in codeblocks... No problem whatsoever

With your questions so vague you get answers so vague...