Author Topic: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...  (Read 14304 times)

0 Members and 1 Guest are viewing this topic.

Offline astraTopic starter

  • Contributor
  • Posts: 16
  • Country: it
PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« on: March 01, 2014, 11:29:55 pm »
Hi,
i'm sorry if i'm asking something that's already has been answered..
I try to find with the search button in the forum but i could not find the answer..
So that's the question...
I’m an old EE but I’m new in the MicroController field… In this period I’ve try to learn some about the microcontroller because i like to build some project using Microcontrollers.
I’m not so sure which Brand to choose..
The parameters I need to respect are different...but in this moment the most important is the price because of the limited budget..  ::) So I try to understand what are the prices of the necessary tools  (IDE, Editor, Compiler, Programmer…) of the different Brand's solutions that are offered.
I try to understand something reading through the internet and i try to syntetize what I’ve understood:

PIC :

Editor         :   MPLab X IDE v2.05     
Price           : Free

Compiler     : MPLab XC 8 / 16 /32
Price 8 Bit Standard HPA WorkStation :  73,33 €
Price 8Bit  Standard WorkStation: 363,01 €
Price 16 Bit Standard WorkStation :  363,01 €
Price 32Bit limited :  0,00 €

Programmer : [url=http://www.microchipdirect.com/ProductSearch.aspx?Keywords=PG164130]http://www.microchipdirect.com/ProductSearch.aspx?Keywords=PG164130 [/url]
Price  : 32,96 €

ATMEL:

Editor : Atmel Studio 6.2 beta Installer
Price   : Free

Compiler : Atmel Studio 6.2 beta Installer
Price       : Free

Programmer : AVRISP mkII
Price  : 34 US$


ARM :

Editor : Eclipse ds5 community edition
Price : free

Compiler :    Eclipse ds5 community edition
Price : Free

Programmer : Ulink2
Price : 316,00€

I do not put in this list other manufacturer (as Texas Instruments..only to try to focus on the major competitor in the market) and I do not watch the Microcontroller products…

I like to have your opinion about the list above..have I right understood the situation..?
I’d like to choose the way and in order to make the right choice I’d like to understand what I’m buying..
For example is it true that PIC do not offer any free compiler for the 8bit and the 16bit Microcontroller..?
Only the 32Bit limited (in optimization) version is free..?
Thank you for the time you dedicate in helping me take the right choice..
Astra.
per aspera ad astra..
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #1 on: March 02, 2014, 12:12:02 am »
8-bit low cost options:

1) PIC: inexpensive but outdated chip, free but limited compilers, $50 programmer.
2) AVR: inexpensive chip, free and unlimited compiler (gcc-avr + code block), <$10 programmer.
3) STM8: inexpensive chip, free but limited compiler, hardware debugger.

16/32-bit chip:
1) PIC24: reasonably priced chip, free but limited compilers (C30/X16 + emBlocks), $50 programmer.
2) STM32: inexpensive chip, free and unlimited compiler (gcc-arm + CoIDE), $10 programmer / hardware debugger.
3) TI launchpad: inexpensive and somewhat quirky chip, free and unlimited compiler (gcc + eclipse), $10 - 20 programmer / hardware debugger.

8-bit chips are fairly easy to learn and are reasonably capable - I would pick the avr there. 32-bit chips have a much steeper learning curve / complexity and may not be for everyone - my pick there would be STM32 for its value.
================================
https://dannyelectronics.wordpress.com/
 

Offline westfw

  • Super Contributor
  • ***
  • Posts: 4199
  • Country: us
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #2 on: March 02, 2014, 07:21:28 am »
Microchip PIC has free "limited" versions of 8 and 16bit compilers as well as the 32bit.

The AVRISP programmer you mention does programming only, but not debugging.  (the PICKit3 and Ulink3 do both.)  There are AVRISP clones that are MUCH cheaper than the official Atmel version.

ARM doesn't sell chips, so you have to pick a vendor.  TI, NXP, ST, Freescale, and probably others, are all selling very inexpensive (< $20) evaluation boards that include debugging and programming.  The ULink is a very generic (and widely supported) but also very expensive tool for ARMs.

