Posted on January 24, 2018 at 22:54The original post was too long to process during our migration. Please click on the attachment to read the original post.
So you need to find where they should have been defined, and see why they haven't.
Are you sure all the source files were actually compiled OK?
And are all the necessary libraries supplied?
Does SW4STM32 claim to be able to import CooCox projects?
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
The site times out for me too. From the AliExpress site the module looks quite good. I tend to prefer eBay+PayPal as these have more bite when it comes to playing by the rules, and shipping in a timely and verifiable manner.
I suspect the OP's interest relates to the functionality of this board, with the ability to use and charge a battery, along with the GPS and Gyro, etc.
So issues where you have multiple source files providing the same function, pick one. Others where you are missing source or include files, check include paths. And others missing library code.
Consider if the project is buildable under Eval version of Keil (32KB or less).
Looks like an interesting board/project, unfortunately don't have one here.
Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
So issues where you have multiple source files providing the same function, pick one. Others where you are missing source or include files, check include paths. And others missing library code.
Possibly wrong or missing project defines could cause (some of) that.
There does appear to be a Cortex-M0 version of the module - so code for that should be buildable with the free Keil for STM32F0/L0
Do you have CoIDE to see how it should build ... ?
(CooCox seems to have died, but there do seem to be some 3rd-party sites with downloads still available - if you trust them)
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
If it does, then you just need to go through all the settings, and make sure that you have the same in SW4STM32
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.