This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Help to start using ARM

Hallo I am PIC programmer. I have always used CCS C compiler. I want to pass to the 32 bit platform and I thought that ARM would be best.
I thought of buying a development board from Olimex and use the Keil uVision compiler. Before spending a few money I need to clarify a couple of things.
Do I need anything else to get started?
Is the Olimex board and Keil compiler enough to write firmware, compile, burn the chip, and expect it to work?
What is the jtag?
In CCS C compiler there are many libraries for the microcontroller’s peripherals, is it the same in ARM development?

Parents
  • 1) Do I need anything else to get started?

    A) You would probably like a ULINK2 for using the JTAG interface.

    2) Is the Olimex board and Keil compiler enough to write firmware, compile, burn the chip, and expect it to work?

    A) You would probably like a ULINK2 for using the JTAG interface.

    3) What is the jtag?

    A) It's an interface to allow you to download software and to debug your program.

    4) In CCS C compiler there are many libraries for the microcontroller's peripherals, is it the same in ARM development?

    A) Sorry, I don't know what libraries that are supplied with the CCS. I also don't know what ARM chip you are thinking about, making the question impossible to answer. I would guess that the answer is no, but at least for some of the chips, there are a lot of online info about how to use different peripherials.

Reply
  • 1) Do I need anything else to get started?

    A) You would probably like a ULINK2 for using the JTAG interface.

    2) Is the Olimex board and Keil compiler enough to write firmware, compile, burn the chip, and expect it to work?

    A) You would probably like a ULINK2 for using the JTAG interface.

    3) What is the jtag?

    A) It's an interface to allow you to download software and to debug your program.

    4) In CCS C compiler there are many libraries for the microcontroller's peripherals, is it the same in ARM development?

    A) Sorry, I don't know what libraries that are supplied with the CCS. I also don't know what ARM chip you are thinking about, making the question impossible to answer. I would guess that the answer is no, but at least for some of the chips, there are a lot of online info about how to use different peripherials.

Children