IMO, it would be foolish not to consider Arduino variants.  About $30 will get you AVR, ARM, or PIC32 versions with a fine compiler and bootloader, and a simple IDE, ready to plug into your choice of development system and start writing code.

This MOOC on embedded systems is going pretty well.  They're using a TI ARM board: https://courses.edx.org/courses/UTAustinX/UT.6.01x/1T2014/info
 

Offline JoeN

  • Frequent Contributor
  • **
  • Posts: 991
  • Country: us
  • We Buy Trannies By The Truckload
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #3 on: March 02, 2014, 08:33:07 am »
J-Link EDU is a very capable programmer for ARM if you are going to be doing non-commercial hobbyist projects:

http://www.segger.com/j-link-edu.html

http://www.digikey.com/product-search/en?lang=en&site=us&KeyWords=J-Link+EDU

It works well with both Atmel Studio (free and unlimited for Atmel ARM chips) and Keil (limited, but supports basically every ARM chip up to limits).

For about $70 all in you should be able to start working with ARM if you can convince Atmel to send you a few samples and make your own board.
« Last Edit: March 02, 2014, 08:35:08 am by JoeN »
Have You Been Triggered Today?
 

Offline Psi

  • Super Contributor
  • ***
  • Posts: 9946
  • Country: nz
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #4 on: March 02, 2014, 08:57:02 am »
The parameters I need to respect are different...but in this moment the most important is the price because of the limited budget..

Personally i recommend spending $30 on a proper AVR programmer..
But the absolute cheapest option doesn't even need that...

