Author Topic: ARM developement  (Read 3259 times)

Offline Devlper_lee_kr

  • Single posting newcomer
  • *
  • Posts: 4
ARM developement
« 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!

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: ARM developement
« Reply #1 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...

Offline Devlper_lee_kr

  • Single posting newcomer
  • *
  • Posts: 4
Re: ARM developement
« Reply #2 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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: ARM developement
« Reply #3 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: ARM developement
« Reply #4 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...