We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I am trying to learn programming on an arm micro processor. I have the evaluation boar STM32F303VCT but i am running into one major problem which is the tool chain.
1. Keil gives me an error if a start a new project and i cant even find m device in files\device database.
2. I tried the same thing by creating a new project in IAR Embedded Workbench but invain. It gives me an error that ST Link could not locat mcu.
If i generate the source code from STMCUBEMX and load it into IAR Workbench everything seems to connect. Is there a better IDE for developing firmware for ARM MCU's offering intellisense as in Atmel Studio?
Best Regards
Hi Ismail, I can see the STM32F303VC device (http://www.st.com/en/microcontrollers/stm32f303vc.html) is supported in Keil MDK (http://www.keil.com/dd2/stmicroelectronics/stm32f303vc/). I guess the T at the end of the part number refers to the packaging but the device should be exactly the same. MDK (uVision editor) supports autocomplete (the generic term for intellisense): http://www.keil.com/support/man/docs/uv4/uv4_ui_codecomp.htm . MDK 5.24 improved this even further by using the same engine used by ARM Compiler 6: http://www2.keil.com/mdk5/524/
What kind of issue do you see when starting a new project? Could you please post a screenshot?
Thanks!
Stefano