Find an old computer that has a printer port (LPT) and runs either windows 98, windows 2000 or windows XP.
(XP64/vista/win7/win8 are a bit more tricky because they don't let programs access the printer port directly, so an old PC is best)
Cost = free

Buy an ATtiny or ATmega MCU IC in DIP package - Cost $3

Buy a breadboard - Cost $5
(You could also use veroboard/DIP sockets etc.. but breadboard is easier to play with and change your circuit)

Buy/find a DB-25 connector that will plug into your printer port  - Cost $4

Wire up the printer port to the breadboard/MCU so you connect the 5 pins as shown here..
(The resistors in the picture can be left out if you're super cheap. Otherwise use 470R)

Keep the cable length less than 1.5Meters between the breadboard and printer port.

Now all you need is a 5V power from somewhere to run the chip. You can cut up a USB cable and use the red and black wires for super cheap 5V source.

Now your MCU has power and programming pin connected :)
You can write code in AVRstudio and upload it to the chip using AVRdude.
You may want to write a simple batch file to copy the output hex file from avrstudio to a different location and run the avrdude command to upload it to the chip. You can even setup avrstudio to automatically run avrdude and upload your code when you hit compile.

The important commandline options for avrdude are.
-c bsd   (sets the programmer type your using)
-p m64 (tells avrdude your programming a ATmega64, change this as needed)
-E noreset  (tells avrdude to pull the reset line high after programming so the chip starts running)
-e (erase the chip before programming)
-U flash:w:mycode.hex (upload the mycode.hex file to the mcu in flash memory)

eg..  avrdude -c bsd -p m64 -E noreset -e  -U flash:w:mycode.hex
« Last Edit: March 02, 2014, 09:12:04 am by Psi »
Greek letter 'Psi' (not Pounds per Square Inch)
 

Offline jaromir

  • Supporter
  • ****
  • Posts: 338
  • Country: sk
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #5 on: March 02, 2014, 09:22:45 am »
You don't need to spend hundreds of bucks on C compiler from Microchip. I do all my spare time projects (http://jaromir.xf.cz/) with free versions from Microchip website.
It is not limited in size of generated code and together with MPLAB(X) it gives me development platform much better suited for my needs than Atmel Studio (windows only) or Eclipse+ARM GCC (pain in the ass to set it up and actually use).
 

Offline JoeN

  • Frequent Contributor
  • **
  • Posts: 991
  • Country: us
  • We Buy Trannies By The Truckload
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #6 on: March 02, 2014, 09:35:59 am »
Yeah, "Windows Only" is such a huge show-stopping pain in the ass.  Only maybe 95% of the people out there have access to that platform.   :palm:
Have You Been Triggered Today?
 

Offline jaromir

  • Supporter
  • ****
  • Posts: 338
  • Country: sk
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #7 on: March 02, 2014, 09:48:44 am »
JoeN: please, reread it again.
I wrote about my needs, not about "95% of the people", whatever that means. :palm:
 

Offline JoeN

  • Frequent Contributor
  • **
  • Posts: 991
  • Country: us
  • We Buy Trannies By The Truckload
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #8 on: March 02, 2014, 09:56:10 am »
JoeN: please, reread it again.
I wrote about my needs, not about "95% of the people", whatever that means. :palm:

This thread was never about your needs, it was about Astra's needs.  But thanks for your input.
Have You Been Triggered Today?
 

Offline jaromir

  • Supporter
  • ****
  • Posts: 338
  • Country: sk
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #9 on: March 02, 2014, 10:31:19 am »
JoeN: If this thread is about Astra's needs, what is the point of your posts here? I wrote about my experience with particular compilers, trying to help him. Your only input here are two useless posts :blah:

Back to the topic: Astra can also consider LPCXpresso, based around NXP ARM micros. For me it works out of the box, comes with unlimited compiler (ARM-GCC in fact), but limited (256kB) debugger. The limit is quite high (compare with 32kB IAR) and applies only to debugger, so you can build binary of any size.
It is still Eclipse based, however.
ST Micro offers variety of boards with integrated st-link (all the Discovery boards and new Nucleo), working as programmer/debugger, so one doesn't need to buy J-link
 

Offline bxs

  • Regular Contributor
  • *
  • Posts: 89
  • Country: 00
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #10 on: March 02, 2014, 04:54:30 pm »
Let's start, first just keep in mind that good and trouble free tools don't exist  ;D

## Tools from manufacturers:

- Microchip:
Go with MplabX(free) as IDE based in Netbeans, XC 8,16,32,32++ as compilers, note that all compilers can be used for free, the catch is only in the level of optimizations.

For 8bit the XC8(Hi-Tech PICC+PICC18) in free mode is quite bad, really bad  |O, only use it if you buy a PIC with a good amount of memory and performance is not important, also is only a C compiler  :( but it's normal at least for more basic 8bit (10F, 12F, 16F) it's almost a miracle that they have a C compiler since their architecture is quite basic and limited.

For 16bit go with XC16(GCC), it's a nice compiler even with the limited optimizations, also the 16bit PICs are nice, the bad is that it's only a C compiler.

For 32bit go with XC32(GCC MIPS), again it's a nice compiler even with the limited optimizations, and also have C++  ;) . Keep some things in mid, all the world went with ARM for 32bit but Microchip had to be different, they with with MPIS for PIC32  ::) , also keep in mid that C and C++ uses completely different libs...

To program/debug the cheap solution is Pickit 3, but PIC32 with pickit 3 can be painful for that I recommend the ICD3.

Please never choose a PIC for a important project without reading their errata, many PICs are quite buggy  :o

With Microchip tools you can go Windows, Linux and MAC  8)


- Atmel:
Their IDE (free) is based in Visual studio so it's a nice IDE, also the compilers(GCC) are free and you get C and C++  :)

To program/debug you can find clones of Atmel tools quite cheap  ;)

With Atmel tools you can only use Windows (The IDE only support windows)  |O


-TI:
Their IDE (free) CCS is based in Eclipse, the compilers(made by TI) are also free and have C/C++, the catch is in the debug code size limits, for example 16KB for MSP430(16bit) but for ARM(32bit), for example if you use it with a Tica C Launchpad it don't have any limits  ;)
The future CCS v6 will have also the option to use the GCC compilers for MSP430 and ARM, also note that MSP430 with GCC don't have debug code size limit  ;) (for now exist a beta version for download)

The msp430 are fine, but ARM chip are quite buggy.

With TI you can find cheap clones to program/debug, but the for start simple get some Launchpads, they will do the job.

