eclipse - Programming SAM uC family without ATmel Studio -


i've asked question on :https://electronics.stackexchange.com/ no success, i'm trying luck here.

i've designed board used sam uc (cortex m0+). don't want use atmel stduio, want learn how use eclipse , arm-gcc , openocd ( still can't understand, 1 ?). question possible , if yes, has hint how can proceed ?

i've installed 3 parts,and farthest get: enter image description here

i agree notlikethat, cant figure out.

1) yes, have dozens or hundreds of bare metal microcontroller examples use gnu toolchain, no ides, command line. no problems there whatsoever.

2) openocd open source tool knows how speak on chip debuggers, in particular arm ones. , supports jtag , swd cortex-m0+ have if exposed (which is).

3) sam microcontroller there hundreds of different ones on decade or so, cortex-m0+ narrows down more thousands more hundreds of different ones. narrow down @ least 1 family. popular samd21? have used 1 of those, , using openocd , gcc quite doable without need ide anyone. add text editor.

i prefer use $10 st discovery or nucleo board swd debugger, remove couple of jumpers , can use st-link front end other microcontrollers st or not st.

the chip documentation google show how hook , talk chip.

do have raw chip or have on board, 1 made or 1 bought?

your question equivalent of, have ford, , dont know size brake pads need , have have dealer install them.

is truck car, one, how many models/variations have had in last hundred or years? sizes/parts in manual. , latter yes of course can yourself, or have else install them, dont have go dealer.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -