2018-01-24 01:54 PM
2018-01-24 02:07 PM
So a lot of '
undefined reference' errors from the linker.
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?
2018-01-24 02:29 PM
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.
2018-01-24 03:19 PM
I guess this is your Ticket:
https://github.com/RAKWireless/RAK811_BreakBoard/issues/3
?Note that there already is a Keil Project there.
and the documentation download page appear to be dead.Perhaps you might have more luck with the ST/muRata LoRa Discovery kit:
2018-01-24 03:39 PM
Clive One wrote:
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)
2018-01-24 03:49 PM
CoIDE build
2018-01-24 04:00 PM
Didn't see your responses earlier, and oddly say the question was asked 43 mins ago, with the first answer 47!! OP must have edited.
Interestingly RaK has an eBay store now, but S&H costs seem very high compared to other vendors in China
https://www.ebay.com/sch/rakwireless/m.html
The original RAK811 had an L151 looking at Google Images.
I would port to the current LRWAN tree if I had samples.
2018-01-24 04:25 PM
You can get a good price and fast shipping on alixpress
2018-01-24 04:28 PM
Returning home I will take some screenshot of the cocox configuration
2018-01-24 05:26 PM
Does it build successfully in CoIDE?
If it does, then you just need to go through all the settings, and make sure that you have the same in SW4STM32