With Ti tools you can go Windows and Linux, no MAC  :(


- NXP:
Their IDE (free) LPCXpresso is based on Eclipse, the compiler (GCC) (free) do C/C++, the limit will be for debug, a 256K code size limit, note that 256K is a lot  ;)

The NXP chips are fine and cheap.

The NXP have several cheap boards that also have a programmer/debugger.

With NXP tools you can go Windows, Linux and MAC  8)


- ST
With ST you Will not have any software tool at all  |O

ST chips are nice and cheap.

The ST have several cheap boards that also have a programmer/debugger.


## Tools from other sources:
Almost all they are well supported, many times will be Eclipse with some plugins for the IDE people and GCC as the compiler.
Many people will simple use a makefile with their Editor of choice.

Also, these tools will do fine in Windows, Linux and MAC  8)

In my opinion the chips with worse support are the Microchip ones, the support exist, but can't be compared with the others.
« Last Edit: March 02, 2014, 04:57:37 pm by bxs »
 

Offline jaromir

  • Supporter
  • ****
  • Posts: 338
  • Country: sk
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #11 on: March 02, 2014, 09:04:30 pm »
BXS: great overview! :-+

By the way, XC8 compiler optimizations went much better since 1.2 version. After all, it generates about half the size code compared to SDCC.
For STM32 one can use CoIDE (just forget the RTOS stuff, or use it) or EmBlocks. Both run only under windows and are a not as straightforward to use as dedicated IDE from silicon vendor.
TI MSP430 program/debug doesn't work under Linux with CCS http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/171173.aspx though IDE itself runs fine.
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #12 on: March 02, 2014, 09:08:42 pm »
-XC8 compiler optimizations went much better since 1.2 version-

2nd that. I just did some benchmarking. Xc8, in free mode, produced faster code than picc18 pro. Not bad.
================================
https://dannyelectronics.wordpress.com/
 

Offline bxs

  • Regular Contributor
  • *
  • Posts: 89
  • Country: 00
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #13 on: March 02, 2014, 09:24:58 pm »
BXS: great overview! :-+

By the way, XC8 compiler optimizations went much better since 1.2 version. After all, it generates about half the size code compared to SDCC.
For STM32 one can use CoIDE (just forget the RTOS stuff, or use it) or EmBlocks. Both run only under windows and are a not as straightforward to use as dedicated IDE from silicon vendor.
TI MSP430 program/debug doesn't work under Linux with CCS http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/171173.aspx though IDE itself runs fine.

Everything Vs SDCC will probably win, thats contributed to me saying:
(...)
## Tools from other sources:
(...)
In my opinion the chips with worse support are the Microchip ones, the support exist, but can't be compared with the others.

About XC8 v1.2, I made some tests with it Vs C18 in free mode, C18 won almost every project that I tested so you may have different experiences but at least for now I continue to see the XC8 in free as a weak compiler in free mode.

About CCS and MSP430 debug in Linux, it just don't work with Launchpad MSP430G2 stuff, look at:
http://processors.wiki.ti.com/index.php/Linux_Host_Support

EDIT:
For example, if you look at some udev rules that CCS uses in Linux "61-msp430uif.rules" you can see what is supported for MSP430  ;)
Code: [Select]
#TI MSP430UIF
ATTRS{idVendor}=="2047",ATTRS{idProduct}=="0010",MODE="0666"
ATTRS{idVendor}=="2047",ATTRS{idProduct}=="0013",MODE="0666"
ATTRS{idVendor}=="2047",ATTRS{idProduct}=="0203",MODE="0666"

