2018-05-13 01:46 AM
Hi Team,
I am new to STM32 MCU family. I have with me no STM32F04 Discovery board.
To get started what is the best IDE?
Is keil good or eclipse good or Atollic studio is good? with out nay code size limitations.
Kindly suggest?
Also which RTOS is good?
FreeRTOS or NUTTX or Linux?
Also do I need to use or start with STM32CubeF4 package or normal examples.
Kindly help me in getting started.
Thanks,Regards,
Kumar.
#what-is-the-best-ide?-keil-or-eclipse-or-atollic-studi*Solved! Go to Solution.
2018-05-13 02:36 PM
What is your favourite colour?
Have you done any programming before? What development tool did you use? What aspects did you like vs dislike?
If you do not have the experience to make decisions perhaps start by doing simple things, and trying different tools.
How much money do you want to spend on your tools and OS? You're not going to get a Ferrari at Lada prices.
>> STM32F04 Discovery board
STM32F407 ?
Board the SPL and HAL have their adherents, CubeMX can generate code in HAL or LL. Starting today it is better to learn the current tools/libraries, review the examples under the STM32CubeF4 package, try compiling and running. Experiment so you have a basis from which to make decisions, or to know what you like or dislike.
2018-05-13 02:36 PM
What is your favourite colour?
Have you done any programming before? What development tool did you use? What aspects did you like vs dislike?
If you do not have the experience to make decisions perhaps start by doing simple things, and trying different tools.
How much money do you want to spend on your tools and OS? You're not going to get a Ferrari at Lada prices.
>> STM32F04 Discovery board
STM32F407 ?
Board the SPL and HAL have their adherents, CubeMX can generate code in HAL or LL. Starting today it is better to learn the current tools/libraries, review the examples under the STM32CubeF4 package, try compiling and running. Experiment so you have a basis from which to make decisions, or to know what you like or dislike.
2018-05-13 03:45 PM
'
what is the best IDE? Keil or Eclipse or Atollic Studio?'None of the above.
2018-05-13 09:24 PM
My favourite is EmBitz.
2018-05-13 10:46 PM
I use Visual Studio with GDB for $150
2018-05-14 01:23 AM
I agree.
The style of the question is the same that 'officials' ask if they want to steer you into a specific direction.
There are always more than two (or three) choices.
I like makefiles ...