STM32 controller works using gcc compiler or not
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-12-06 2:51 AM
Posted on December 06, 2009 at 11:51
STM32 controller works using gcc compiler or not
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:33 AM
Posted on May 17, 2011 at 13:33
Hi,all!
I am using STM32F103 controller.Presently i am using Keil real view compiler v3.85. But this compiler is supporting up to 32KB of memory. If i am using doing the project with GCC compiler it is not executing. [ This message was edited by: praveen0027 on 05-12-2009 13:38 ]Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:33 AM
Posted on May 17, 2011 at 13:33
Quote:
i am using Keil real view compiler
v3.85. But this compiler is supporting up to 32KB of memory.That's because you are using the free Evaluation version - the compiler actually supports waaaaaaaaaaaaay more than that - but you have to pay for a proper licence!Quote:
If i am using doing the project with GCC compiler it is not executing.
What is not executing? Do you mean the compiler itself doesn't run on your PC, or the generated code doesn't run on your target hardware?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:33 AM
Posted on May 17, 2011 at 13:33
praveen0027, the GCC works well with STM32, being used in many many projects.
Which toolchain do you use with GCC? Do you have proper memory map, start-up files, libraries?