Your link talks about rf2500 (0451:f432 Texas Instruments, Inc. eZ430 Development Tool) of first Launchpads that TI simple ignored in Linux...  :(

Edit2:
The launchpad msp430f5529 is also said to work with linux since CCS 5.4, but I don't have one to test.

About Launchpad stellaris/Tiva C they work in Linux, in CCS6 is out of the box, in CCS5.5 you have to manually replace a lib but it works.
« Last Edit: March 02, 2014, 10:07:17 pm by bxs »
 

Offline zapta

  • Super Contributor
  • ***
  • Posts: 6190
  • Country: us
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #14 on: March 03, 2014, 04:14:04 am »
Yeah, "Windows Only" is such a huge show-stopping pain in the ass.  Only maybe 95% of the people out there have access to that platform.   :palm:

access != preferred platform.
 

Offline astraTopic starter

  • Contributor
  • Posts: 16
  • Country: it
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #15 on: March 03, 2014, 11:53:50 pm »
Thank you all for the time you dedicate in helping me.
I think i'll go to choose a STMicroElectronics 32Bit platform.
I see a large number of nice Discovery Board for many 32bit family,
from the F0 to the latest and more powerful F4 model..

I'd like to do some analysis more on wich one to pick reading the specification of this boards.
I agree with your opinion that in this moment the 32Bit ARM family is a good choice.

I notice also that there is a really big difference in price for the STM32F429I-DISCOVERY between
the UK price of 16,64 £ and the European price of 27,45 € ....

I was used to see a strange relationship between € and US$ but such a big difference between te official exchange rate and this particular one between £ and € it's sound annoyng...

thank you again to all the guys who try to help me.

astra.

]
per aspera ad astra..
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #16 on: March 04, 2014, 12:27:35 am »
The F0s are really for 8-bit replacement - they are slightly simpler and smaller;
The F1s are fairly typical for a 32-bit chip. More powerful and represent a good starting point;
The F3s have more peripherals and good for mixed signal or RC stuff;
The F4s are for computational intensive jobs;
The L1s are for low power consumption. The L152 in particular is a nice all-in-a-box board, with its lcd display.

Quote
in this moment the 32Bit ARM family is a good choice.

Yes, if you have prior experience and are familiar with C and mcus. Otherwise, you will find the learning curve quite steep.
================================
https://dannyelectronics.wordpress.com/
 

Offline westfw

  • Super Contributor
  • ***
  • Posts: 4199
  • Country: us
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #17 on: March 04, 2014, 03:52:51 am »
Quote
I notice also that there is a really big difference in price for the STM32F429I-DISCOVERY between
the UK price of 16,64 £ and the European price of 27,45 € ....
huh?  That looks within 10% of what an exchange calculator says it should be.
(now, I hear that it's pretty common for US items to (apparently) get UK pricing from converting from dollars to pounds without changing the actual number.  But that's not how it should be, is it?   And ST is not a US company.)
 

Offline astraTopic starter

  • Contributor
  • Posts: 16
  • Country: it
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #18 on: March 04, 2014, 02:37:02 pm »
Quote
I notice also that there is a really big difference in price for the STM32F429I-DISCOVERY between
the UK price of 16,64 £ and the European price of 27,45 € ....
huh?  That looks within 10% of what an exchange calculator says it should be.
(now, I hear that it's pretty common for US items to (apparently) get UK pricing from converting from dollars to pounds without changing the actual number.  But that's not how it should be, is it?   And ST is not a US company.)

May be i'm wrong or i have not understood what you wrote, so please be patience with me.
..but according to this site it seems that 16,29 British Pound are roughly 19,77 €.
So the difference between 19,77 € and  27,45 € is 7,68 € that in respect to 19,77 is roughly the 38,8% (not the 10%).
Astra.
per aspera ad astra..
 

Offline astraTopic starter

  • Contributor
  • Posts: 16
  • Country: it
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #19 on: March 04, 2014, 03:53:01 pm »
@dennyf
thank you very much for you help and your useful information about STM Family.
Now i can decide with more accurate information..

About C.. i've read some books about this language in the past months.
I'm more familiar with other languages... (RPG..Fortran..Basic..) but i could also
try with Assembler..
When i was 19 roughly 30 years ago i wrote some programs for my Sharp PC 1500 in Basic...but it took 3 second to calculate one information..
So i decided to learn the assembler for this little calculator..and the difference was
incredible ... in 3 second it calculate 300 information...
May be i'll try again..  :D

Astra.
« Last Edit: March 04, 2014, 04:07:04 pm by astra »
per aspera ad astra..
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #20 on: March 04, 2014, 05:36:45 pm »
On Basic, I think it will be a waste of your time.

On assembler, unless you will do just extremely simple or extremely complex stuff AND you have lots of resources at your disposal, it too is a waste of your time on those chips.
================================
https://dannyelectronics.wordpress.com/
 

Offline granz

  • Regular Contributor
  • *
  • Posts: 136
  • Country: us
  • 6.62606957
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #21 on: March 04, 2014, 06:42:09 pm »
Thank you all for the time you dedicate in helping me.
I think i'll go to choose a STMicroElectronics 32Bit platform.
I see a large number of nice Discovery Board for many 32bit family,
from the F0 to the latest and more powerful F4 model..

I'd like to do some analysis more on wich one to pick reading the specification of this boards.
I agree with your opinion that in this moment the 32Bit ARM family is a good choice.

I notice also that there is a really big difference in price for the STM32F429I-DISCOVERY between
the UK price of 16,64 £ and the European price of 27,45 € ....

I was used to see a strange relationship between € and US$ but such a big difference between te official exchange rate and this particular one between £ and € it's sound annoyng...

thank you again to all the guys who try to help me.

astra.

]

My experience about a year or so ago with one of the STM32 discovery boards was not good.  On these (at least when I played with one) they incorporate their USB programmer on the board, and it was complete garbage, including horrible "engrish" programming software.  That on top of the annoying tool-chain setup and I actually decided not to use an STM32 for the project I was working on because of how annoyed I was with the board.  If you are certain you want to start out in the ARM world, the Atmel AT91SAMxxxx devices are nicer because you can use the much friendlier Atmel Studio.

You could try something like this:

http://www.digikey.com/product-detail/en/ATSAM4S-XPLD/ATSAM4S-XPLD-ND/3481162

I use PIC32's quite a bit also, and they are also quite nice (but are a MIPS core, not ARM).

Like others have mentioned, getting started with an 8-bit mcu might be a better idea.  There is just so much more to learn with the higher-end devices.

Since you'll likely be working in C/C++, I highly recommend that you get started learning the language first not on a microcontroller.  Linux is a great environment to start in, because you can basically compile code with gcc from any ANSI C book and have it work, without the Windows-specific stuff.  If you don't want to learn your way around Linux, I've taught some people C using Dev-C++, which is a free minimalistic IDE for windows (uses gcc underneath).

On another note, if you're new to C, I wouldn't complicate it with C++.  C++ really isn't a necessary complication until you are working on large projects (especially with multiple developers).  Most microcontroller projects just don't need the higher-level of abstraction.  Plain C is closer to the hardware.

Good luck!
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #22 on: March 04, 2014, 06:56:16 pm »
Quote
it was complete garbage,

In what sense?

Quote
including horrible "engrish" programming software. 

It is done fully transparent to the user. so what programming software are you talking about?
================================
https://dannyelectronics.wordpress.com/
 

Offline granz

  • Regular Contributor
  • *
  • Posts: 136
  • Country: us
  • 6.62606957
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #23 on: March 04, 2014, 07:19:33 pm »
Quote
it was complete garbage,

In what sense?

Quote
including horrible "engrish" programming software. 

It is done fully transparent to the user. so what programming software are you talking about?

I was referring to the stand-alone programmer software.  This was a year or two ago also, and I was using the CodeSourcery build environment.  What IDE do you use/have you found nice?  I'd be willing to give the STM32 series another chance (I already have a custom dev board and a programmer).
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: PIC ATMEL ARM IDE (Compiler+Editor+Programmer)...
« Reply #24 on: March 04, 2014, 07:41:26 pm »
IAR and Keil are both very good. IAR's user interface is more minimalist and to my liking.

Of the free ones, CoIDE does an excellent job supporting STM chips. Pretty much all existing STM32F chips are supported and many on real time basis. The project wizard is top notch (far better than IAR's and Keil's for example), and there is no code size or time limits. It also supports stlink and other manufacturers' chips.

However, its support for jlink is non-existent - segger's fault.
================================
https://dannyelectronics.wordpress.com/
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf